++ date +%s + START_TIME=1721499247 + curl -L https://github.com/openshift-cnv/cnv-ci/tarball/release-4.16 -o /tmp/cnv-ci.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15060 0 15060 0 0 60481 0 --:--:-- --:--:-- --:--:-- 60481 + mkdir -p /tmp/cnv-ci + tar -xvzf /tmp/cnv-ci.tgz -C /tmp/cnv-ci --strip-components=1 openshift-cnv-cnv-ci-a8c9f42/.gitignore openshift-cnv-cnv-ci-a8c9f42/Makefile openshift-cnv-cnv-ci-a8c9f42/OWNERS openshift-cnv-cnv-ci-a8c9f42/README.md openshift-cnv-cnv-ci-a8c9f42/hack/ openshift-cnv-cnv-ci-a8c9f42/hack/Dockerfile.upgrade.src.ci openshift-cnv-cnv-ci-a8c9f42/hack/check-uptime.sh openshift-cnv-cnv-ci-a8c9f42/hack/create-brew-catalogsource.sh openshift-cnv-cnv-ci-a8c9f42/hack/deploy-cnv.sh openshift-cnv-cnv-ci-a8c9f42/hack/disable-default-catalog-source.sh openshift-cnv-cnv-ci-a8c9f42/hack/dump-state.sh openshift-cnv-cnv-ci-a8c9f42/hack/patch-hco-pre-test.sh openshift-cnv-cnv-ci-a8c9f42/hack/quicklab.sh openshift-cnv-cnv-ci-a8c9f42/hack/retry.sh openshift-cnv-cnv-ci-a8c9f42/hack/set-imagecontentsourcepolicy.sh openshift-cnv-cnv-ci-a8c9f42/hack/test-cnv.sh openshift-cnv-cnv-ci-a8c9f42/hack/undeploy-cnv.sh openshift-cnv-cnv-ci-a8c9f42/hack/update-pull-secret.sh openshift-cnv-cnv-ci-a8c9f42/hack/update-version-mapping.sh openshift-cnv-cnv-ci-a8c9f42/hack/upgrade-cnv.sh openshift-cnv-cnv-ci-a8c9f42/hack/vm.yaml openshift-cnv-cnv-ci-a8c9f42/hack/wait-for-hco.sh openshift-cnv-cnv-ci-a8c9f42/manifests/ openshift-cnv-cnv-ci-a8c9f42/manifests/brew/ openshift-cnv-cnv-ci-a8c9f42/manifests/brew/10-master-registries.yaml openshift-cnv-cnv-ci-a8c9f42/manifests/brew/10-worker-registries.yaml openshift-cnv-cnv-ci-a8c9f42/manifests/testing/ openshift-cnv-cnv-ci-a8c9f42/manifests/testing/kubevirt-testing-configuration.json openshift-cnv-cnv-ci-a8c9f42/manifests/testing/kubevirt-testing-infra.yaml openshift-cnv-cnv-ci-a8c9f42/version-mapping.json + cd /tmp/cnv-ci + make deploy_test hack/disable-default-catalog-source.sh + PRODUCTION_RELEASE=true + '[' true '!=' true ']' hack/update-pull-secret.sh getting authfile from cluster injecting credentials for brew image registry into authfile updating cluster pull secret from authfile secret/pull-secret data updated hack/set-imagecontentsourcepolicy.sh + echo 'applying imageContentSourcePolicy' applying imageContentSourcePolicy + oc apply -f - imagecontentsourcepolicy.operator.openshift.io/brew-registry created + echo 'waiting for update to start' waiting for update to start + oc wait mcp --all --for condition=updating --timeout=15m machineconfigpool.machineconfiguration.openshift.io/master condition met machineconfigpool.machineconfiguration.openshift.io/worker condition met + counter=3 + set +e ++ seq 1 3 + for i in $(seq 1 $counter) + echo 'waiting for machineconfigpool to get updated (try 1)' waiting for machineconfigpool to get updated (try 1) + oc wait mcp --all --for condition=updated --timeout=30m machineconfigpool.machineconfiguration.openshift.io/master condition met machineconfigpool.machineconfiguration.openshift.io/worker condition met + break + set -e hack/deploy-cnv.sh + PRODUCTION_RELEASE=false + trap cleanup INT TERM EXIT +++ dirname hack/deploy-cnv.sh ++ cd hack ++ pwd + SCRIPT_DIR=/tmp/cnv-ci/hack + echo 'OCP_VERSION: 4.16' OCP_VERSION: 4.16 + oc create ns openshift-cnv namespace/openshift-cnv created + '[' false = true ']' ++ jq -r '."4.16" | to_entries[] | .key+"="+.value' version-mapping.json + eval 'index_image=brew.registry.redhat.io/rh-osbs/iib:770679 bundle_version=v4.16.1.rhel9-61' ++ index_image=brew.registry.redhat.io/rh-osbs/iib:770679 ++ bundle_version=v4.16.1.rhel9-61 + echo 'Using index_image: brew.registry.redhat.io/rh-osbs/iib:770679' Using index_image: brew.registry.redhat.io/rh-osbs/iib:770679 + echo 'Using bundle_version: v4.16.1.rhel9-61' Using bundle_version: v4.16.1.rhel9-61 + echo 'setting up brew catalog source' setting up brew catalog source + /tmp/cnv-ci/hack/create-brew-catalogsource.sh ++ jq -r '."4.16" | to_entries[] | .key+"="+.value' version-mapping.json + eval 'index_image=brew.registry.redhat.io/rh-osbs/iib:770679 bundle_version=v4.16.1.rhel9-61' ++ index_image=brew.registry.redhat.io/rh-osbs/iib:770679 ++ bundle_version=v4.16.1.rhel9-61 + echo 'creating brew catalog source' creating brew catalog source + oc create -f - catalogsource.operators.coreos.com/brew-catalog-source created ++ oc get pods -n openshift-marketplace -l olm.catalogSource=brew-catalog-source --no-headers ++ wc -l + '[' 1 -ne 1 ']' + echo 'waiting for the brew catalog source to become ready' waiting for the brew catalog source to become ready + CATALOG_SOURCE_READY=false ++ seq 1 60 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' IDLE == READY ']' + echo 'Retry #1' Retry #1 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #2' Retry #2 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #3' Retry #3 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #4' Retry #4 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #5' Retry #5 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' TRANSIENT_FAILURE == READY ']' + echo 'Retry #6' Retry #6 + sleep 5 + for i in $(seq 1 60) ++ oc get catsrc brew-catalog-source -n openshift-marketplace -o 'jsonpath={.status.connectionState.lastObservedState}' + '[' READY == READY ']' + CATALOG_SOURCE_READY=true + echo 'the brew catalog source is ready.' the brew catalog source is ready. + break + '[' true '!=' true ']' + STARTING_CSV=v4.16.1.rhel9 + STARTING_CSV=v4.16.1 + echo 'creating subscription' creating subscription + oc create -f - subscription.operators.coreos.com/kubevirt-hyperconverged created + echo 'creating operator group' creating operator group + oc create -f - operatorgroup.operators.coreos.com/openshift-cnv-group created + echo 'waiting for HyperConverged operator to become ready' waiting for HyperConverged operator to become ready + /tmp/cnv-ci/hack/wait-for-hco.sh +++ dirname /tmp/cnv-ci/hack/wait-for-hco.sh ++ cd /tmp/cnv-ci/hack ++ pwd + SCRIPT_DIR=/tmp/cnv-ci/hack + echo 'waiting for hco-operator deployment to be created' waiting for hco-operator deployment to be created + /tmp/cnv-ci/hack/retry.sh 30 10 'oc get deployment hco-operator -n openshift-cnv' oc get deployment hco-operator -n openshift-cnv Error from server (NotFound): deployments.apps "hco-operator" not found > failed with exit code 1, waiting 10 seconds to retry... oc get deployment hco-operator -n openshift-cnv Error from server (NotFound): deployments.apps "hco-operator" not found > failed with exit code 1, waiting 10 seconds to retry... oc get deployment hco-operator -n openshift-cnv Error from server (NotFound): deployments.apps "hco-operator" not found > failed with exit code 1, waiting 10 seconds to retry... oc get deployment hco-operator -n openshift-cnv NAME READY UP-TO-DATE AVAILABLE AGE hco-operator 0/1 1 0 2s + echo 'waiting for hco-webhook deployment to be created' waiting for hco-webhook deployment to be created + /tmp/cnv-ci/hack/retry.sh 30 10 'oc get deployment hco-webhook -n openshift-cnv' oc get deployment hco-webhook -n openshift-cnv NAME READY UP-TO-DATE AVAILABLE AGE hco-webhook 0/1 1 0 2s + echo 'waiting for hco-operator and hco-webhook to be ready' waiting for hco-operator and hco-webhook to be ready + oc wait deployment hco-operator hco-webhook -n openshift-cnv --for condition=Available --timeout=30m deployment.apps/hco-operator condition met deployment.apps/hco-webhook condition met + sleep 20s + echo 'waiting for HyperConverged operator CRD to be created' waiting for HyperConverged operator CRD to be created + /tmp/cnv-ci/hack/retry.sh 30 10 'oc get crd hyperconvergeds.hco.kubevirt.io' oc get crd hyperconvergeds.hco.kubevirt.io NAME CREATED AT hyperconvergeds.hco.kubevirt.io 2024-07-20T18:16:49Z + echo 'checking if HyperConverged operator CR already exists' checking if HyperConverged operator CR already exists ++ oc get HyperConverged kubevirt-hyperconverged -n openshift-cnv --no-headers ++ wc -l Error from server (NotFound): hyperconvergeds.hco.kubevirt.io "kubevirt-hyperconverged" not found + '[' 0 -eq 0 ']' + echo 'creating HyperConverged operator CR' creating HyperConverged operator CR + oc create -f - hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged created + echo 'waiting for HyperConverged operator to be available' waiting for HyperConverged operator to be available + oc wait HyperConverged kubevirt-hyperconverged -n openshift-cnv --for condition=Available --timeout=30m hyperconverged.hco.kubevirt.io/kubevirt-hyperconverged condition met + cleanup + rv=0 + '[' x0 '!=' x0 ']' + exit 0 hack/patch-hco-pre-test.sh + echo 'scale down hco-operator, as it'\''s still using the config map for KubeVirt' scale down hco-operator, as it's still using the config map for KubeVirt + oc patch deployment hco-operator -n openshift-cnv --patch '{"spec":{"replicas":0}}' deployment.apps/hco-operator patched + echo 'waiting for hco-operator pod to be scaled down' waiting for hco-operator pod to be scaled down ++ oc get pods --no-headers -l name=hyperconverged-cluster-operator -n openshift-cnv ++ wc -l + '[' 1 -gt 0 ']' + sleep 5 ++ oc get pods --no-headers -l name=hyperconverged-cluster-operator -n openshift-cnv ++ wc -l No resources found in openshift-cnv namespace. + '[' 0 -gt 0 ']' + echo 'deleting kubevirt configmap' deleting kubevirt configmap ++ oc get configmap kubevirt-config -n openshift-cnv --no-headers ++ wc -l Error from server (NotFound): configmaps "kubevirt-config" not found + '[' 0 -gt 0 ']' hack/test-cnv.sh + PRODUCTION_RELEASE=false + echo 'get matching kubevirt release from the build' get matching kubevirt release from the build ++ oc get deployment virt-operator -n openshift-cnv -o 'jsonpath={.spec.template.spec.containers[0].image}' + VIRT_OPERATOR_IMAGE=registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 + '[' false = false ']' + VIRT_OPERATOR_IMAGE=brew.registry.redhat.io/rh-osbs/container-native-virtualization-virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 ++ oc image info -a /tmp/authfile.new brew.registry.redhat.io/rh-osbs/container-native-virtualization-virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 -o json --filter-by-os=linux/amd64 ++ jq '.config.config.Labels["upstream-version"]' + KUBEVIRT_TAG='"1.2.2-89-g1f0f4e129"' ++ echo '"1.2.2-89-g1f0f4e129"' ++ awk -F - '{print $1}' ++ tr -d '"' + KUBEVIRT_RELEASE=v1.2.2 + [[ "1.2.2-89-g1f0f4e129" == *\r\c* ]] + [[ "1.2.2-89-g1f0f4e129" == *\a\l\p\h\a* ]] + trap cleanup INT TERM EXIT + echo 'Kubevirt release in use is: v1.2.2' Kubevirt release in use is: v1.2.2 + echo 'downloading the test binary' downloading the test binary ++ pwd + BIN_DIR=/tmp/cnv-ci/_out + mkdir -p /tmp/cnv-ci/_out + export BIN_DIR + TESTS_BINARY=/tmp/cnv-ci/_out/tests.test + [[ v1.2.2 == \v\1\.\0\.\0\-\a\l\p\h\a\.\0 ]] + curl -Lo /tmp/cnv-ci/_out/tests.test https://github.com/kubevirt/kubevirt/releases/download/v1.2.2/tests.test % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 66.2M 100 66.2M 0 0 194M 0 --:--:-- --:--:-- --:--:-- 194M + chmod +x /tmp/cnv-ci/_out/tests.test + echo 'create testing infrastructure' create testing infrastructure ++ oc get PersistentVolume host-path-disk-alpine Error from server (NotFound): persistentvolumes "host-path-disk-alpine" not found + '[' '' ']' + oc create -n openshift-cnv -f ./manifests/testing/kubevirt-testing-infra.yaml persistentvolume/host-path-disk-alpine created persistentvolume/host-path-disk-custom created service/cdi-http-import-server created deployment.apps/cdi-http-import-server created daemonset.apps/disks-images-provider created persistentvolume/local-block-storage-cirros created serviceaccount/kubevirt-testing created clusterrolebinding.rbac.authorization.k8s.io/kubevirt-testing-cluster-admin created configmap/kubevirt-test-config created + echo 'waiting for testing infrastructure to be ready' waiting for testing infrastructure to be ready + oc wait deployment cdi-http-import-server -n openshift-cnv --for condition=Available --timeout=10m deployment.apps/cdi-http-import-server condition met + oc wait pods -l kubevirt.io=disks-images-provider -n openshift-cnv --for condition=Ready --timeout=20m pod/disks-images-provider-fqxsq condition met pod/disks-images-provider-hpjrl condition met pod/disks-images-provider-sq5pm condition met + skip_tests+=('\[QUARANTINE\]') + skip_tests+=('Slirp Networking') + skip_tests+=('with CPU spec') + skip_tests+=('with TX offload disabled') + skip_tests+=('with cni flannel and ptp plugin interface') + skip_tests+=('with ovs-cni plugin') + skip_tests+=('SRIOV') + skip_tests+=('with EFI') + skip_tests+=('Operator') + skip_tests+=('GPU') + skip_tests+=('DataVolume Integration') + skip_tests+=('test_id:3468') + skip_tests+=('test_id:3466') + skip_tests+=('test_id:1015') + skip_tests+=('rfe_id:393') + skip_tests+=('test_id:4659') + skip_tests+=('test_id:4646') + skip_tests+=('test_id:4647') + skip_tests+=('test_id:4654') + skip_tests+=('test_id:4655') + skip_tests+=('test_id:4656') + skip_tests+=('test_id:4657') + skip_tests+=('test_id:4658') + skip_tests+=('test_id:4659') + skip_tests+=('test_id:1652') + skip_tests+=('rfe_id:273') + skip_tests+=('test_id:1304') + skip_tests+=('test_id:1615') + skip_tests+=('test_id:1616') + skip_tests+=('test_id:1617') + skip_tests+=('test_id:1618') + skip_tests+=('test_id:1626') + skip_tests+=('test_id:1651') + skip_tests+=('test_id:1657') + skip_tests+=('test_id:2188') + skip_tests+=('test_id:2190') + skip_tests+=('test_id:3007') + skip_tests+=('test_id:3178') + skip_tests+=('test_id:3180') + skip_tests+=('test_id:3182') + skip_tests+=('test_id:3184') + skip_tests+=('test_id:3185') + skip_tests+=('test_id:3199') + skip_tests+=('test_id:3312') + skip_tests+=('test_id:4119') + skip_tests+=('test_id:4136') + skip_tests+=('test_id:4622') + skip_tests+=('test_id:6993') + skip_tests+=('test_id:6311') + skip_tests+=('test_id:7164') + skip_tests+=('test_id:7679') + skip_tests+=('\[Serial\] Should leave a failed VMI') + skip_tests+=('VirtualMachine crash loop backoff should backoff attempting to create a new VMI when') + skip_tests+=('Using expand command') + skip_tests+=('Using virtctl interface') + skip_tests+=('repeately starting vmis') + skip_tests+=('Prometheus Endpoints') ++ printf '(%s)|' '\[QUARANTINE\]' 'Slirp Networking' 'with CPU spec' 'with TX offload disabled' 'with cni flannel and ptp plugin interface' 'with ovs-cni plugin' SRIOV 'with EFI' Operator GPU 'DataVolume Integration' test_id:3468 test_id:3466 test_id:1015 rfe_id:393 test_id:4659 test_id:4646 test_id:4647 test_id:4654 test_id:4655 test_id:4656 test_id:4657 test_id:4658 test_id:4659 test_id:1652 rfe_id:273 test_id:1304 test_id:1615 test_id:1616 test_id:1617 test_id:1618 test_id:1626 test_id:1651 test_id:1657 test_id:2188 test_id:2190 test_id:3007 test_id:3178 test_id:3180 test_id:3182 test_id:3184 test_id:3185 test_id:3199 test_id:3312 test_id:4119 test_id:4136 test_id:4622 test_id:6993 test_id:6311 test_id:7164 test_id:7679 '\[Serial\] Should leave a failed VMI' 'VirtualMachine crash loop backoff should backoff attempting to create a new VMI when' 'Using expand command' 'Using virtctl interface' 'repeately starting vmis' 'Prometheus Endpoints' + skip_regex='(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)|' ++ printf -- --ginkgo.skip=%s '(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)' + skip_arg='--ginkgo.skip=(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)' + mkdir -p /logs/artifacts + [[ 4.16 == \4\.\1\0 ]] + GINKGO_FLAKE=--ginkgo.flake-attempts=3 + GINKGO_NOCOLOR=--ginkgo.no-color + GINKGO_SLOW=--ginkgo.slow-spec-threshold=60s + echo 'Starting tests 🧪' Starting tests 🧪 ++ which oc ++ which oc + /tmp/cnv-ci/_out/tests.test -cdi-namespace=openshift-cnv -config=./manifests/testing/kubevirt-testing-configuration.json -installed-namespace=openshift-cnv -junit-output=/logs/artifacts/junit.functest.xml -kubeconfig=/tmp/kubeconfig-2936043921 '-ginkgo.focus=(rfe_id:1177)|(rfe_id:273)|(rfe_id:151)' --ginkgo.no-color -ginkgo.seed=0 --ginkgo.slow-spec-threshold=60s -ginkgo.v -ginkgo.trace -oc-path=/usr/bin/oc -kubectl-path=/usr/bin/oc -utility-container-prefix=quay.io/kubevirt -test.timeout=3h -test.v --ginkgo.flake-attempts=3 '--ginkgo.skip=(\[QUARANTINE\])|(Slirp Networking)|(with CPU spec)|(with TX offload disabled)|(with cni flannel and ptp plugin interface)|(with ovs-cni plugin)|(SRIOV)|(with EFI)|(Operator)|(GPU)|(DataVolume Integration)|(test_id:3468)|(test_id:3466)|(test_id:1015)|(rfe_id:393)|(test_id:4659)|(test_id:4646)|(test_id:4647)|(test_id:4654)|(test_id:4655)|(test_id:4656)|(test_id:4657)|(test_id:4658)|(test_id:4659)|(test_id:1652)|(rfe_id:273)|(test_id:1304)|(test_id:1615)|(test_id:1616)|(test_id:1617)|(test_id:1618)|(test_id:1626)|(test_id:1651)|(test_id:1657)|(test_id:2188)|(test_id:2190)|(test_id:3007)|(test_id:3178)|(test_id:3180)|(test_id:3182)|(test_id:3184)|(test_id:3185)|(test_id:3199)|(test_id:3312)|(test_id:4119)|(test_id:4136)|(test_id:4622)|(test_id:6993)|(test_id:6311)|(test_id:7164)|(test_id:7679)|(\[Serial\] Should leave a failed VMI)|(VirtualMachine crash loop backoff should backoff attempting to create a new VMI when)|(Using expand command)|(Using virtctl interface)|(repeately starting vmis)|(Prometheus Endpoints)' === RUN TestTests Running Suite: Tests Suite - /tmp/cnv-ci ======================================== Random Seed: 0 Will run 47 of 1551 specs ------------------------------ [SynchronizedBeforeSuite] tests/tests_suite_test.go:104 [SynchronizedBeforeSuite] PASSED [8.629 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive userDataBase64 source cloud-init instance-id should be stable [sig-compute] tests/vmi_cloudinit_test.go:212 STEP: Start VM @ 07/20/24 18:20:31.254 STEP: Starting the VirtualMachineInstance @ 07/20/24 18:20:31.85 STEP: VMI has the running condition @ 07/20/24 18:20:32.622 Sent: "\n" Sent: "\n" Sent: "\n" Sent: "\n" Match for RE: "(localhost|fedora|testvmi-txhzt|testvmi-txhzt) login: " found: ["testvmi-txhzt login: " "testvmi-txhzt"] Buffer: [ 0.954547] pci_bus 0000:0b: resource 1 [mem 0xfd400000-0xfd5fffff] [ 0.956361] pci_bus 0000:0b: resource 2 [mem 0xfb000000-0xfb1fffff 64bit pref] [ 0.958774] NET: Registered protocol family 2 [ 0.960347] tcp_listen_portaddr_hash hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.962925] TCP established hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 0.965398] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear) [ 0.967335] TCP: Hash tables configured (established 4096 bind 4096) [ 0.969160] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.970975] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 0.972923] NET: Registered protocol family 1 [ 0.974331] NET: Registered protocol family 44 [ 0.975778] pci 0000:00:01.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 0.978580] PCI: CLS 0 bytes, default 64 [ 0.979926] Trying to unpack rootfs image as initramfs... [ 1.213224] Freeing initrd memory: 24888K [ 1.214644] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2b3e39bd40e, max_idle_ns: 440795214891 ns [ 1.227272] Initialise system trusted keyrings [ 1.228681] Key type blacklist registered [ 1.230034] workingset: timestamp_bits=36 max_order=17 bucket_order=0 [ 1.232824] zbud: loaded [ 1.234251] Platform Keyring initialized [ 1.239251] NET: Registered protocol family 38 [ 1.240657] Key type asymmetric registered [ 1.241988] Asymmetric key parser 'x509' registered [ 1.243479] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246) [ 1.245907] io scheduler mq-deadline registered [ 1.247334] io scheduler kyber registered [ 1.248666] io scheduler bfq registered [ 1.249983] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 1.252169] PCI Interrupt Link [GSIG] enabled at IRQ 22 [ 1.255882] pcieport 0000:00:02.0: PME: Signaling with IRQ 24 [ 1.257666] pcieport 0000:00:02.0: AER: enabled with IRQ 24 [ 1.261694] pcieport 0000:00:02.1: PME: Signaling with IRQ 25 [ 1.263498] pcieport 0000:00:02.1: AER: enabled with IRQ 25 [ 1.267502] pcieport 0000:00:02.2: PME: Signaling with IRQ 26 [ 1.269305] pcieport 0000:00:02.2: AER: enabled with IRQ 26 [ 1.273299] pcieport 0000:00:02.3: PME: Signaling with IRQ 27 [ 1.275550] pcieport 0000:00:02.3: AER: enabled with IRQ 27 [ 1.278751] pcieport 0000:00:02.4: PME: Signaling with IRQ 28 [ 1.280575] pcieport 0000:00:02.4: AER: enabled with IRQ 28 [ 1.283855] pcieport 0000:00:02.5: PME: Signaling with IRQ 29 [ 1.286194] pcieport 0000:00:02.5: AER: enabled with IRQ 29 [ 1.289387] pcieport 0000:00:02.6: PME: Signaling with IRQ 30 [ 1.291212] pcieport 0000:00:02.6: AER: enabled with IRQ 30 [ 1.294375] pcieport 0000:00:02.7: PME: Signaling with IRQ 31 [ 1.296189] pcieport 0000:00:02.7: AER: enabled with IRQ 31 [ 1.298265] PCI Interrupt Link [GSIH] enabled at IRQ 23 [ 1.301003] pcieport 0000:00:03.0: PME: Signaling with IRQ 32 [ 1.302817] pcieport 0000:00:03.0: AER: enabled with IRQ 32 [ 1.307127] pcieport 0000:00:03.1: PME: Signaling with IRQ 33 [ 1.308946] pcieport 0000:00:03.1: AER: enabled with IRQ 33 [ 1.312106] pcieport 0000:00:03.2: PME: Signaling with IRQ 34 [ 1.313878] pcieport 0000:00:03.2: AER: enabled with IRQ 34 [ 1.315834] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 1.317776] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.320230] ACPI: Power Button [PWRF] [ 1.331591] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.333522] 00:00: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.336921] Non-volatile memory driver v1.3 [ 1.338849] Linux agpgart interface v0.103 [ 1.340648] PCI Interrupt Link [GSIA] enabled at IRQ 16 [ 1.342898] ahci 0000:00:1f.2: AHCI 0001.0000 32 slots 6 ports 1.5 Gbps 0x3f impl SATA mode [ 1.345459] ahci 0000:00:1f.2: flags: 64bit ncq only [ 1.347901] scsi host0: ahci [ 1.349100] scsi host1: ahci [ 1.350262] scsi host2: ahci [ 1.351391] scsi host3: ahci [ 1.352530] scsi host4: ahci [ 1.353668] scsi host5: ahci [ 1.354775] ata1: SATA max UDMA/133 abar m4096@0xfea1c000 port 0xfea1c100 irq 37 [ 1.357186] ata2: SATA max UDMA/133 abar m4096@0xfea1c000 port 0xfea1c180 irq 37 [ 1.359584] ata3: SATA max UDMA/133 abar m4096@0xfea1c000 port 0xfea1c200 irq 37 [ 1.361982] ata4: SATA max UDMA/133 abar m4096@0xfea1c000 port 0xfea1c280 irq 37 [ 1.364361] ata5: SATA max UDMA/133 abar m4096@0xfea1c000 port 0xfea1c300 irq 37 [ 1.366750] ata6: SATA max UDMA/133 abar m4096@0xfea1c000 port 0xfea1c380 irq 37 [ 1.369510] libphy: Fixed MDIO Bus: probed [ 1.370945] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.372761] ehci-pci: EHCI PCI platform driver [ 1.374169] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.376034] ohci-pci: OHCI PCI platform driver [ 1.377490] uhci_hcd: USB Universal Host Controller Interface driver [ 1.379666] usbcore: registered new interface driver usbserial_generic [ 1.381492] usbserial: USB Serial support registered for generic [ 1.383228] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.386495] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.387979] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.390018] mousedev: PS/2 mouse device common for all mice [ 1.391980] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.394881] rtc_cmos 00:03: RTC can wake from S4 [ 1.397076] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.399722] rtc_cmos 00:03: registered as rtc0 [ 1.401115] rtc_cmos 00:03: alarms up to one day, y3k, 242 bytes nvram [ 1.402934] device-mapper: uevent: version 1.0.3 [ 1.404605] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.407272] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com [ 1.409991] intel_pstate: CPU model not supported [ 1.411475] hid: raw HID events driver (C) Jiri Kosina [ 1.413025] usbcore: registered new interface driver usbhid [ 1.414651] usbhid: USB HID core driver [ 1.415955] drop_monitor: Initializing network drop monitor service [ 1.417775] Initializing XFRM netlink socket [ 1.419222] NET: Registered protocol family 10 [ 1.424042] Segment Routing with IPv6 [ 1.425335] mip6: Mobile IPv6 [ 1.426436] NET: Registered protocol family 17 [ 1.427937] RAS: Correctable Errors collector initialized. [ 1.429565] IPI shorthand broadcast: enabled [ 1.430934] AVX2 version of gcm_enc/dec engaged. [ 1.432336] AES CTR mode by8 optimization enabled [ 1.462337] sched_clock: Marking stable (1271266853, 190372290)->(1756801523, -295162380) [ 1.464997] registered taskstats version 1 [ 1.466317] Loading compiled-in X.509 certificates [ 1.491791] Loaded X.509 cert 'Fedora kernel signing key: 0d97d514d1651893ca89cc557d3830fffcdfaba2' [ 1.494606] zswap: loaded using pool lzo/zbud [ 1.496054] Key type ._fscrypt registered [ 1.497382] Key type .fscrypt registered [ 1.498698] Key type fscrypt-provisioning registered [ 1.506078] Key type big_key registered [ 1.510098] Key type encrypted registered [ 1.511458] ima: No TPM chip found, activating TPM-bypass! [ 1.513109] ima: Allocated hash algorithm: sha256 [ 1.514578] ima: No architecture policies found [ 1.516962] PM: Magic number: 0:690:342 [ 1.518407] rtc_cmos 00:03: setting system clock to 2024-07-20T18:20:59 UTC (1721499659) [ 1.680080] ata3: SATA link down (SStatus 0 SControl 300) [ 1.681821] ata4: SATA link down (SStatus 0 SControl 300) [ 1.683566] ata1: SATA link down (SStatus 0 SControl 300) [ 1.685307] ata2: SATA link down (SStatus 0 SControl 300) [ 1.687014] ata5: SATA link down (SStatus 0 SControl 300) [ 1.688745] ata6: SATA link down (SStatus 0 SControl 300) [ 1.691148] Freeing unused decrypted memory: 2040K [ 1.693770] Freeing unused kernel image (initmem) memory: 2452K [ 1.695496] Write protecting the kernel read-only data: 22528k [ 1.698439] Freeing unused kernel image (text/rodata gap) memory: 2044K [ 1.700559] Freeing unused kernel image (rodata/data gap) memory: 1276K [ 1.733816] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.735559] rodata_test: all tests were successful [ 1.736978] x86/mm: Checking user space page tables [ 1.769553] x86/mm: Checked W+X mappings: passed, no W+X pages found. [ 1.771301] Run /init as init process [ 1.778435] systemd[1]: systemd v245.4-1.fc32 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 1.784530] systemd[1]: Detected virtualization kvm. [ 1.786014] systemd[1]: Detected architecture x86-64. [ 1.787517] systemd[1]: Running in initial RAM disk. Welcome to Fedora 32 (Cloud Edition) dracut-050-26.git20200316.fc32 (Initramfs)! [ 1.790438] systemd[1]: No hostname configured. [ 1.791818] systemd[1]: Set hostname to . [ 1.793299] systemd[1]: Initializing machine ID from KVM UUID. [ 1.864376] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 1.868371] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 1.871268] systemd[1]: Reached target Local File Systems. [ OK ] Reached target Local File Systems. [ 1.873969] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 1.876333] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 1.878714] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 1.881039] systemd[1]: Reached target Timers. [ OK ] Reached target Timers. [ 1.883527] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 1.886317] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 1.889245] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 1.891856] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 1.894585] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 1.897232] systemd[1]: Reached target Sockets. [ OK ] Reached target Sockets. [ 1.900573] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 1.906656] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.909073] systemd[1]: Condition check resulted in Load Kernel Modules being skipped. [ 1.916165] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.925754] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 1.936723] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 2.021415] systemd[1]: Finished Apply Kernel Variables. [ OK ] Finished Apply Kernel Variables. [ 2.024797] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [ 2.033500] systemd[1]: Finished Setup Virtual Console. [ OK ] Finished Setup Virtual Console. [ 2.039707] systemd[1]: Finished Create Static Device Nodes in /dev. [ OK ] Finished Create Static Device Nodes in /dev. [ 2.044938] systemd[1]: Condition check resulted in dracut ask for additional cmdline parameters being skipped. [ 2.070230] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 2.153754] systemd[1]: Finished dracut cmdline hook. [ OK ] Finished dracut cmdline hook. [ 2.157199] systemd[1]: Starting dracut pre-udev hook... Starting dracut pre-udev hook... [ 2.194522] systemd[1]: Finished dracut pre-udev hook. [ OK ] Finished dracut pre-udev hook. [ 2.197952] systemd[1]: Starting udev Kernel Device Manager... Starting udev Kernel Device Manager... [ 2.467088] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ 2.469817] audit: type=1130 audit(1721499660.451:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. [ 2.491520] audit: type=1130 audit(1721499660.472:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started udev Kernel Device Manager. Starting udev Coldplug all Devices...[ 2.601015] audit: type=1130 audit(1721499660.580:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Mounting Kernel Configuration File System... [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished udev Coldplug all Devices. [ OK ] Reached target System Initialization. [ OK ] Reached target Basic System. Starting dracut initqueue hook...[ 2.692915] audit: type=1130 audit(1721499660.670:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 2.772561] scsi host6: Virtio SCSI HBA [ 2.778745] virtio_blk virtio3: [vda] 8388608 512-byte logical blocks (4.29 GB/4.00 GiB) [ 2.853263] vda: vda1 [ 2.864662] virtio_blk virtio4: [vdb] 2048 512-byte logical blocks (1.05 MB/1.00 MiB) [ OK ] Found device /dev/disk/by-…4-3bbb-40b2-a6ba-f377f0c90217. [ OK ] Reached target Initrd Root Device. [ OK ] Finished dracut initqueue hook. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. [ 2.970760] audit: type=1130 audit(1721499660.948:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting File System Check…3bbb-40b2-a6ba-f377f0c90217... [ OK ] Finished File System Check…4-3bbb-40b2-a6ba-f377f0c90217. [ 3.037780] audit: type=1130 audit(1721499661.018:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Mounting /sysroot... [ 3.058865] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) [ OK ] Mounted /sysroot. [ OK ] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [ 3.081012] audit: type=1334 audit(1721499661.062:8): prog-id=5 op=UNLOAD [ 3.082981] audit: type=1334 audit(1721499661.064:9): prog-id=4 op=UNLOAD [ 3.086671] audit: type=1334 audit(1721499661.066:10): prog-id=3 op=UNLOAD [ OK ] Finished Reload Configuration from the Real Root. [ OK ] Reached target Initrd File Systems. [ OK ] Reached target Initrd Default Target. Starting dracut mount hook... [ OK ] Finished dracut mount hook. Starting Cleaning Up and Shutting Down Daemons... [ OK ] Stopped target Initrd Default Target. [ OK ] Stopped target Basic System. [ OK ] Stopped target Initrd Root Device. [ OK ] Stopped target Paths. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). [ OK ] Stopped target Slices. [ OK ] Stopped target Sockets. [ OK ] Stopped target System Initialization. [ OK ] Stopped target Local Encrypted Volumes. [ OK ] Stopped Dispatch Password …ts to Console Directory Watch. [ OK ] Stopped target Swap. [ OK ] Stopped target Timers. [ OK ] Stopped dracut mount hook. [ OK ] Stopped dracut initqueue hook. [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped target Local File Systems. [ OK ] Stopped udev Coldplug all Devices. Stopping udev Kernel Device Manager... [ OK ] Stopped Setup Virtual Console. [ OK ] Stopped udev Kernel Device Manager. [ OK ] Finished Cleaning Up and Shutting Down Daemons. [ OK ] Closed udev Control Socket. [ OK ] Closed udev Kernel Socket. [ OK ] Stopped dracut pre-udev hook. [ OK ] Stopped dracut cmdline hook. Starting Cleanup udevd DB... [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Create list of sta… nodes for the current kernel. [ OK ] Finished Cleanup udevd DB. [ OK ] Reached target Switch Root. Starting Switch Root... [ 3.321004] systemd-journald[289]: Received SIGTERM from PID 1 (systemd). [ 4.201696] SELinux: Permission watch in class filesystem not defined in policy. [ 4.204204] SELinux: Permission watch in class file not defined in policy. [ 4.206100] SELinux: Permission watch_mount in class file not defined in policy. [ 4.208520] SELinux: Permission watch_sb in class file not defined in policy. [ 4.210917] SELinux: Permission watch_with_perm in class file not defined in policy. [ 4.213874] SELinux: Permission watch_reads in class file not defined in policy. [ 4.217419] SELinux: Permission watch in class dir not defined in policy. [ 4.219299] SELinux: Permission watch_mount in class dir not defined in policy. [ 4.221704] SELinux: Permission watch_sb in class dir not defined in policy. [ 4.223640] SELinux: Permission watch_with_perm in class dir not defined in policy. [ 4.226118] SELinux: Permission watch_reads in class dir not defined in policy. [ 4.228540] SELinux: Permission watch in class lnk_file not defined in policy. [ 4.230951] SELinux: Permission watch_mount in class lnk_file not defined in policy. [ 4.233450] SELinux: Permission watch_sb in class lnk_file not defined in policy. [ 4.235884] SELinux: Permission watch_with_perm in class lnk_file not defined in policy. [ 4.238470] SELinux: Permission watch_reads in class lnk_file not defined in policy. [ 4.241014] SELinux: Permission watch in class chr_file not defined in policy. [ 4.243409] SELinux: Permission watch_mount in class chr_file not defined in policy. [ 4.245902] SELinux: Permission watch_sb in class chr_file not defined in policy. [ 4.248340] SELinux: Permission watch_with_perm in class chr_file not defined in policy. [ 4.250894] SELinux: Permission watch_reads in class chr_file not defined in policy. [ 4.253401] SELinux: Permission watch in class blk_file not defined in policy. [ 4.255796] SELinux: Permission watch_mount in class blk_file not defined in policy. [ 4.258304] SELinux: Permission watch_sb in class blk_file not defined in policy. [ 4.260733] SELinux: Permission watch_with_perm in class blk_file not defined in policy. [ 4.263304] SELinux: Permission watch_reads in class blk_file not defined in policy. [ 4.265793] SELinux: Permission watch in class sock_file not defined in policy. [ 4.268209] SELinux: Permission watch_mount in class sock_file not defined in policy. [ 4.270730] SELinux: Permission watch_sb in class sock_file not defined in policy. [ 4.273189] SELinux: Permission watch_with_perm in class sock_file not defined in policy. [ 4.275770] SELinux: Permission watch_reads in class sock_file not defined in policy. [ 4.278284] SELinux: Permission watch in class fifo_file not defined in policy. [ 4.280709] SELinux: Permission watch_mount in class fifo_file not defined in policy. [ 4.283224] SELinux: Permission watch_sb in class fifo_file not defined in policy. [ 4.285683] SELinux: Permission watch_with_perm in class fifo_file not defined in policy. [ 4.288291] SELinux: Permission watch_reads in class fifo_file not defined in policy. [ 4.290931] SELinux: Class perf_event not defined in policy. [ 4.292605] SELinux: Class lockdown not defined in policy. [ 4.294227] SELinux: the above unknown classes and permissions will be allowed [ 4.296628] SELinux: policy capability network_peer_controls=1 [ 4.298317] SELinux: policy capability open_perms=1 [ 4.299817] SELinux: policy capability extended_socket_class=1 [ 4.301506] SELinux: policy capability always_check_network=0 [ 4.303177] SELinux: policy capability cgroup_seclabel=1 [ 4.304764] SELinux: policy capability nnp_nosuid_transition=1 [ 4.320508] systemd[1]: Successfully loaded SELinux policy in 610.713ms. [ 4.418215] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 20.030ms. [ 4.432164] systemd[1]: systemd v245.4-1.fc32 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 4.438489] systemd[1]: Detected virtualization kvm. [ 4.439998] systemd[1]: Detected architecture x86-64. Welcome to Fedora 32 (Cloud Edition)! [ 4.453736] systemd[1]: Initializing machine ID from KVM UUID. [ 4.455492] systemd[1]: Installed transient /etc/machine-id file. [ 4.877801] systemd[1]: /usr/lib/systemd/system/sssd.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly. [ 4.900511] systemd[1]: Configuration file /etc/systemd/system/wait-for-cloud-init.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 5.007870] systemd[1]: /usr/lib/systemd/system/sssd-kcm.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/.heim_org.h5l.kcm-socket → /run/.heim_org.h5l.kcm-socket; please update the unit file accordingly. [ 5.043136] systemd[1]: initrd-switch-root.service: Succeeded. [ 5.045005] systemd[1]: Stopped Switch Root. [ OK ] Stopped Switch Root. [ 5.048236] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 5.051180] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 5.054244] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 5.057328] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 5.060576] systemd[1]: Created slice system-sshd\x2dkeygen.slice. [ OK ] Created slice system-sshd\x2dkeygen.slice. [ 5.064008] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 5.067064] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 5.071219] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 5.075569] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 5.079953] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 5.082930] systemd[1]: Stopped target Switch Root. [ OK ] Stopped target Switch Root. [ 5.085536] systemd[1]: Stopped target Initrd File Systems. [ OK ] Stopped target Initrd File Systems. [ 5.088349] systemd[1]: Stopped target Initrd Root File System. [ OK ] Stopped target Initrd Root File System. [ 5.091300] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 5.093757] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 5.096582] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 5.099062] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 5.103928] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 5.107024] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 5.110790] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 5.113891] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 5.117009] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 5.120819] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 5.124322] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 5.130084] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 5.136284] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 5.141566] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 5.148280] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 5.154094] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 5.157452] systemd[1]: Stopped Journal Service. [ OK ] Stopped Journal Service. [ 5.161372] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.173256] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 5.184805] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 5.199755] systemd[1]: Starting Repartition Root Disk... Starting Repartition Root Disk... [ 5.211949] EXT4-fs (vda1): re-mounted. Opts: (null) [ 5.226007] systemd[1]: Starting udev Coldplug all Devices... Starting udev Coldplug all Devices... [ 5.242562] systemd[1]: sysroot.mount: Succeeded. [ 5.259867] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 5.273008] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 5.286673] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 5.293003] systemd[1]: Mounted Kernel Trace File System. [ OK ] Mounted Kernel Trace File System. [ 5.308669] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 5.318208] kauditd_printk_skb: 49 callbacks suppressed [ 5.318209] audit: type=1130 audit(1721499663.299:60): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.326887] systemd[1]: modprobe@drm.service: Succeeded. [ 5.335806] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 5.339192] systemd[1]: Finished Remount Root and Kernel File Systems. [ 5.341171] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k [ 5.343708] i40e: Copyright (c) 2013 - 2019 Intel Corporation. [ 5.346654] audit: type=1130 audit(1721499663.319:61): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Finished Remount Root and Kernel File Systems. [ 5.355691] systemd[1]: Finished Repartition Root Disk. [ OK ] Finished Repartition Root Disk. [ 5.362721] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 5.367646] audit: type=1131 audit(1721499663.319:62): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.380723] dca service started, version 1.12.1 [ 5.382257] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 5.392778] systemd[1]: Starting Load/Save Random Seed... [ 5.401205] audit: type=1130 audit(1721499663.336:63): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Load/Save Random Seed... [ 5.413419] systemd[1]: Condition check resulted in Create System Users being skipped. [ 5.426155] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [ 5.441675] audit: type=1130 audit(1721499663.342:64): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-repart comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.452090] systemd[1]: Finished Load/Save Random Seed. [ OK ] Finished Load/Save Random Seed. [ 5.467165] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k [ 5.469088] igb: Copyright (c) 2007-2014 Intel Corporation. [ 5.476699] audit: type=1130 audit(1721499663.441:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.522867] systemd[1]: Finished udev Coldplug all Devices. [ OK ] Finished udev Coldplug all Devices. [ 5.526134] audit: type=1130 audit(1721499663.507:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.537073] systemd[1]: Finished Create Static Device Nodes in /dev. [ OK ] Finished Create Static Device Nodes in /dev. [ 5.545118] systemd[1]: Reached target Local File Systems (Pre). [ 5.552101] audit: type=1130 audit(1721499663.526:67): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Reached target Local File Systems (Pre). [ 5.560688] systemd[1]: Reached target Local File Systems. [ OK ] Reached target Local File Systems. [ 5.565765] systemd[1]: Starting Restore /run/initramfs on shutdown... Starting Restore /run/initramfs on shutdown... [ 5.573161] systemd[1]: Condition check resulted in Import network configuration from initramfs being skipped. [ 5.579715] systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped. [ 5.594678] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. [ 5.602676] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 5.614018] systemd[1]: Starting Commit a transient machine-id on disk... Starting Commit a transient machine-id on disk... [ 5.619399] audit: type=1334 audit(1721499663.600:68): prog-id=21 op=LOAD [ 5.626711] audit: type=1334 audit(1721499663.608:69): prog-id=22 op=LOAD [ 5.632123] systemd[1]: Starting udev Kernel Device Manager... Starting udev Kernel Device Manager... [ 5.641669] systemd[1]: Finished Restore /run/initramfs on shutdown. [ OK ] Finished Restore /run/initramfs on shutdown. [ 5.653791] systemd[1]: etc-machine\x2did.mount: Succeeded. [ 5.658991] systemd[1]: Finished Commit a transient machine-id on disk. [ OK ] Finished Commit a transient machine-id on disk. [ 5.927701] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 5.930744] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 5.938770] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 5.974680] systemd[1]: Finished Apply Kernel Variables. [ OK ] Finished Apply Kernel Variables. [ 6.051784] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 6.070921] systemd-journald[500]: Received client request to flush runtime journal. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting Security Auditing Service... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Started dnf makecache --timer. [ OK ] Started Discard unused blocks once a week. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started daily update of the root trust anchor for DNSSEC. [ OK ] Reached target Timers. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on SSSD Kerberos…ache Manager responder socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [ OK ] Reached target sshd-keygen.target. Starting System Security Services Daemon... Starting Home Area Manager... Starting Discard unused bl…filesystems from /etc/fstab... Starting update of the roo…NSSEC validation in unbound... [ OK ] Started NTP client/server. [ OK ] Finished update of the roo… DNSSEC validation in unbound. [ 7.021176] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 7.046946] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized [ OK ] Started System Security Services Daemon. [ OK ] Reached target User and Group Name Lookups. Starting Login Service... [ 7.408679] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer Starting D-Bus System Message Bus... [ OK ] Finished Discard unused bl…n filesystems from /etc/fstab. [ OK ] Started D-Bus System Message Bus. [ OK ] Started Home Area Manager. [ 7.787030] bochs-drm 0000:00:01.0: vgaarb: deactivate vga console [ 7.814854] iTCO_vendor_support: vendor-support=0 [ 7.884278] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 7.884398] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660) [ 7.890756] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 7.913959] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 7.961693] Console: switching to colour dummy device 80x25 [ OK ] Reached target Sound Card. [ 8.009303] [drm] Found bochs VGA, ID 0xb0c5. [ 8.010063] [drm] Framebuffer size 16384 kB @ 0xfa000000, mmio @ 0xfea10000. [ 8.045511] [TTM] Zone kernel: Available graphics memory: 240202 KiB [ 8.046668] [TTM] Initializing pool allocator [ 8.053625] [TTM] Initializing DMA pool allocator [ 8.063004] [drm] Found EDID data blob. [ 8.092107] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:01.0 on minor 0 [ OK ] Started Login Service. [ 8.126162] fbcon: bochs-drmdrmfb (fb0) is primary device [ 8.161559] Console: switching to colour frame buffer device 160x50 [ 8.183674] bochs-drm 0000:00:01.0: fb0: bochs-drmdrmfb frame buffer device Starting Hostname Service... [ OK ] Started Hostname Service. [ 8.684193] cloud-init[598]: Cloud-init v. 19.4 running 'init-local' at Sat, 20 Jul 2024 18:21:06 +0000. Up 7.92 seconds. [ OK ] Finished Initial cloud-init job (pre-networking). [ OK ] Reached target Network (Pre). Starting Network Manager... [ OK ] Started Network Manager. [ OK ] Reached target Network. Starting Network Manager Wait Online... Starting Initial cloud-ini… (metadata service crawler)... [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. Starting Network Manager Script Dispatcher Service... [ OK ] Started Network Manager Script Dispatcher Service. [ OK ] Finished Network Manager Wait Online. [ 9.431507] cloud-init[666]: Cloud-init v. 19.4 running 'init' at Sat, 20 Jul 2024 18:21:07 +0000. Up 9.32 seconds. [ 9.433407] cloud-init[666]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 9.435337] cloud-init[666]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 9.437253] cloud-init[666]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 9.439154] cloud-init[666]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 9.441071] cloud-init[666]: ci-info: | eth0 | True | 10.0.2.2 | 255.255.255.0 | global | 0a:58:0a:80:02:4b | [ 9.442983] cloud-init[666]: ci-info: | eth0 | True | fe80::858:aff:fe80:24b/64 | . | link | 0a:58:0a:80:02:4b | [ 9.444896] cloud-init[666]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | [ 9.446800] cloud-init[666]: ci-info: | lo | True | ::1/128 | . | host | . | [ 9.448706] cloud-init[666]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 9.450621] cloud-init[666]: ci-info: +++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ [ 9.452308] cloud-init[666]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 9.453986] cloud-init[666]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 9.455669] cloud-init[666]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 9.457358] cloud-init[666]: ci-info: | 0 | 0.0.0.0 | 10.0.2.1 | 0.0.0.0 | eth0 | UG | [ 9.459024] cloud-init[666]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 9.460705] cloud-init[666]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 9.462399] cloud-init[666]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ [ 9.463876] cloud-init[666]: ci-info: +-------+-------------+---------+-----------+-------+ [ 9.465365] cloud-init[666]: ci-info: | Route | Destination | Gateway | Interface | Flags | [ 9.466849] cloud-init[666]: ci-info: +-------+-------------+---------+-----------+-------+ [ 9.468337] cloud-init[666]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | [ 9.470487] cloud-init[666]: ci-info: | 3 | ff00::/8 | :: | eth0 | U | [ 9.471998] cloud-init[666]: ci-info: +-------+-------------+---------+-----------+-------+ [ 10.345280] cloud-init[666]: Generating public/private rsa key pair. [ 10.346690] cloud-init[666]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key [ 10.348205] cloud-init[666]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub [ 10.349675] cloud-init[666]: The key fingerprint is: [ 10.350718] cloud-init[666]: SHA256:nhUx8ka2eqdNllL/SOOVywwI8kbQWdZxUonOjS0Qn8I root@testvmi-txhzt [ 10.352313] cloud-init[666]: The key's randomart image is: [ 10.353414] cloud-init[666]: +---[RSA 3072]----+ [ 10.354444] cloud-init[666]: | .o B+oo+o.| [ 10.355539] cloud-init[666]: | .Bo=.o+. | [ 10.356678] cloud-init[666]: | . o=E=o+ | [ 10.357697] cloud-init[666]: | +o.ooB o.| [ 10.358778] cloud-init[666]: | So+.=.=..| [ 10.359858] cloud-init[666]: | ..+ B o+=.| [ 10.360950] cloud-init[666]: | o . . o+.| [ 10.361957] cloud-init[666]: | | [ 10.362966] cloud-init[666]: | | [ 10.363996] cloud-init[666]: +----[SHA256]-----+ [ 10.365004] cloud-init[666]: Generating public/private dsa key pair. [ 10.366253] cloud-init[666]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key [ 10.367762] cloud-init[666]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub [ 10.369271] cloud-init[666]: The key fingerprint is: [ 10.370304] cloud-init[666]: SHA256:/j8FamKs9vCg4H6manBmwooPGMnIvy0juwla5w+jNg8 root@testvmi-txhzt [ 10.372484] cloud-init[666]: The key's randomart image is: [ 10.373602] cloud-init[666]: +---[DSA 1024]----+ [ 10.374611] cloud-init[666]: | | [ 10.376309] cloud-init[666]: | | [ 10.377327] cloud-init[666]: | | [ 10.378332] cloud-init[666]: |+. . | [ 10.379333] cloud-init[666]: |=o .S . . | [ 10.380330] cloud-init[666]: |+o= .+ o . | [ 10.381328] cloud-init[666]: |B=E.+ oo.o . | [ 10.383329] cloud-init[666]: |=*+O=+o+ . . | [ 10.384356] cloud-init[666]: |+OXB*+..o .... | [ 10.385362] cloud-init[666]: +----[SHA256]-----+ [ 10.386364] cloud-init[666]: Generating public/private ecdsa key pair. [ 10.387605] cloud-init[666]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key [ 10.389141] cloud-init[666]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub [ 10.390685] cloud-init[666]: The key fingerprint is: [ 10.392305] cloud-init[666]: SHA256:hTangT8txZpQ0U3c6/9ynVee0yhiRMAgcOQy/1Z3zG8 root@testvmi-txhzt [ 10.393904] cloud-init[666]: The key's randomart image is: [ 10.395013] cloud-init[666]: +---[ECDSA 256]---+ [ 10.396026] cloud-init[666]: | .o+ .ooo +.. | [ 10.397034] cloud-init[666]: | o . ooo. o . | [ 10.399064] cloud-init[666]: | o . o =.= . | [ 10.400081] cloud-init[666]: | + + @.o . | [ 10.401090] cloud-init[666]: | . S.o +. | [ 10.402104] cloud-init[666]: | . . +.. .. .| [ 10.403189] cloud-init[666]: | o . E+*| [ 10.404275] cloud-init[666]: | . o ..o+B| [ 10.405291] cloud-init[666]: | . . . o=| [ 10.407342] cloud-init[666]: +----[SHA256]-----+ [ 10.408377] cloud-init[666]: Generating public/private ed25519 key pair. [ 10.409663] cloud-init[666]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key [ 10.411302] cloud-init[666]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub [ 10.412894] cloud-init[666]: The key fingerprint is: [ 10.413939] cloud-init[666]: SHA256:aDUhwmL2EyEmlbtToKppKEqo2vknav4tVEF7cG6Zn/w root@testvmi-txhzt [ 10.415523] cloud-init[666]: The key's randomart image is: [ 10.417319] cloud-init[666]: +--[ED25519 256]--+ [ 10.418355] cloud-init[666]: |..+ooo+ o | [ 10.419362] cloud-init[666]: | o*.o..* + | [ 10.420361] cloud-init[666]: | + = ...O | [ 10.421357] cloud-init[666]: |. . + .= + . | [ 10.422348] cloud-init[666]: |. o oo S + | [ 10.424351] cloud-init[666]: |o o .. . | [ 10.425381] cloud-init[666]: |+o o E | [ 10.426404] cloud-init[666]: |Bo..o.. | [ 10.427405] cloud-init[666]: |Oo=+o+. | [ 10.428428] cloud-init[666]: +----[SHA256]-----+ [ OK ] Finished Initial cloud-ini…ob (metadata service crawler). [ OK ] Reached target Cloud-config availability. [ OK ] Reached target Network is Online. Starting Apply the settings specified in cloud-config... Starting OpenSSH server daemon... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started OpenSSH server daemon. [ OK ] Reached target Multi-User System. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Stopping OpenSSH server daemon... [ OK ] Stopped OpenSSH server daemon. [ OK ] Stopped target sshd-keygen.target. Stopping sshd-keygen.target. [ OK ] Reached target sshd-keygen.target. Starting OpenSSH server daemon... [ OK ] Started OpenSSH server daemon. [ 11.280367] cloud-init[719]: Cloud-init v. 19.4 running 'modules:config' at Sat, 20 Jul 2024 18:21:08 +0000. Up 10.77 seconds. [ OK ] Finished Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... ci-info: no authorized ssh keys fingerprints found for user fedora. <14>Jul 20 18:21:09 ec2: <14>Jul 20 18:21:09 ec2: ############################################################# <14>Jul 20 18:21:09 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jul 20 18:21:09 ec2: 1024 SHA256:/j8FamKs9vCg4H6manBmwooPGMnIvy0juwla5w+jNg8 root@testvmi-txhzt (DSA) <14>Jul 20 18:21:09 ec2: 256 SHA256:hTangT8txZpQ0U3c6/9ynVee0yhiRMAgcOQy/1Z3zG8 root@testvmi-txhzt (ECDSA) <14>Jul 20 18:21:09 ec2: 256 SHA256:aDUhwmL2EyEmlbtToKppKEqo2vknav4tVEF7cG6Zn/w root@testvmi-txhzt (ED25519) <14>Jul 20 18:21:09 ec2: 3072 SHA256:nhUx8ka2eqdNllL/SOOVywwI8kbQWdZxUonOjS0Qn8I root@testvmi-txhzt (RSA) <14>Jul 20 18:21:09 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jul 20 18:21:09 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI7ATg5Wh/EG9PaBun3TwGU1TTMQB6gIIViyqFkzbTYC8KqoJLvHWxhz6oxrTC87udyyD3MWdHtWuRv5CIXMs1E= root@testvmi-txhzt ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPNDtzne3kD/sMYmaoluT5kIK4T0hECnbek7dnjx0sxm root@testvmi-txhzt ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDpgjhsK4qmzoyznhc48sEX2G/mBEQDxefniJZDr3hLM51Cg8qItlqfbexqRXnz2xTOTFN8NpNwdTbn/W7Glr/TbB1JwLf+BrGmXla9jzm+qrOHDUArq36JqTseShKBvicEVwvF2r4zppY05qFcc3uA4SAmsZ1jj/aaCW3GdR8AJCETbg0IhhbtTGd0J35r4siKuPZg0iMi0m5ThwCCMGtOPDz1oOGuJD1B9nOASU3nuVf6a2Sh4eGXWZSpQGpaGIkmTh2ZLRzE3FbOvX4P5X/1Bdv8IqwF74oWQXMMt/d9Mdfh9xA5XvZ0WTuLHsxdQ521QpSysuEtLfJH6CGPRbTVEKZ5y3/Z0od7DxmCMdcthv9Cy32QSnJUsXtIpr7cxhDW/64w6PzuHtD8Xw8hSE0LEwB/L7b7ec61LayLlvlhAY7e1uXMGokO8G+DaVD82F6zzolWJDAFc5epevdsN7HgLES08BtB+T/XZDaWtNx9zPoAmVgBB26i+iuzk+2JWWk= root@testvmi-txhzt -----END SSH HOST KEY KEYS----- [ 11.712092] cloud-init[742]: Cloud-init v. 19.4 running 'modules:final' at Sat, 20 Jul 2024 18:21:09 +0000. Up 11.56 seconds. [ 11.714127] cloud-init[742]: ci-info: no authorized ssh keys fingerprints found for user fedora. [ 11.715740] cloud-init[742]: Cloud-init v. 19.4 finished at Sat, 20 Jul 2024 18:21:09 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/vdb]. Up 11.70 seconds [ OK ] Finished Execute cloud user/final scripts. [ OK ] Reached target Cloud-init target. Starting Wait for cloud-init to complete... [ OK ] Finished Wait for cloud-init to complete. [ OK ] Started QEMU Guest Agent. Fedora 32 (Cloud Edition) Kernel 5.6.6-300.fc32.x86_64 on an x86_64 (ttyS0) SSH host key: SHA256:qPRKaVdVtDYott2DeRjJg2PukW2Xaw0dutRByKAwRf4 (RSA) SSH host key: SHA256:7YQ/oZ5syCPd4yw75WdSP9x5JiuMwQ4WXCfwqATl4uw (ECDSA) SSH host key: SHA256:3Xsl9Ij31pzEvDnwdK7TwPchydm3FYNNmkvE/oHRWoY (ED25519) SSH host key: SHA256:jWzRT6gPEI8LMRG5AhgzuVfkZPbOua+aPT5uvmxZaoY (DSA) eth0: 10.0.2.2 fe80::858:aff:fe80:24b testvmi-txhzt login: Sent: "fedora\n" Match for RE: "Password:" found: ["Password:"] Buffer: fedora Password: Sent: "fedora\n" Match for RE: "(\\[fedora@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) ~\\]\\$ |\\[root@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) fedora\\]\\# )" found: ["[fedora@testvmi-txhzt ~]$ " "[fedora@testvmi-txhzt ~]$ " "testvmi-txhzt" ""] Buffer: [fedora@testvmi-txhzt ~]$ Sent: "sudo su\n" Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: sudo su [root@testvmi-txhzt fedora]# Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: stty cols 500 rows 500 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# Sent: "dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: dmesg -n 1 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# STEP: Get VM cloud-init instance-id @ 07/20/24 18:21:16.563 STEP: Restart VM @ 07/20/24 18:21:16.654 STEP: Stopping the VirtualMachineInstance @ 07/20/24 18:21:16.655 STEP: VM has not the running condition @ 07/20/24 18:21:43.115 STEP: Starting the VirtualMachineInstance @ 07/20/24 18:21:43.129 STEP: VMI has the running condition @ 07/20/24 18:21:43.202 Sent: "\n" Sent: "\n" Sent: "\n" Sent: "\n" Match for RE: "(localhost|fedora|testvmi-txhzt|testvmi-txhzt) login: " found: ["testvmi-txhzt login: " "testvmi-txhzt"] Buffer: [ 2.507366] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ 2.510281] audit: type=1130 audit(1721499723.467:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. [ 2.532739] audit: type=1130 audit(1721499723.489:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started udev Kernel Device Manager. [ 2.635023] audit: type=1130 audit(1721499723.590:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting udev Coldplug all Devices... Mounting Kernel Configuration File System... [ OK ] Mounted Kernel Configuration File System. [ OK ] Finished udev Coldplug all Devices. [ OK ] Reached target System Initialization. [ OK ] Reached target Basic System. [ 2.729909] audit: type=1130 audit(1721499723.682:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting dracut initqueue hook... [ 2.800925] virtio_blk virtio3: [vda] 8388608 512-byte logical blocks (4.29 GB/4.00 GiB) [ 2.815546] scsi host6: Virtio SCSI HBA [ 2.851124] vda: vda1 [ 2.871568] virtio_blk virtio4: [vdb] 2048 512-byte logical blocks (1.05 MB/1.00 MiB) [ OK ] Found device /dev/disk/by-…4-3bbb-40b2-a6ba-f377f0c90217. [ OK ] Reached target Initrd Root Device. [ OK ] Finished dracut initqueue hook. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. [ 3.008799] audit: type=1130 audit(1721499723.961:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting File System Check…3bbb-40b2-a6ba-f377f0c90217... [ OK ] Finished File System Check…4-3bbb-40b2-a6ba-f377f0c90217. [ 3.067801] audit: type=1130 audit(1721499724.024:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Mounting /sysroot... [ 3.088421] EXT4-fs (vda1): mounted filesystem with ordered data mode. Opts: (null) [ OK ] Mounted /sysroot. [ OK ] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [ 3.105535] audit: type=1334 audit(1721499724.061:8): prog-id=5 op=UNLOAD [ 3.107562] audit: type=1334 audit(1721499724.064:9): prog-id=4 op=UNLOAD [ 3.110139] audit: type=1334 audit(1721499724.066:10): prog-id=3 op=UNLOAD [ OK ] Finished Reload Configuration from the Real Root. [ OK ] Reached target Initrd File Systems. [ OK ] Reached target Initrd Default Target. Starting dracut mount hook... [ OK ] Finished dracut mount hook. Starting Cleaning Up and Shutting Down Daemons... [ OK ] Stopped target Initrd Default Target. [ OK ] Stopped target Basic System. [ OK ] Stopped target Initrd Root Device. [ OK ] Stopped target Paths. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). [ OK ] Stopped target Slices. [ OK ] Stopped target Sockets. [ OK ] Stopped target System Initialization. [ OK ] Stopped target Local Encrypted Volumes. [ OK ] Stopped Dispatch Password …ts to Console Directory Watch. [ OK ] Stopped target Swap. [ OK ] Stopped target Timers. [ OK ] Stopped dracut mount hook. [ OK ] Stopped dracut initqueue hook. [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped target Local File Systems. [ OK ] Stopped udev Coldplug all Devices. Stopping udev Kernel Device Manager... [ OK ] Stopped Setup Virtual Console. [ OK ] Stopped udev Kernel Device Manager. [ OK ] Finished Cleaning Up and Shutting Down Daemons. [ OK ] Closed udev Control Socket. [ OK ] Closed udev Kernel Socket. [ OK ] Stopped dracut pre-udev hook. [ OK ] Stopped dracut cmdline hook. Starting Cleanup udevd DB... [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Create list of sta… nodes for the current kernel. [ OK ] Finished Cleanup udevd DB. [ OK ] Reached target Switch Root. Starting Switch Root... [ 3.344938] systemd-journald[290]: Received SIGTERM from PID 1 (systemd). [ 4.079388] SELinux: Permission watch in class filesystem not defined in policy. [ 4.081997] SELinux: Permission watch in class file not defined in policy. [ 4.084027] SELinux: Permission watch_mount in class file not defined in policy. [ 4.086591] SELinux: Permission watch_sb in class file not defined in policy. [ 4.089022] SELinux: Permission watch_with_perm in class file not defined in policy. [ 4.091597] SELinux: Permission watch_reads in class file not defined in policy. [ 4.094159] SELinux: Permission watch in class dir not defined in policy. [ 4.096080] SELinux: Permission watch_mount in class dir not defined in policy. [ 4.098640] SELinux: Permission watch_sb in class dir not defined in policy. [ 4.100609] SELinux: Permission watch_with_perm in class dir not defined in policy. [ 4.103153] SELinux: Permission watch_reads in class dir not defined in policy. [ 4.105631] SELinux: Permission watch in class lnk_file not defined in policy. [ 4.108073] SELinux: Permission watch_mount in class lnk_file not defined in policy. [ 4.110673] SELinux: Permission watch_sb in class lnk_file not defined in policy. [ 4.113185] SELinux: Permission watch_with_perm in class lnk_file not defined in policy. [ 4.115839] SELinux: Permission watch_reads in class lnk_file not defined in policy. [ 4.118457] SELinux: Permission watch in class chr_file not defined in policy. [ 4.120920] SELinux: Permission watch_mount in class chr_file not defined in policy. [ 4.123484] SELinux: Permission watch_sb in class chr_file not defined in policy. [ 4.126014] SELinux: Permission watch_with_perm in class chr_file not defined in policy. [ 4.128667] SELinux: Permission watch_reads in class chr_file not defined in policy. [ 4.131274] SELinux: Permission watch in class blk_file not defined in policy. [ 4.133812] SELinux: Permission watch_mount in class blk_file not defined in policy. [ 4.136384] SELinux: Permission watch_sb in class blk_file not defined in policy. [ 4.138880] SELinux: Permission watch_with_perm in class blk_file not defined in policy. [ 4.141525] SELinux: Permission watch_reads in class blk_file not defined in policy. [ 4.144118] SELinux: Permission watch in class sock_file not defined in policy. [ 4.146654] SELinux: Permission watch_mount in class sock_file not defined in policy. [ 4.149247] SELinux: Permission watch_sb in class sock_file not defined in policy. [ 4.151804] SELinux: Permission watch_with_perm in class sock_file not defined in policy. [ 4.154501] SELinux: Permission watch_reads in class sock_file not defined in policy. [ 4.157083] SELinux: Permission watch in class fifo_file not defined in policy. [ 4.159635] SELinux: Permission watch_mount in class fifo_file not defined in policy. [ 4.162247] SELinux: Permission watch_sb in class fifo_file not defined in policy. [ 4.164797] SELinux: Permission watch_with_perm in class fifo_file not defined in policy. [ 4.167467] SELinux: Permission watch_reads in class fifo_file not defined in policy. [ 4.170230] SELinux: Class perf_event not defined in policy. [ 4.171910] SELinux: Class lockdown not defined in policy. [ 4.173597] SELinux: the above unknown classes and permissions will be allowed [ 4.176065] SELinux: policy capability network_peer_controls=1 [ 4.177799] SELinux: policy capability open_perms=1 [ 4.179346] SELinux: policy capability extended_socket_class=1 [ 4.181082] SELinux: policy capability always_check_network=0 [ 4.182817] SELinux: policy capability cgroup_seclabel=1 [ 4.184452] SELinux: policy capability nnp_nosuid_transition=1 [ 4.215282] systemd[1]: Successfully loaded SELinux policy in 609.152ms. [ 4.377764] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 19.729ms. [ 4.399838] systemd[1]: systemd v245.4-1.fc32 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) [ 4.406387] systemd[1]: Detected virtualization kvm. [ 4.408097] systemd[1]: Detected architecture x86-64. Welcome to Fedora 32 (Cloud Edition)! [ 4.416871] systemd[1]: Initializing machine ID from KVM UUID. [ 4.418735] systemd[1]: Installed transient /etc/machine-id file. [ 4.761376] systemd[1]: /usr/lib/systemd/system/sssd.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly. [ 4.779452] systemd[1]: Configuration file /etc/systemd/system/wait-for-cloud-init.service is marked executable. Please remove executable permission bits. Proceeding anyway. [ 4.855322] systemd[1]: /usr/lib/systemd/system/sssd-kcm.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/.heim_org.h5l.kcm-socket → /run/.heim_org.h5l.kcm-socket; please update the unit file accordingly. [ 4.889516] systemd[1]: initrd-switch-root.service: Succeeded. [ 4.891396] systemd[1]: Stopped Switch Root. [ OK ] Stopped Switch Root. [ 4.894727] systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1. [ 4.897705] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 4.900847] systemd[1]: Created slice system-modprobe.slice. [ OK ] Created slice system-modprobe.slice. [ 4.904019] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 4.907297] systemd[1]: Created slice system-sshd\x2dkeygen.slice. [ OK ] Created slice system-sshd\x2dkeygen.slice. [ 4.910746] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 4.913816] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password …ts to Console Directory Watch. [ 4.917964] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password R…uests to Wall Directory Watch. [ 4.922299] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary…s File System Automount Point. [ 4.926635] systemd[1]: Reached target Local Encrypted Volumes. [ OK ] Reached target Local Encrypted Volumes. [ 4.929592] systemd[1]: Stopped target Switch Root. [ OK ] Stopped target Switch Root. [ 4.932189] systemd[1]: Stopped target Initrd File Systems. [ OK ] Stopped target Initrd File Systems. [ 4.934996] systemd[1]: Stopped target Initrd Root File System. [ OK ] Stopped target Initrd Root File System. [ 4.937943] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 4.940377] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 4.943210] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 4.945684] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 4.950256] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 4.953346] systemd[1]: Listening on initctl Compatibility Named Pipe. [ OK ] Listening on initctl Compatibility Named Pipe. [ 4.957150] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 4.960210] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 4.963229] systemd[1]: Listening on User Database Manager Socket. [ OK ] Listening on User Database Manager Socket. [ 4.967038] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 4.970559] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 4.978862] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ 4.982578] systemd[1]: Mounting Kernel Trace File System... Mounting Kernel Trace File System... [ 4.987907] systemd[1]: Starting Create list of static device nodes for the current kernel... Starting Create list of st…odes for the current kernel... [ 4.994704] systemd[1]: Starting Load Kernel Module drm... Starting Load Kernel Module drm... [ 5.000792] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. [ 5.003917] systemd[1]: Stopped Journal Service. [ OK ] Stopped Journal Service. [ 5.010889] systemd[1]: Starting Journal Service... Starting Journal Service... [ 5.021049] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 5.030073] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 5.045935] systemd[1]: Starting Repartition Root Disk... Starting Repartition Root Disk... [ 5.065939] systemd[1]: Starting udev Coldplug all Devices... [ 5.078794] EXT4-fs (vda1): re-mounted. Opts: (null) Starting udev Coldplug all Devices... [ 5.125913] systemd[1]: sysroot.mount: Succeeded. [ 5.138385] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 5.147952] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 5.158816] systemd[1]: Mounted Kernel Debug File System. [ OK ] Mounted Kernel Debug File System. [ 5.166127] systemd[1]: Mounted Kernel Trace File System. [ 5.171945] i40e: Intel(R) Ethernet Connection XL710 Network Driver - version 2.8.20-k [ 5.174477] i40e: Copyright (c) 2013 - 2019 Intel Corporation. [ OK ] Mounted Kernel Trace File System. [ 5.178810] systemd[1]: Finished Create list of static device nodes for the current kernel. [ OK ] Finished Create list of st… nodes for the current kernel. [ 5.188588] systemd[1]: modprobe@drm.service: Succeeded. [ 5.192946] systemd[1]: Finished Load Kernel Module drm. [ OK ] Finished Load Kernel Module drm. [ 5.198510] systemd[1]: Finished Remount Root and Kernel File Systems. [ 5.201599] dca service started, version 1.12.1 [ OK ] Finished Remount Root and Kernel File Systems. [ 5.211228] systemd[1]: Finished Repartition Root Disk. [ OK ] Finished Repartition Root Disk. [ 5.218168] systemd[1]: Condition check resulted in First Boot Wizard being skipped. [ 5.234385] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. [ 5.245442] systemd[1]: Starting Load/Save Random Seed... Starting Load/Save Random Seed... [ 5.255099] systemd[1]: Condition check resulted in Create System Users being skipped. [ 5.261061] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.6.0-k [ 5.262972] igb: Copyright (c) 2007-2014 Intel Corporation. [ 5.272937] systemd[1]: Starting Create Static Device Nodes in /dev... Starting Create Static Device Nodes in /dev... [ 5.291396] systemd[1]: Finished Load/Save Random Seed. [ OK ] Finished Load/Save Random Seed. [ 5.300078] kauditd_printk_skb: 54 callbacks suppressed [ 5.300079] audit: type=1130 audit(1721499726.256:65): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.353142] systemd[1]: Finished Create Static Device Nodes in /dev. [ OK ] Finished Create Static Device Nodes in /dev. [ 5.356551] audit: type=1130 audit(1721499726.313:66): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.363135] systemd[1]: Reached target Local File Systems (Pre). [ OK ] Reached target Local File Systems (Pre). [ 5.373177] systemd[1]: Reached target Local File Systems. [ OK ] Reached target Local File Systems. [ 5.381919] systemd[1]: Starting Restore /run/initramfs on shutdown... Starting Restore /run/initramfs on shutdown... [ 5.395591] systemd[1]: Condition check resulted in Import network configuration from initramfs being skipped. [ 5.408861] systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped. [ 5.419388] systemd[1]: Condition check resulted in Mark the need to relabel after reboot being skipped. [ 5.424816] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped. [ 5.436046] systemd[1]: Starting Commit a transient machine-id on disk... Starting Commit a transient machine-id on disk... [ 5.441215] audit: type=1334 audit(1721499726.397:67): prog-id=21 op=LOAD [ 5.448844] audit: type=1334 audit(1721499726.405:68): prog-id=22 op=LOAD [ 5.451192] systemd[1]: Starting udev Kernel Device Manager... Starting udev Kernel Device Manager... [ 5.462811] systemd[1]: Finished udev Coldplug all Devices. [ OK ] Finished udev Coldplug all Devices. [ 5.470474] audit: type=1130 audit(1721499726.426:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.477583] systemd[1]: etc-machine\x2did.mount: Succeeded. [ 5.490808] systemd[1]: Finished Restore /run/initramfs on shutdown. [ OK ] Finished Restore /run/initramfs on shutdown. [ 5.499607] audit: type=1130 audit(1721499726.456:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.507879] systemd[1]: Finished Commit a transient machine-id on disk. [ OK ] Finished Commit a transient machine-id on disk. [ 5.530365] audit: type=1130 audit(1721499726.477:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-machine-id-commit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.757983] systemd[1]: Finished Load Kernel Modules. [ OK ] Finished Load Kernel Modules. [ 5.760951] audit: type=1130 audit(1721499726.717:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.767533] systemd[1]: Condition check resulted in FUSE Control File System being skipped. [ 5.775925] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 5.802661] systemd[1]: Finished Apply Kernel Variables. [ OK ] Finished Apply Kernel Variables. [ 5.805672] audit: type=1130 audit(1721499726.761:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 5.913125] audit: type=1305 audit(1721499726.869:74): op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 subj=system_u:system_r:syslogd_t:s0 res=1 [ 5.922941] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. Starting Flush Journal to Persistent Storage... [ 5.939289] systemd-journald[501]: Received client request to flush runtime journal. [ OK ] Finished Flush Journal to Persistent Storage. Starting Create Volatile Files and Directories... [ OK ] Finished Create Volatile Files and Directories. Starting Security Auditing Service... [ OK ] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [ OK ] Finished Update UTMP about System Boot/Shutdown. [ OK ] Started udev Kernel Device Manager. [ OK ] Reached target System Initialization. [ OK ] Started dnf makecache --timer. [ OK ] Started Discard unused blocks once a week. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Started daily update of the root trust anchor for DNSSEC. [ OK ] Reached target Timers. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Listening on SSSD Kerberos…ache Manager responder socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [ OK ] Reached target sshd-keygen.target. Starting System Security Services Daemon... Starting Home Area Manager... Starting Discard unused bl…filesystems from /etc/fstab... Starting update of the roo…NSSEC validation in unbound... [ OK ] Started NTP client/server. [ OK ] Finished update of the roo… DNSSEC validation in unbound. [ OK ] Started System Security Services Daemon. [ OK ] Reached target User and Group Name Lookups. Starting Login Service... [ 6.932539] lpc_ich 0000:00:1f.0: I/O space for GPIO uninitialized [ 7.137142] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 7.345831] RAPL PMU: API unit is 2^-32 Joules, 0 fixed counters, 10737418240 ms ovfl timer [ OK ] Finished Discard unused bl…n filesystems from /etc/fstab. Starting D-Bus System Message Bus... [ OK ] Started D-Bus System Message Bus. [ OK ] Started Home Area Manager. [ 7.704279] iTCO_vendor_support: vendor-support=0 [ 7.744393] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11 [ 7.788947] iTCO_wdt: Found a ICH9 TCO device (Version=2, TCOBASE=0x0660) [ 7.807959] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 7.835165] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ OK ] Reached target Sound Card. [ 7.860845] bochs-drm 0000:00:01.0: vgaarb: deactivate vga console [ 7.978846] Console: switching to colour dummy device 80x25 [ OK ] Started Login Service. [ 7.992782] [drm] Found bochs VGA, ID 0xb0c5. [ 7.993570] [drm] Framebuffer size 16384 kB @ 0xfa000000, mmio @ 0xfea10000. [ 8.012466] [TTM] Zone kernel: Available graphics memory: 240202 KiB [ 8.013677] [TTM] Initializing pool allocator [ 8.028979] [TTM] Initializing DMA pool allocator [ 8.037245] [drm] Found EDID data blob. [ 8.065152] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:01.0 on minor 0 [ 8.119160] fbcon: bochs-drmdrmfb (fb0) is primary device [ 8.146887] Console: switching to colour frame buffer device 160x50 [ 8.185821] bochs-drm 0000:00:01.0: fb0: bochs-drmdrmfb frame buffer device Starting Hostname Service... [ OK ] Started Hostname Service. [ 8.512867] cloud-init[585]: Cloud-init v. 19.4 running 'init-local' at Sat, 20 Jul 2024 18:22:08 +0000. Up 7.63 seconds. [ OK ] Finished Initial cloud-init job (pre-networking). [ OK ] Reached target Network (Pre). Starting Network Manager... [ OK ] Started Network Manager. [ OK ] Reached target Network. Starting Network Manager Wait Online... Starting Initial cloud-ini… (metadata service crawler)... [ OK ] Listening on Load/Save RF …itch Status /dev/rfkill Watch. Starting Network Manager Script Dispatcher Service... [ OK ] Started Network Manager Script Dispatcher Service. [ OK ] Finished Network Manager Wait Online. [ 9.201797] cloud-init[667]: Cloud-init v. 19.4 running 'init' at Sat, 20 Jul 2024 18:22:10 +0000. Up 9.09 seconds. [ 9.203778] cloud-init[667]: ci-info: +++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++ [ 9.205804] cloud-init[667]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 9.207972] cloud-init[667]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 9.210005] cloud-init[667]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 9.212132] cloud-init[667]: ci-info: | eth0 | True | 10.0.2.2 | 255.255.255.0 | global | 0a:58:0a:80:02:4c | [ 9.214160] cloud-init[667]: ci-info: | eth0 | True | fe80::858:aff:fe80:24c/64 | . | link | 0a:58:0a:80:02:4c | [ 9.216185] cloud-init[667]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | host | . | [ 9.218228] cloud-init[667]: ci-info: | lo | True | ::1/128 | . | host | . | [ 9.220269] cloud-init[667]: ci-info: +--------+------+---------------------------+---------------+--------+-------------------+ [ 9.222292] cloud-init[667]: ci-info: +++++++++++++++++++++++++++Route IPv4 info++++++++++++++++++++++++++++ [ 9.224046] cloud-init[667]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 9.225833] cloud-init[667]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 9.227622] cloud-init[667]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 9.229404] cloud-init[667]: ci-info: | 0 | 0.0.0.0 | 10.0.2.1 | 0.0.0.0 | eth0 | UG | [ 9.231185] cloud-init[667]: ci-info: | 1 | 10.0.2.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 9.232953] cloud-init[667]: ci-info: +-------+-------------+----------+---------------+-----------+-------+ [ 9.234707] cloud-init[667]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++ [ 9.236267] cloud-init[667]: ci-info: +-------+-------------+---------+-----------+-------+ [ 9.237816] cloud-init[667]: ci-info: | Route | Destination | Gateway | Interface | Flags | [ 9.240247] cloud-init[667]: ci-info: +-------+-------------+---------+-----------+-------+ [ 9.241851] cloud-init[667]: ci-info: | 1 | fe80::/64 | :: | eth0 | U | [ 9.243403] cloud-init[667]: ci-info: | 3 | ff00::/8 | :: | eth0 | U | [ 9.244945] cloud-init[667]: ci-info: +-------+-------------+---------+-----------+-------+ [ 9.910861] cloud-init[667]: Generating public/private rsa key pair. [ 9.912319] cloud-init[667]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key [ 9.913896] cloud-init[667]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub [ 9.915449] cloud-init[667]: The key fingerprint is: [ 9.916506] cloud-init[667]: SHA256:DFlPUOV8XXODs1lFezLaTJRpXzHxShL2vfoYh7d/zI4 root@testvmi-txhzt [ 9.918119] cloud-init[667]: The key's randomart image is: [ 9.919260] cloud-init[667]: +---[RSA 3072]----+ [ 9.920276] cloud-init[667]: | ooo.+ oXO| [ 9.921302] cloud-init[667]: | o o + *++X| [ 9.922354] cloud-init[667]: | o . +.%o*| [ 9.923395] cloud-init[667]: | o @ ++| [ 9.924439] cloud-init[667]: | S . +. | [ 9.925474] cloud-init[667]: | o | [ 9.926591] cloud-init[667]: | + = | [ 9.927674] cloud-init[667]: | *.=| [ 9.928735] cloud-init[667]: | .E+=| [ 9.929855] cloud-init[667]: +----[SHA256]-----+ [ 9.930941] cloud-init[667]: Generating public/private dsa key pair. [ 9.932262] cloud-init[667]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key [ 9.933828] cloud-init[667]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub [ 9.935389] cloud-init[667]: The key fingerprint is: [ 9.936534] cloud-init[667]: SHA256:ZDtUEUcNktoxRKLgHh7y8xqzYf3oseFZ1bOwueIYTrY root@testvmi-txhzt [ 9.938196] cloud-init[667]: The key's randomart image is: [ 9.940383] cloud-init[667]: +---[DSA 1024]----+ [ 9.941433] cloud-init[667]: | . .oB=+o | [ 9.942482] cloud-init[667]: | . . . o+o . | [ 9.943524] cloud-init[667]: | . + . +o o | [ 9.944566] cloud-init[667]: | = o +.... | [ 9.945602] cloud-init[667]: | = S o o | [ 9.946649] cloud-init[667]: | + o + o | [ 9.948217] cloud-init[667]: | = O . o . | [ 9.949267] cloud-init[667]: | . @ %. . | [ 9.950309] cloud-init[667]: | o.E.o.. | [ 9.951335] cloud-init[667]: +----[SHA256]-----+ [ 9.953218] cloud-init[667]: Generating public/private ecdsa key pair. [ 9.954542] cloud-init[667]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key [ 9.956124] cloud-init[667]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub [ 9.957723] cloud-init[667]: The key fingerprint is: [ 9.958817] cloud-init[667]: SHA256:qVImqARFNDxKfwNMCoQUYRZiq5x+SuIXdtKseLNHoXg root@testvmi-txhzt [ 9.960473] cloud-init[667]: The key's randomart image is: [ 9.961626] cloud-init[667]: +---[ECDSA 256]---+ [ 9.963655] cloud-init[667]: |*&@. | [ 9.964692] cloud-init[667]: |Bo=+ | [ 9.965708] cloud-init[667]: |o+... | [ 9.966748] cloud-init[667]: |= .o + . | [ 9.967792] cloud-init[667]: |.+o * = S | [ 9.968831] cloud-init[667]: |oo E O . | [ 9.969860] cloud-init[667]: |oo+.B . | [ 9.970902] cloud-init[667]: |+.o= o | [ 9.972822] cloud-init[667]: | oo.+ | [ 9.973871] cloud-init[667]: +----[SHA256]-----+ [ 9.974902] cloud-init[667]: Generating public/private ed25519 key pair. [ 9.976216] cloud-init[667]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key [ 9.977829] cloud-init[667]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub [ 9.979449] cloud-init[667]: The key fingerprint is: [ 9.981226] cloud-init[667]: SHA256:z642SuopSfiJTwE9IwoT6AfNw7ekQ9OEknlGmUfVscM root@testvmi-txhzt [ 9.982890] cloud-init[667]: The key's randomart image is: [ 9.984046] cloud-init[667]: +--[ED25519 256]--+ [ 9.985074] cloud-init[667]: |o B.Bo..... | [ 9.986115] cloud-init[667]: |.B & = ... | [ 9.987146] cloud-init[667]: |* X B . E | [ 9.988999] cloud-init[667]: |o= * . . | [ 9.990045] cloud-init[667]: |..o . S | [ 9.991083] cloud-init[667]: |. .. o | [ 9.992101] cloud-init[667]: | +.o . o | [ 9.993132] cloud-init[667]: |..= + o. | [ 9.994167] cloud-init[667]: | ..o+ .o.o. | [ 9.996268] cloud-init[667]: +----[SHA256]-----+ [ OK ] Finished Initial cloud-ini…ob (metadata service crawler). [ OK ] Reached target Cloud-config availability. [ OK ] Reached target Network is Online. Starting Apply the settings specified in cloud-config... Starting OpenSSH server daemon... Starting Permit User Sessions... [ OK ] Finished Permit User Sessions. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started OpenSSH server daemon. [ OK ] Reached target Multi-User System. Starting Update UTMP about System Runlevel Changes... [ OK ] Finished Update UTMP about System Runlevel Changes. Stopping OpenSSH server daemon... [ OK ] Stopped OpenSSH server daemon. [ OK ] Stopped target sshd-keygen.target. Stopping sshd-keygen.target. [ OK ] Reached target sshd-keygen.target. Starting OpenSSH server daemon... [ OK ] Started OpenSSH server daemon. [ 10.842910] cloud-init[720]: Cloud-init v. 19.4 running 'modules:config' at Sat, 20 Jul 2024 18:22:11 +0000. Up 10.33 seconds. [ OK ] Finished Apply the settings specified in cloud-config. Starting Execute cloud user/final scripts... ci-info: no authorized ssh keys fingerprints found for user fedora. <14>Jul 20 18:22:12 ec2: <14>Jul 20 18:22:12 ec2: ############################################################# <14>Jul 20 18:22:12 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Jul 20 18:22:12 ec2: 1024 SHA256:ZDtUEUcNktoxRKLgHh7y8xqzYf3oseFZ1bOwueIYTrY root@testvmi-txhzt (DSA) <14>Jul 20 18:22:12 ec2: 256 SHA256:qVImqARFNDxKfwNMCoQUYRZiq5x+SuIXdtKseLNHoXg root@testvmi-txhzt (ECDSA) <14>Jul 20 18:22:12 ec2: 256 SHA256:z642SuopSfiJTwE9IwoT6AfNw7ekQ9OEknlGmUfVscM root@testvmi-txhzt (ED25519) <14>Jul 20 18:22:12 ec2: 3072 SHA256:DFlPUOV8XXODs1lFezLaTJRpXzHxShL2vfoYh7d/zI4 root@testvmi-txhzt (RSA) <14>Jul 20 18:22:12 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Jul 20 18:22:12 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWMFvM56YMSXDZpVCWnmI+AXe7qudUeNSZdk0eSRlaBRjkX+/QECsqsca0W9moTFlmWgNb7WHa9di3rTibpjlY= root@testvmi-txhzt ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ9DxV5h3rWmuNbsdCN/kKcy9w/87zSIo7lmB9dXxJn5 root@testvmi-txhzt ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCaP2dsdYpZsV6K+TwciFecUIwSg3NWFEQgPZiOo/FI6vTrNBLuCYJR6k/y8K7F114WR9eq6oEy9rkM+l3896nzXDUzyLT+tL5trAQVgrVq/ijzAzJ/hsT3kpldcXK+m5yYZxGDTH/2/QYjnylHVPf3EVxMtsbBR2ZYRsDykha7bEwbIsX8blkrmWfzPaNAkgIMuljQJk2M5assE0FpgE5Xyv23XipAIBQxhxciVV3jkeXth7Lf9gQMb41pk5WsOokQEa07e5smIsGadJtZwrJK7WLwSkFw7S1EIkjMVTE0xy9lcZmt/vRMbsnBXVDrwQD5SYOBskeHQ1oHzjG5/gWYGkWYJnb40syeUSOUnHIHqsAk53VPaAliiyxUIf7aWFr/WUSNYtuiWoyQn2oVB4KtUvzLGIuHKZyoCbaLylnpxphWFDWBQ6tPrsJTBgb4msfU5ztn5fBBeARUhQPIbEA7Tkk26kujnqV5bLzOxl0FF809woUUpw8qL8jnQgdbozE= root@testvmi-txhzt -----END SSH HOST KEY KEYS----- [ 11.310211] cloud-init[743]: Cloud-init v. 19.4 running 'modules:final' at Sat, 20 Jul 2024 18:22:12 +0000. Up 11.15 seconds. [ 11.312342] cloud-init[743]: ci-info: no authorized ssh keys fingerprints found for user fedora. [ 11.313965] cloud-init[743]: Cloud-init v. 19.4 finished at Sat, 20 Jul 2024 18:22:12 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/vdb]. Up 11.30 seconds [ OK ] Finished Execute cloud user/final scripts. [ OK ] Reached target Cloud-init target. Starting Wait for cloud-init to complete... [ OK ] Finished Wait for cloud-init to complete. [ OK ] Started QEMU Guest Agent. Fedora 32 (Cloud Edition) Kernel 5.6.6-300.fc32.x86_64 on an x86_64 (ttyS0) SSH host key: SHA256:qPRKaVdVtDYott2DeRjJg2PukW2Xaw0dutRByKAwRf4 (RSA) SSH host key: SHA256:7YQ/oZ5syCPd4yw75WdSP9x5JiuMwQ4WXCfwqATl4uw (ECDSA) SSH host key: SHA256:3Xsl9Ij31pzEvDnwdK7TwPchydm3FYNNmkvE/oHRWoY (ED25519) SSH host key: SHA256:jWzRT6gPEI8LMRG5AhgzuVfkZPbOua+aPT5uvmxZaoY (DSA) eth0: 10.0.2.2 fe80::858:aff:fe80:24c testvmi-txhzt login: Sent: "fedora\n" Match for RE: "Password:" found: ["Password:"] Buffer: fedora Password: Sent: "fedora\n" Match for RE: "(\\[fedora@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) ~\\]\\$ |\\[root@(localhost|fedora|testvmi-txhzt|testvmi-txhzt) fedora\\]\\# )" found: ["[fedora@testvmi-txhzt ~]$ " "[fedora@testvmi-txhzt ~]$ " "testvmi-txhzt" ""] Buffer: [fedora@testvmi-txhzt ~]$ Sent: "sudo su\n" Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: sudo su [root@testvmi-txhzt fedora]# Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: stty cols 500 rows 500 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# Sent: "dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["# " "# "] Buffer: dmesg -n 1 [root@testvmi-txhzt fedora]# Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n[root@testvmi-txhzt fedora]# " "# "] Buffer: echo $? 0 [root@testvmi-txhzt fedora]# STEP: Get VM cloud-init instance-id after restart @ 07/20/24 18:22:17.376 STEP: Make sure the instance-ids match @ 07/20/24 18:22:17.469 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [113.359 seconds] ------------------------------ SSS ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitNoCloud networkData [test_id:3181]should have cloud-init network-config with NetworkData source [sig-compute] tests/vmi_cloudinit_test.go:352 STEP: Starting a VirtualMachineInstance @ 07/20/24 18:22:24.641 W0720 18:22:24.671053 833 warnings.go:70] metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: Waiting the VirtualMachineInstance start @ 07/20/24 18:22:24.671 {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid 3a47bc3f-5962-4a67-baed-784358e23edd]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"3a47bc3f-5962-4a67-baed-784358e23edd\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"98620\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created PodDisruptionBudget kubevirt-disruption-budget-c6mf5","pos":"watcher.go:150","timestamp":"2024-07-20T18:22:24.701822Z"} {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid 3a47bc3f-5962-4a67-baed-784358e23edd]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"3a47bc3f-5962-4a67-baed-784358e23edd\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"98622\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-vnmz7-txnpg","pos":"watcher.go:150","timestamp":"2024-07-20T18:22:24.713252Z"} {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid 3a47bc3f-5962-4a67-baed-784358e23edd]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"3a47bc3f-5962-4a67-baed-784358e23edd\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"98821\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2024-07-20T18:22:39.321432Z"} {"[namespace kubevirt-test-default1 name testvmi-vnmz7 kind VirtualMachineInstance uid 3a47bc3f-5962-4a67-baed-784358e23edd]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-vnmz7\", UID:\"3a47bc3f-5962-4a67-baed-784358e23edd\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"98856\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2024-07-20T18:22:39.399958Z"} Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-vnmz7 login:" found: ["testvmi-vnmz7 login:"] Buffer: testvmi-vnmz7 login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-vnmz7 login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-vnmz7/noCloud.iso' is 4k-block fs compatible @ 07/20/24 18:22:45.188 STEP: mouting cloudinit iso @ 07/20/24 18:22:45.365 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L cidata) /mnt/\n" Match for RE: "mount \\$\\(blkid -L cidata\\) /mnt/((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L cidata) /mnt/\r\n# " "\r\n" "# "] Buffer: mount $(blkid -L cidata) /mnt/ # Sent: "echo $?\n" Match for RE: "echo \\$\\?((?s).*)\n0\r\n.*(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 07/20/24 18:22:45.496 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/network-config\n" Match for RE: "cat /mnt/network-config((?s).*)#Test networkData" found: ["cat /mnt/network-config\r\n#Test networkData" "\r\n"] Buffer: cat /mnt/network-config #Test networkData On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [28.144 seconds] ------------------------------ S ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitNoCloud networkData [test_id:3183]should have cloud-init network-config from k8s secret [sig-compute] tests/vmi_cloudinit_test.go:382 STEP: Creating a secret with network data @ 07/20/24 18:22:52.785 STEP: Starting a VirtualMachineInstance @ 07/20/24 18:22:52.799 W0720 18:22:52.820575 833 warnings.go:70] metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: Waiting the VirtualMachineInstance start @ 07/20/24 18:22:52.82 {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid c045d156-185e-4e4d-b98e-e304199a4ba6]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"c045d156-185e-4e4d-b98e-e304199a4ba6\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99111\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created PodDisruptionBudget kubevirt-disruption-budget-ht8bg","pos":"watcher.go:150","timestamp":"2024-07-20T18:22:52.836935Z"} {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid c045d156-185e-4e4d-b98e-e304199a4ba6]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"c045d156-185e-4e4d-b98e-e304199a4ba6\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99113\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-fb92r-pf887","pos":"watcher.go:150","timestamp":"2024-07-20T18:22:52.868834Z"} {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid c045d156-185e-4e4d-b98e-e304199a4ba6]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"c045d156-185e-4e4d-b98e-e304199a4ba6\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99356\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:09.275630Z"} {"[namespace kubevirt-test-default1 name testvmi-fb92r kind VirtualMachineInstance uid c045d156-185e-4e4d-b98e-e304199a4ba6]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-fb92r\", UID:\"c045d156-185e-4e4d-b98e-e304199a4ba6\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99392\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:09.357298Z"} Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-fb92r login:" found: ["testvmi-fb92r login:"] Buffer: testvmi-fb92r login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-fb92r login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-fb92r/noCloud.iso' is 4k-block fs compatible @ 07/20/24 18:23:15.38 STEP: mouting cloudinit iso @ 07/20/24 18:23:15.548 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L cidata) /mnt/\n" Match for RE: "mount \\$\\(blkid -L cidata\\) /mnt/((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L cidata) /mnt/\r\n# " "\r\n" "# "] Buffer: mount $(blkid -L cidata) /mnt/ # Sent: "echo $?\n" Match for RE: "echo \\$\\?((?s).*)\n0\r\n.*(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 07/20/24 18:23:15.685 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/network-config\n" Match for RE: "cat /mnt/network-config((?s).*)#Test networkData" found: ["cat /mnt/network-config\r\n#Test networkData" "\r\n"] Buffer: cat /mnt/network-config #Test networkData On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [30.206 seconds] ------------------------------ SSS ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive networkData [test_id:3186]should have cloud-init network-config from k8s secret [sig-compute] tests/vmi_cloudinit_test.go:524 STEP: Creating a secret with user and network data @ 07/20/24 18:23:22.999 STEP: Starting a VirtualMachineInstance @ 07/20/24 18:23:23.027 W0720 18:23:23.049813 833 warnings.go:70] metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: Waiting the VirtualMachineInstance start @ 07/20/24 18:23:23.05 {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99653\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created PodDisruptionBudget kubevirt-disruption-budget-6km4c","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:23.074002Z"} {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99655\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-w57rg-qm779","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:23.098006Z"} {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99879\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:38.780393Z"} {"[namespace kubevirt-test-default1 name testvmi-w57rg kind VirtualMachineInstance uid 5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-w57rg\", UID:\"5285f8f2-e7a3-4b0e-8e1f-5d2adb4d383f\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"99925\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:38.859914Z"} Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-w57rg login:" found: ["testvmi-w57rg login:"] Buffer: testvmi-w57rg login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-w57rg login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-w57rg/configdrive.iso' is 4k-block fs compatible @ 07/20/24 18:23:44.626 STEP: mouting cloudinit iso @ 07/20/24 18:23:44.787 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L config-2) /mnt/\n" Match for RE: "mount \\$\\(blkid -L config-2\\) /mnt/((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L config-2) /mnt/\r\n# " "\r\n" "# "] Buffer: mount $(blkid -L config-2) /mnt/ # Sent: "echo $?\n" Match for RE: "echo \\$\\?((?s).*)\n0\r\n.*(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 07/20/24 18:23:44.925 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/network_data.json\n" Match for RE: "cat /mnt/openstack/latest/network_data\\.json((?s).*)#Test networkData" found: ["cat /mnt/openstack/latest/network_data.json\r\n#Test networkData" "\r\n"] Buffer: cat /mnt/openstack/latest/network_data.json #Test networkData On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [29.223 seconds] ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive networkData [test_id:3187]should have cloud-init userdata and network-config from separate k8s secrets with lowercase labels [sig-compute] tests/vmi_cloudinit_test.go:660 STEP: Creating a secret with userdata @ 07/20/24 18:23:52.216 STEP: Creating a secret with network data @ 07/20/24 18:23:52.216 STEP: Starting a VirtualMachineInstance @ 07/20/24 18:23:52.249 W0720 18:23:52.274368 833 warnings.go:70] metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: Waiting the VirtualMachineInstance start @ 07/20/24 18:23:52.274 {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid afcb0580-0173-4b3c-99ea-c95afa860b9d]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"afcb0580-0173-4b3c-99ea-c95afa860b9d\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100178\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created PodDisruptionBudget kubevirt-disruption-budget-4m97k","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:52.358991Z"} {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid afcb0580-0173-4b3c-99ea-c95afa860b9d]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"afcb0580-0173-4b3c-99ea-c95afa860b9d\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100181\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-7j99w-wp7dz","pos":"watcher.go:150","timestamp":"2024-07-20T18:23:52.359067Z"} {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid afcb0580-0173-4b3c-99ea-c95afa860b9d]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"afcb0580-0173-4b3c-99ea-c95afa860b9d\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100403\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2024-07-20T18:24:06.878214Z"} {"[namespace kubevirt-test-default1 name testvmi-7j99w kind VirtualMachineInstance uid afcb0580-0173-4b3c-99ea-c95afa860b9d]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-7j99w\", UID:\"afcb0580-0173-4b3c-99ea-c95afa860b9d\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100429\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2024-07-20T18:24:06.965266Z"} Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-7j99w login:" found: ["testvmi-7j99w login:"] Buffer: testvmi-7j99w login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-7j99w login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-7j99w/configdrive.iso' is 4k-block fs compatible @ 07/20/24 18:24:12.823 STEP: mounting cloudinit iso @ 07/20/24 18:24:12.984 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L config-2) /mnt/\n" Match for RE: "mount \\$\\(blkid -L config-2\\) /mnt/((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L config-2) /mnt/\r\n# " "\r\n" "# "] Buffer: mount $(blkid -L config-2) /mnt/ # Sent: "echo $?\n" Match for RE: "echo \\$\\?((?s).*)\n0\r\n.*(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 07/20/24 18:24:13.114 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/network_data.json\n" Match for RE: "cat /mnt/openstack/latest/network_data\\.json((?s).*)#Test networkData" found: ["cat /mnt/openstack/latest/network_data.json\r\n#Test networkData" "\r\n"] Buffer: cat /mnt/openstack/latest/network_data.json #Test networkData STEP: checking cloudinit user-data @ 07/20/24 18:24:13.225 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/user_data\n" Match for RE: "cat /mnt/openstack/latest/user_data((?s).*)#cloud-config" found: ["cat /mnt/openstack/latest/user_data\r\n#cloud-config" "\r\n"] Buffer: cat /mnt/openstack/latest/user_data #cloud-config On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [28.311 seconds] ------------------------------ [rfe_id:151][crit:high][vendor:cnv-qe@redhat.com][level:component][sig-compute]CloudInit UserData [rfe_id:151][crit:medium][vendor:cnv-qe@redhat.com][level:component]A new VirtualMachineInstance with cloudInitConfigDrive networkData [test_id:3187]should have cloud-init userdata and network-config from separate k8s secrets with camelCase labels [sig-compute] tests/vmi_cloudinit_test.go:661 STEP: Creating a secret with userdata @ 07/20/24 18:24:20.527 STEP: Creating a secret with network data @ 07/20/24 18:24:20.527 STEP: Starting a VirtualMachineInstance @ 07/20/24 18:24:20.559 W0720 18:24:20.579914 833 warnings.go:70] metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: Waiting the VirtualMachineInstance start @ 07/20/24 18:24:20.58 {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid d446bc57-cf37-4b44-aeaa-51d7c03fcdad]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"d446bc57-cf37-4b44-aeaa-51d7c03fcdad\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100686\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created PodDisruptionBudget kubevirt-disruption-budget-4czgl","pos":"watcher.go:150","timestamp":"2024-07-20T18:24:20.603237Z"} {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid d446bc57-cf37-4b44-aeaa-51d7c03fcdad]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"d446bc57-cf37-4b44-aeaa-51d7c03fcdad\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100688\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-bbqwh-zc8n7","pos":"watcher.go:150","timestamp":"2024-07-20T18:24:20.620295Z"} {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid d446bc57-cf37-4b44-aeaa-51d7c03fcdad]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"d446bc57-cf37-4b44-aeaa-51d7c03fcdad\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100932\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2024-07-20T18:24:35.557348Z"} {"[namespace kubevirt-test-default1 name testvmi-bbqwh kind VirtualMachineInstance uid d446bc57-cf37-4b44-aeaa-51d7c03fcdad]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-bbqwh\", UID:\"d446bc57-cf37-4b44-aeaa-51d7c03fcdad\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"100951\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2024-07-20T18:24:35.644981Z"} Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-bbqwh login:" found: ["testvmi-bbqwh login:"] Buffer: testvmi-bbqwh login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-bbqwh login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Checking cloud init ISO at '/var/run/kubevirt-ephemeral-disks/cloud-init-data/kubevirt-test-default1/testvmi-bbqwh/configdrive.iso' is 4k-block fs compatible @ 07/20/24 18:24:41.118 STEP: mounting cloudinit iso @ 07/20/24 18:24:41.276 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "mount $(blkid -L config-2) /mnt/\n" Match for RE: "mount \\$\\(blkid -L config-2\\) /mnt/((?s).*)(\\$ |\\# )" found: ["mount $(blkid -L config-2) /mnt/\r\n# " "\r\n" "# "] Buffer: mount $(blkid -L config-2) /mnt/ # Sent: "echo $?\n" Match for RE: "echo \\$\\?((?s).*)\n0\r\n.*(\\$ |\\# )" found: ["echo $?\r\n0\r\n# " "\r" "# "] Buffer: echo $? 0 # STEP: checking cloudinit network-config @ 07/20/24 18:24:41.409 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/network_data.json\n" Match for RE: "cat /mnt/openstack/latest/network_data\\.json((?s).*)#Test networkData" found: ["cat /mnt/openstack/latest/network_data.json\r\n#Test networkData" "\r\n"] Buffer: cat /mnt/openstack/latest/network_data.json #Test networkData STEP: checking cloudinit user-data @ 07/20/24 18:24:41.522 Sent: "sudo su -\n" Match for RE: "sudo su -((?s).*)(\\$ |\\# )" found: ["sudo su -\r\n# " "\r\n" "# "] Buffer: sudo su - # Sent: "cat /mnt/openstack/latest/user_data\n" Match for RE: "cat /mnt/openstack/latest/user_data((?s).*)#cloud-config" found: ["cat /mnt/openstack/latest/user_data\r\n#cloud-config" "\r\n"] Buffer: cat /mnt/openstack/latest/user_data #cloud-config On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [28.301 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine An invalid VirtualMachine given [test_id:1518]should be rejected on POST [sig-compute] tests/vm_test.go:87 W0720 18:24:48.851539 833 warnings.go:70] unknown field "spec.template.spec.not-a-domain" On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [6.985 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine An invalid VirtualMachine given [test_id:1519]should reject POST if validation webhoook deems the spec is invalid [sig-compute] tests/vm_test.go:106 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [6.993 seconds] ------------------------------ S ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine [Serial]A mutated VirtualMachine given [test_id:3311]should keep the supplied MachineType when created [sig-compute] tests/vm_test.go:157 Forwarding from 127.0.0.1:7621 -> 8443 Forwarding from [::1]:7621 -> 8443 Handling connection for 7621 Forwarding from 127.0.0.1:9015 -> 8443 Forwarding from [::1]:9015 -> 8443 Handling connection for 9015 Forwarding from 127.0.0.1:4832 -> 8443 Forwarding from [::1]:4832 -> 8443 Handling connection for 4832 Forwarding from 127.0.0.1:4483 -> 8443 Forwarding from [::1]:4483 -> 8443 Handling connection for 4483 Forwarding from 127.0.0.1:7410 -> 8443 Forwarding from [::1]:7410 -> 8443 Handling connection for 7410 Forwarding from 127.0.0.1:7049 -> 8443 Forwarding from [::1]:7049 -> 8443 Handling connection for 7049 Forwarding from 127.0.0.1:5595 -> 8443 Forwarding from [::1]:5595 -> 8443 Handling connection for 5595 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 101467","pos":"utils.go:1323","timestamp":"2024-07-20T18:25:03.811723Z"} STEP: Creating VirtualMachine @ 07/20/24 18:25:03.811 STEP: Creating stopped VirtualMachine @ 07/20/24 18:25:03.811 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:5766 -> 8443 Forwarding from [::1]:5766 -> 8443 Handling connection for 5766 Forwarding from 127.0.0.1:9558 -> 8443 Forwarding from [::1]:9558 -> 8443 Handling connection for 9558 Forwarding from 127.0.0.1:5427 -> 8443 Forwarding from [::1]:5427 -> 8443 Handling connection for 5427 Forwarding from 127.0.0.1:6816 -> 8443 Forwarding from [::1]:6816 -> 8443 Handling connection for 6816 Forwarding from 127.0.0.1:9787 -> 8443 Forwarding from [::1]:9787 -> 8443 Handling connection for 9787 Forwarding from 127.0.0.1:9849 -> 8443 Forwarding from [::1]:9849 -> 8443 Handling connection for 9849 Forwarding from 127.0.0.1:8579 -> 8443 Forwarding from [::1]:8579 -> 8443 Handling connection for 8579 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 101628","pos":"utils.go:1323","timestamp":"2024-07-20T18:25:12.840725Z"} Global test cleanup ended. • [57.450 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given cpu/memory in requests/limits should allow int type [sig-compute] tests/vm_test.go:246 STEP: Verify VM can be created @ 07/20/24 18:26:00.261 STEP: Verify VM will run @ 07/20/24 18:26:00.29 STEP: Starting the VirtualMachine @ 07/20/24 18:26:00.291 STEP: Waiting for VMI to be running @ 07/20/24 18:26:00.33 STEP: Waiting for VM to be ready @ 07/20/24 18:26:19.65 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [26.586 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given cpu/memory in requests/limits should allow float type [sig-compute] tests/vm_test.go:247 STEP: Verify VM can be created @ 07/20/24 18:26:26.845 STEP: Verify VM will run @ 07/20/24 18:26:26.867 STEP: Starting the VirtualMachine @ 07/20/24 18:26:26.868 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-hxghp\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:26:26.909896Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-hxghp\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:26:26.950525Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:26:27.33 STEP: Waiting for VM to be ready @ 07/20/24 18:26:48.838 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [29.194 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:3161]should carry annotations to VMI [sig-compute] tests/vm_test.go:250 STEP: Creating stopped VirtualMachine @ 07/20/24 18:26:56.012 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-lz2rd\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:26:56.108036Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-lz2rd\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:26:56.314254Z"} STEP: Starting the VirtualMachine @ 07/20/24 18:26:56.719 STEP: Waiting for VMI to be running @ 07/20/24 18:26:57.121 STEP: Waiting for VM to be ready @ 07/20/24 18:27:10.516 STEP: checking for annotations to be present @ 07/20/24 18:27:10.544 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [21.688 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:3162]should ignore kubernetes and kubevirt annotations to VMI [sig-compute] tests/vm_test.go:274 STEP: Creating stopped VirtualMachine @ 07/20/24 18:27:17.7 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-dk2k7\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:27:17.794616Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-dk2k7\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:27:18.007433Z"} STEP: Starting the VirtualMachine @ 07/20/24 18:27:18.416 STEP: Waiting for VMI to be running @ 07/20/24 18:27:18.814 STEP: Waiting for VM to be ready @ 07/20/24 18:27:34.233 STEP: checking for annotations to not be present @ 07/20/24 18:27:34.263 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [24.289 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should sync the generation annotation on the vmi during restarts [sig-compute] tests/vm_test.go:300 STEP: Creating stopped VirtualMachine @ 07/20/24 18:27:41.988 STEP: Starting the VirtualMachine @ 07/20/24 18:27:42.064 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-2xmk8\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:27:42.266308Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-2xmk8\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:27:42.363440Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:27:42.681 STEP: Waiting for VM to be ready @ 07/20/24 18:27:58.554 STEP: By validating the generation states @ 07/20/24 18:27:58.582 STEP: Expecting the generation to match @ 07/20/24 18:27:58.598 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:27:58.598 STEP: Expecting the generation annotation on the vmi to match @ 07/20/24 18:27:58.598 STEP: Restarting the VM @ 07/20/24 18:27:58.612 STEP: Stopping the VirtualMachine @ 07/20/24 18:27:58.612 STEP: Waiting for VMI to not exist @ 07/20/24 18:27:58.651 STEP: Waiting for VM to not be ready @ 07/20/24 18:28:02.739 STEP: Starting the VirtualMachine @ 07/20/24 18:28:02.77 STEP: Waiting for VMI to be running @ 07/20/24 18:28:02.807 STEP: Waiting for VM to be ready @ 07/20/24 18:28:18.05 STEP: By validating the generation states @ 07/20/24 18:28:18.08 STEP: Expecting the generation to match @ 07/20/24 18:28:18.095 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:28:18.095 STEP: Expecting the generation annotation on the vmi to match @ 07/20/24 18:28:18.095 STEP: Restarting the VM @ 07/20/24 18:28:18.122 STEP: Stopping the VirtualMachine @ 07/20/24 18:28:18.122 STEP: Waiting for VMI to not exist @ 07/20/24 18:28:18.163 STEP: Waiting for VM to not be ready @ 07/20/24 18:28:22.238 STEP: Starting the VirtualMachine @ 07/20/24 18:28:22.265 STEP: Waiting for VMI to be running @ 07/20/24 18:28:22.305 STEP: Waiting for VM to be ready @ 07/20/24 18:28:36.534 STEP: By validating the generation states @ 07/20/24 18:28:36.561 STEP: Expecting the generation to match @ 07/20/24 18:28:36.574 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:28:36.574 STEP: Expecting the generation annotation on the vmi to match @ 07/20/24 18:28:36.574 STEP: Restarting the VM @ 07/20/24 18:28:36.592 STEP: Stopping the VirtualMachine @ 07/20/24 18:28:36.592 STEP: Waiting for VMI to not exist @ 07/20/24 18:28:36.633 STEP: Waiting for VM to not be ready @ 07/20/24 18:28:40.709 STEP: Starting the VirtualMachine @ 07/20/24 18:28:40.736 STEP: Waiting for VMI to be running @ 07/20/24 18:28:40.778 STEP: Waiting for VM to be ready @ 07/20/24 18:28:56.017 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [81.195 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should not update the vmi generation annotation when the template changes [sig-compute] tests/vm_test.go:315 STEP: Creating stopped VirtualMachine @ 07/20/24 18:29:03.184 STEP: Starting the VirtualMachine @ 07/20/24 18:29:03.24 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-s5wj7\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:29:03.283239Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-s5wj7\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:29:03.494598Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:29:03.901 STEP: Waiting for VM to be ready @ 07/20/24 18:29:18.307 STEP: Updating the VM template spec @ 07/20/24 18:29:18.334 STEP: By validating the generation states @ 07/20/24 18:29:18.362 STEP: Expecting the generation to match @ 07/20/24 18:29:18.382 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:29:18.382 STEP: Expecting the generation to match @ 07/20/24 18:29:19.397 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:29:19.397 STEP: Expecting the generation annotation on the vmi to match @ 07/20/24 18:29:19.397 STEP: Updating the VM template spec @ 07/20/24 18:29:19.411 STEP: By validating the generation states @ 07/20/24 18:29:19.45 STEP: Expecting the generation to match @ 07/20/24 18:29:19.467 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:29:19.467 STEP: Expecting the generation to match @ 07/20/24 18:29:20.481 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:29:20.481 STEP: Expecting the generation annotation on the vmi to match @ 07/20/24 18:29:20.481 STEP: Restarting the VM @ 07/20/24 18:29:20.495 STEP: Stopping the VirtualMachine @ 07/20/24 18:29:20.495 STEP: Waiting for VMI to not exist @ 07/20/24 18:29:20.534 STEP: Waiting for VM to not be ready @ 07/20/24 18:29:24.611 STEP: Starting the VirtualMachine @ 07/20/24 18:29:24.638 STEP: Waiting for VMI to be running @ 07/20/24 18:29:24.677 STEP: Waiting for VM to be ready @ 07/20/24 18:29:39.921 STEP: By validating the generation states @ 07/20/24 18:29:39.947 STEP: Expecting the generation to match @ 07/20/24 18:29:39.96 STEP: Expecting the generation state in the vm status to match @ 07/20/24 18:29:39.96 STEP: Expecting the generation annotation on the vmi to match @ 07/20/24 18:29:39.96 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [43.935 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1520]should update VirtualMachine once VMIs are up with ContainerDisk [sig-compute] tests/vm_test.go:347 STEP: Creating stopped VirtualMachine @ 07/20/24 18:29:47.119 STEP: Starting the VirtualMachine @ 07/20/24 18:29:47.176 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-74l85\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:29:47.217167Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-74l85\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:29:47.422852Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:29:47.829 STEP: Waiting for VM to be ready @ 07/20/24 18:30:02.23 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [22.281 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1520]should update VirtualMachine once VMIs are up [Serial][storage-req]with Filesystem Disk [sig-compute, storage-req] tests/vm_test.go:348 [SKIPPED] in [It] - tests/utils.go:442 @ 07/20/24 18:30:09.445 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:4729 -> 8443 Forwarding from [::1]:4729 -> 8443 Handling connection for 4729 Forwarding from 127.0.0.1:9708 -> 8443 Forwarding from [::1]:9708 -> 8443 Handling connection for 9708 Forwarding from 127.0.0.1:7152 -> 8443 Forwarding from [::1]:7152 -> 8443 Handling connection for 7152 Forwarding from 127.0.0.1:7750 -> 8443 Forwarding from [::1]:7750 -> 8443 Handling connection for 7750 Forwarding from 127.0.0.1:7677 -> 8443 Forwarding from [::1]:7677 -> 8443 Handling connection for 7677 Forwarding from 127.0.0.1:6058 -> 8443 Forwarding from [::1]:6058 -> 8443 Handling connection for 6058 Forwarding from 127.0.0.1:4952 -> 8443 Forwarding from [::1]:4952 -> 8443 Handling connection for 4952 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 102597","pos":"utils.go:1323","timestamp":"2024-07-20T18:30:17.305458Z"} Global test cleanup ended. S [SKIPPED] [7.965 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1520]should update VirtualMachine once VMIs are up [It] [Serial][storage-req]with Filesystem Disk [sig-compute, storage-req] tests/vm_test.go:348 [SKIPPED] Skip test when Filesystem storage is not present In [It] at: tests/utils.go:442 @ 07/20/24 18:30:09.445 Full Stack Trace kubevirt.io/kubevirt/tests.NewRandomVirtualMachineInstanceWithFileDisk({0xc0065daf80, 0x3b}, {0xc000ce35d8, 0x16}, {0x297f836, 0xd}) tests/utils.go:442 +0xf6 kubevirt.io/kubevirt/tests_test.glob..func29.4.1() tests/vm_test.go:172 +0x67 kubevirt.io/kubevirt/tests_test.glob..func29.4.10(0x2b49650) tests/vm_test.go:343 +0x47 reflect.Value.call({0x2404800?, 0xc00388c2c0?, 0x7fea78735ab8?}, {0x296f393, 0x4}, {0xc0064f2180, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404800?, 0xc00388c2c0?, 0x2f87640?}, {0xc0064f2180?, 0xc0067aaf08?, 0x40bf6b?}) GOROOT/src/reflect/value.go:380 +0xb9 ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1520]should update VirtualMachine once VMIs are up [Serial][storage-req]with Block Disk [sig-compute, storage-req] tests/vm_test.go:349 [SKIPPED] in [It] - tests/utils.go:460 @ 07/20/24 18:30:17.413 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:5806 -> 8443 Forwarding from [::1]:5806 -> 8443 Handling connection for 5806 Forwarding from 127.0.0.1:5347 -> 8443 Forwarding from [::1]:5347 -> 8443 Handling connection for 5347 Forwarding from 127.0.0.1:6734 -> 8443 Forwarding from [::1]:6734 -> 8443 Handling connection for 6734 Forwarding from 127.0.0.1:5411 -> 8443 Forwarding from [::1]:5411 -> 8443 Handling connection for 5411 Forwarding from 127.0.0.1:9515 -> 8443 Forwarding from [::1]:9515 -> 8443 Handling connection for 9515 Forwarding from 127.0.0.1:8884 -> 8443 Forwarding from [::1]:8884 -> 8443 Handling connection for 8884 Forwarding from 127.0.0.1:4754 -> 8443 Forwarding from [::1]:4754 -> 8443 Handling connection for 4754 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 102597","pos":"utils.go:1323","timestamp":"2024-07-20T18:30:25.264822Z"} Global test cleanup ended. S [SKIPPED] [7.958 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1520]should update VirtualMachine once VMIs are up [It] [Serial][storage-req]with Block Disk [sig-compute, storage-req] tests/vm_test.go:349 [SKIPPED] Skip test when Block storage is not present In [It] at: tests/utils.go:460 @ 07/20/24 18:30:17.413 Full Stack Trace kubevirt.io/kubevirt/tests.NewRandomVirtualMachineInstanceWithBlockDisk({0xc0059cf980, 0x3b}, {0xc000ce35d8, 0x16}, {0x297f836, 0xd}) tests/utils.go:460 +0xf6 kubevirt.io/kubevirt/tests_test.glob..func29.4.2() tests/vm_test.go:176 +0x67 kubevirt.io/kubevirt/tests_test.glob..func29.4.10(0x2b49670) tests/vm_test.go:343 +0x47 reflect.Value.call({0x2404800?, 0xc00388c2c0?, 0x7fea784f88c8?}, {0x296f393, 0x4}, {0xc006ecbf20, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404800?, 0xc00388c2c0?, 0x2f87640?}, {0xc006ecbf20?, 0xc002acfec8?, 0x844425?}) GOROOT/src/reflect/value.go:380 +0xb9 ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1521]should remove VirtualMachineInstance once the VM is marked for deletion with ContainerDisk [sig-compute] tests/vm_test.go:361 STEP: Creating stopped VirtualMachine @ 07/20/24 18:30:25.324 STEP: Starting the VirtualMachine @ 07/20/24 18:30:25.377 STEP: Waiting for VMI to be running @ 07/20/24 18:30:25.413 STEP: Waiting for VM to be ready @ 07/20/24 18:30:39.641 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [25.345 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1521]should remove VirtualMachineInstance once the VM is marked for deletion [Serial][storage-req]with Filesystem Disk [sig-compute, storage-req] tests/vm_test.go:362 [SKIPPED] in [It] - tests/utils.go:442 @ 07/20/24 18:30:50.719 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:8399 -> 8443 Forwarding from [::1]:8399 -> 8443 Handling connection for 8399 Forwarding from 127.0.0.1:8645 -> 8443 Forwarding from [::1]:8645 -> 8443 Handling connection for 8645 Forwarding from 127.0.0.1:8480 -> 8443 Forwarding from [::1]:8480 -> 8443 Handling connection for 8480 Forwarding from 127.0.0.1:5674 -> 8443 Forwarding from [::1]:5674 -> 8443 Handling connection for 5674 Forwarding from 127.0.0.1:8278 -> 8443 Forwarding from [::1]:8278 -> 8443 Handling connection for 8278 Forwarding from 127.0.0.1:8042 -> 8443 Forwarding from [::1]:8042 -> 8443 Handling connection for 8042 Forwarding from 127.0.0.1:7510 -> 8443 Forwarding from [::1]:7510 -> 8443 Handling connection for 7510 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 102597","pos":"utils.go:1323","timestamp":"2024-07-20T18:30:58.543231Z"} Global test cleanup ended. S [SKIPPED] [7.938 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1521]should remove VirtualMachineInstance once the VM is marked for deletion [It] [Serial][storage-req]with Filesystem Disk [sig-compute, storage-req] tests/vm_test.go:362 [SKIPPED] Skip test when Filesystem storage is not present In [It] at: tests/utils.go:442 @ 07/20/24 18:30:50.719 Full Stack Trace kubevirt.io/kubevirt/tests.NewRandomVirtualMachineInstanceWithFileDisk({0xc0060be1c0, 0x3b}, {0xc000ce35d8, 0x16}, {0x297f836, 0xd}) tests/utils.go:442 +0xf6 kubevirt.io/kubevirt/tests_test.glob..func29.4.1() tests/vm_test.go:172 +0x67 kubevirt.io/kubevirt/tests_test.glob..func29.4.12(0x2b49650) tests/vm_test.go:353 +0x62 reflect.Value.call({0x2404800?, 0xc00388c5d0?, 0x7fea90070358?}, {0x296f393, 0x4}, {0xc00341a7c8, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404800?, 0xc00388c5d0?, 0x2f87640?}, {0xc00341a7c8?, 0xc002a14f08?, 0x40bf6b?}) GOROOT/src/reflect/value.go:380 +0xb9 ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1521]should remove VirtualMachineInstance once the VM is marked for deletion [Serial][storage-req]with Block Disk [sig-compute, storage-req] tests/vm_test.go:363 [SKIPPED] in [It] - tests/utils.go:460 @ 07/20/24 18:30:58.671 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:6520 -> 8443 Forwarding from [::1]:6520 -> 8443 Handling connection for 6520 Forwarding from 127.0.0.1:5321 -> 8443 Forwarding from [::1]:5321 -> 8443 Handling connection for 5321 Forwarding from 127.0.0.1:9026 -> 8443 Forwarding from [::1]:9026 -> 8443 Handling connection for 9026 Forwarding from 127.0.0.1:7209 -> 8443 Forwarding from [::1]:7209 -> 8443 Handling connection for 7209 Forwarding from 127.0.0.1:6859 -> 8443 Forwarding from [::1]:6859 -> 8443 Handling connection for 6859 Forwarding from 127.0.0.1:8024 -> 8443 Forwarding from [::1]:8024 -> 8443 Handling connection for 8024 Forwarding from 127.0.0.1:5676 -> 8443 Forwarding from [::1]:5676 -> 8443 Handling connection for 5676 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 102597","pos":"utils.go:1323","timestamp":"2024-07-20T18:31:06.487101Z"} Global test cleanup ended. S [SKIPPED] [7.939 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1521]should remove VirtualMachineInstance once the VM is marked for deletion [It] [Serial][storage-req]with Block Disk [sig-compute, storage-req] tests/vm_test.go:363 [SKIPPED] Skip test when Block storage is not present In [It] at: tests/utils.go:460 @ 07/20/24 18:30:58.671 Full Stack Trace kubevirt.io/kubevirt/tests.NewRandomVirtualMachineInstanceWithBlockDisk({0xc0076466c0, 0x3b}, {0xc000ce35d8, 0x16}, {0x297f836, 0xd}) tests/utils.go:460 +0xf6 kubevirt.io/kubevirt/tests_test.glob..func29.4.2() tests/vm_test.go:176 +0x67 kubevirt.io/kubevirt/tests_test.glob..func29.4.12(0x2b49670) tests/vm_test.go:353 +0x62 reflect.Value.call({0x2404800?, 0xc00388c5d0?, 0x7fea9028e2a8?}, {0x296f393, 0x4}, {0xc006e84798, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404800?, 0xc00388c5d0?, 0x2f87640?}, {0xc006e84798?, 0x1a5b898?, 0xc006933b00?}) GOROOT/src/reflect/value.go:380 +0xb9 ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1522]should remove owner references on the VirtualMachineInstance if it is orphan deleted [sig-compute] tests/vm_test.go:366 STEP: Creating stopped VirtualMachine @ 07/20/24 18:31:06.547 STEP: Starting the VirtualMachine @ 07/20/24 18:31:06.598 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-j92np\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:31:06.638545Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-j92np\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:31:06.676371Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:31:06.911 STEP: Waiting for VM to be ready @ 07/20/24 18:31:22.334 STEP: Getting owner references @ 07/20/24 18:31:22.364 STEP: Deleting VM @ 07/20/24 18:31:22.38 STEP: Waiting for VM to delete @ 07/20/24 18:31:22.398 STEP: Verifying orphaned VMI still exists @ 07/20/24 18:31:23.431 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [24.038 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1523]should recreate VirtualMachineInstance if it gets deleted [sig-compute] tests/vm_test.go:389 STEP: Creating stopped VirtualMachine @ 07/20/24 18:31:30.586 STEP: Starting the VirtualMachine @ 07/20/24 18:31:30.638 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-rr7ng\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:31:30.686398Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:31:30.9 STEP: Waiting for VM to be ready @ 07/20/24 18:31:46.324 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [42.244 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1524]should recreate VirtualMachineInstance if the VirtualMachineInstance's pod gets deleted [sig-compute] tests/vm_test.go:400 STEP: Start a new VM @ 07/20/24 18:32:12.83 STEP: Creating stopped VirtualMachine @ 07/20/24 18:32:12.83 STEP: Starting the VirtualMachine @ 07/20/24 18:32:12.884 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-lhqzm\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:32:12.926378Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-lhqzm\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:32:13.139381Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:32:13.546 STEP: Waiting for VM to be ready @ 07/20/24 18:32:29.986 STEP: Getting the pod backing the VirtualMachineInstance @ 07/20/24 18:32:30.03 STEP: Deleting the VirtualMachineInstance's pod @ 07/20/24 18:32:30.071 STEP: Waiting for a new VirtualMachineInstance to spawn @ 07/20/24 18:32:30.089 STEP: Verifying a new pod backs the VMI @ 07/20/24 18:32:50.411 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [44.773 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1525]should stop VirtualMachineInstance if running set to false with ContainerDisk [sig-compute] tests/vm_test.go:440 STEP: Creating stopped VirtualMachine @ 07/20/24 18:32:57.603 STEP: Starting the VirtualMachine @ 07/20/24 18:32:57.659 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-9wdvr\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:32:57.699839Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:32:57.92 STEP: Waiting for VM to be ready @ 07/20/24 18:33:12.325 STEP: Stopping the VirtualMachine @ 07/20/24 18:33:12.354 STEP: Waiting for VMI to not exist @ 07/20/24 18:33:12.394 STEP: Waiting for VM to not be ready @ 07/20/24 18:33:16.472 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [25.842 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1525]should stop VirtualMachineInstance if running set to false [Serial][storage-req]with Filesystem Disk [sig-compute, storage-req] tests/vm_test.go:441 [SKIPPED] in [It] - tests/utils.go:442 @ 07/20/24 18:33:23.491 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:6587 -> 8443 Forwarding from [::1]:6587 -> 8443 Handling connection for 6587 Forwarding from 127.0.0.1:10149 -> 8443 Forwarding from [::1]:10149 -> 8443 Handling connection for 10149 Forwarding from 127.0.0.1:9882 -> 8443 Forwarding from [::1]:9882 -> 8443 Handling connection for 9882 Forwarding from 127.0.0.1:5523 -> 8443 Forwarding from [::1]:5523 -> 8443 Handling connection for 5523 Forwarding from 127.0.0.1:7104 -> 8443 Forwarding from [::1]:7104 -> 8443 Handling connection for 7104 Forwarding from 127.0.0.1:8067 -> 8443 Forwarding from [::1]:8067 -> 8443 Handling connection for 8067 Forwarding from 127.0.0.1:9884 -> 8443 Forwarding from [::1]:9884 -> 8443 Handling connection for 9884 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 102597","pos":"utils.go:1323","timestamp":"2024-07-20T18:33:31.338520Z"} Global test cleanup ended. S [SKIPPED] [7.950 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1525]should stop VirtualMachineInstance if running set to false [It] [Serial][storage-req]with Filesystem Disk [sig-compute, storage-req] tests/vm_test.go:441 [SKIPPED] Skip test when Filesystem storage is not present In [It] at: tests/utils.go:442 @ 07/20/24 18:33:23.491 Full Stack Trace kubevirt.io/kubevirt/tests.NewRandomVirtualMachineInstanceWithFileDisk({0xc006b83500, 0x3b}, {0xc000ce35d8, 0x16}, {0x297f836, 0xd}) tests/utils.go:442 +0xf6 kubevirt.io/kubevirt/tests_test.glob..func29.4.1() tests/vm_test.go:172 +0x67 kubevirt.io/kubevirt/tests_test.glob..func29.4.17(0x2b49650) tests/vm_test.go:436 +0x47 reflect.Value.call({0x2404800?, 0xc00388c9e0?, 0x7fea9007a578?}, {0x296f393, 0x4}, {0xc00691bb18, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404800?, 0xc00388c9e0?, 0x2f87640?}, {0xc00691bb18?, 0xc00689bf08?, 0x40bf6b?}) GOROOT/src/reflect/value.go:380 +0xb9 ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1525]should stop VirtualMachineInstance if running set to false [Serial][storage-req]with Block Disk [sig-compute, storage-req] tests/vm_test.go:442 [SKIPPED] in [It] - tests/utils.go:460 @ 07/20/24 18:33:31.452 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Forwarding from 127.0.0.1:6697 -> 8443 Forwarding from [::1]:6697 -> 8443 Handling connection for 6697 Forwarding from 127.0.0.1:7323 -> 8443 Forwarding from [::1]:7323 -> 8443 Handling connection for 7323 Forwarding from 127.0.0.1:6039 -> 8443 Forwarding from [::1]:6039 -> 8443 Handling connection for 6039 Forwarding from 127.0.0.1:7768 -> 8443 Forwarding from [::1]:7768 -> 8443 Handling connection for 7768 Forwarding from 127.0.0.1:9415 -> 8443 Forwarding from [::1]:9415 -> 8443 Handling connection for 9415 Forwarding from 127.0.0.1:7898 -> 8443 Forwarding from [::1]:7898 -> 8443 Handling connection for 7898 Forwarding from 127.0.0.1:7784 -> 8443 Forwarding from [::1]:7784 -> 8443 Handling connection for 7784 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 102597","pos":"utils.go:1323","timestamp":"2024-07-20T18:33:39.295824Z"} Global test cleanup ended. S [SKIPPED] [7.960 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1525]should stop VirtualMachineInstance if running set to false [It] [Serial][storage-req]with Block Disk [sig-compute, storage-req] tests/vm_test.go:442 [SKIPPED] Skip test when Block storage is not present In [It] at: tests/utils.go:460 @ 07/20/24 18:33:31.452 Full Stack Trace kubevirt.io/kubevirt/tests.NewRandomVirtualMachineInstanceWithBlockDisk({0xc005afdc00, 0x3b}, {0xc000ce35d8, 0x16}, {0x297f836, 0xd}) tests/utils.go:460 +0xf6 kubevirt.io/kubevirt/tests_test.glob..func29.4.2() tests/vm_test.go:176 +0x67 kubevirt.io/kubevirt/tests_test.glob..func29.4.17(0x2b49670) tests/vm_test.go:436 +0x47 reflect.Value.call({0x2404800?, 0xc00388c9e0?, 0x7fea903690b0?}, {0x296f393, 0x4}, {0xc00698d410, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404800?, 0xc00388c9e0?, 0x2f87640?}, {0xc00698d410?, 0x6e0dde?, 0xc000626b10?}) GOROOT/src/reflect/value.go:380 +0xb9 ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1526]should start and stop VirtualMachineInstance multiple times [sig-compute] tests/vm_test.go:445 STEP: Creating stopped VirtualMachine @ 07/20/24 18:33:39.356 STEP: Doing run: 0 @ 07/20/24 18:33:39.406 STEP: Starting the VirtualMachine @ 07/20/24 18:33:39.406 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-pnsj4\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:33:39.446380Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-pnsj4\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:33:39.479875Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:33:39.721 STEP: Waiting for VM to be ready @ 07/20/24 18:33:55.141 STEP: Stopping the VirtualMachine @ 07/20/24 18:33:55.173 STEP: Waiting for VMI to not exist @ 07/20/24 18:33:55.212 STEP: Waiting for VM to not be ready @ 07/20/24 18:34:00.304 STEP: Doing run: 1 @ 07/20/24 18:34:00.334 STEP: Starting the VirtualMachine @ 07/20/24 18:34:00.334 STEP: Waiting for VMI to be running @ 07/20/24 18:34:00.384 STEP: Waiting for VM to be ready @ 07/20/24 18:34:16.645 STEP: Stopping the VirtualMachine @ 07/20/24 18:34:16.673 STEP: Waiting for VMI to not exist @ 07/20/24 18:34:16.711 STEP: Waiting for VM to not be ready @ 07/20/24 18:34:20.785 STEP: Doing run: 2 @ 07/20/24 18:34:20.815 STEP: Starting the VirtualMachine @ 07/20/24 18:34:20.815 STEP: Waiting for VMI to be running @ 07/20/24 18:34:20.852 STEP: Waiting for VM to be ready @ 07/20/24 18:34:37.114 STEP: Stopping the VirtualMachine @ 07/20/24 18:34:37.149 STEP: Waiting for VMI to not exist @ 07/20/24 18:34:37.236 STEP: Waiting for VM to not be ready @ 07/20/24 18:34:41.314 STEP: Doing run: 3 @ 07/20/24 18:34:41.343 STEP: Starting the VirtualMachine @ 07/20/24 18:34:41.343 STEP: Waiting for VMI to be running @ 07/20/24 18:34:41.383 STEP: Waiting for VM to be ready @ 07/20/24 18:34:56.629 STEP: Stopping the VirtualMachine @ 07/20/24 18:34:56.658 STEP: Waiting for VMI to not exist @ 07/20/24 18:34:56.697 STEP: Waiting for VM to not be ready @ 07/20/24 18:35:00.774 STEP: Doing run: 4 @ 07/20/24 18:35:00.802 STEP: Starting the VirtualMachine @ 07/20/24 18:35:00.802 STEP: Waiting for VMI to be running @ 07/20/24 18:35:00.843 STEP: Waiting for VM to be ready @ 07/20/24 18:35:16.085 STEP: Stopping the VirtualMachine @ 07/20/24 18:35:16.112 STEP: Waiting for VMI to not exist @ 07/20/24 18:35:16.152 STEP: Waiting for VM to not be ready @ 07/20/24 18:35:20.226 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [107.835 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1527]should not update the VirtualMachineInstance spec if Running [sig-compute] tests/vm_test.go:454 STEP: Creating stopped VirtualMachine @ 07/20/24 18:35:27.191 STEP: Starting the VirtualMachine @ 07/20/24 18:35:27.244 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-9h8vt\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:35:27.282949Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-9h8vt\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:35:27.502354Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:35:27.907 STEP: Waiting for VM to be ready @ 07/20/24 18:35:44.35 STEP: Updating the VM template spec @ 07/20/24 18:35:44.381 STEP: Expecting the old VirtualMachineInstance spec still running @ 07/20/24 18:35:44.406 STEP: Restarting the VM @ 07/20/24 18:35:44.423 STEP: Stopping the VirtualMachine @ 07/20/24 18:35:44.423 STEP: Waiting for VMI to not exist @ 07/20/24 18:35:44.464 STEP: Waiting for VM to not be ready @ 07/20/24 18:35:48.537 STEP: Starting the VirtualMachine @ 07/20/24 18:35:48.564 STEP: Waiting for VMI to be running @ 07/20/24 18:35:48.605 STEP: Waiting for VM to be ready @ 07/20/24 18:36:03.848 STEP: Expecting updated spec running @ 07/20/24 18:36:03.875 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [43.843 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:1528]should survive guest shutdown, multiple times [sig-compute] tests/vm_test.go:485 STEP: Creating new VM, not running @ 07/20/24 18:36:11.034 STEP: Creating stopped VirtualMachine @ 07/20/24 18:36:11.034 STEP: Starting the VirtualMachine @ 07/20/24 18:36:11.086 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-j58zp\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:36:11.130625Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-j58zp\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:36:11.342693Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:36:11.748 STEP: Waiting for VM to be ready @ 07/20/24 18:36:27.17 STEP: Getting the running VirtualMachineInstance @ 07/20/24 18:36:27.197 STEP: Obtaining the serial console @ 07/20/24 18:36:27.213 Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-j58zp login:" found: ["testvmi-j58zp login:"] Buffer: testvmi-j58zp login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-j58zp login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Guest shutdown @ 07/20/24 18:36:32.405 Sent: "sudo poweroff\n" Match for RE: "sudo poweroff((?s).*)The system is going down NOW!" found: ["sudo poweroff\r\n$ \rThe system is going down NOW!" "\r\n$ \r"] Buffer: sudo poweroff $ The system is going down NOW! STEP: waiting for the controller to replace the shut-down vmi with a new instance @ 07/20/24 18:36:32.525 STEP: VMI should run the VirtualMachineInstance again @ 07/20/24 18:36:53.864 STEP: Getting the running VirtualMachineInstance @ 07/20/24 18:36:53.864 STEP: Obtaining the serial console @ 07/20/24 18:36:53.878 Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-j58zp login:" found: ["testvmi-j58zp login:"] Buffer: testvmi-j58zp login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-j58zp login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Guest shutdown @ 07/20/24 18:36:59.084 Sent: "sudo poweroff\n" Match for RE: "sudo poweroff((?s).*)The system is going down NOW!" found: ["sudo poweroff\r\n$ \rThe system is going down NOW!" "\r\n$ \r"] Buffer: sudo poweroff $ The system is going down NOW! STEP: waiting for the controller to replace the shut-down vmi with a new instance @ 07/20/24 18:36:59.182 STEP: VMI should run the VirtualMachineInstance again @ 07/20/24 18:37:21.548 STEP: Getting the running VirtualMachineInstance @ 07/20/24 18:37:21.548 STEP: Obtaining the serial console @ 07/20/24 18:37:21.563 Sent: "\n" Sent: "\n" Match for RE: "login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root." found: ["login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root."] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. Sent: "\n" Match for RE: "testvmi-j58zp login:" found: ["testvmi-j58zp login:"] Buffer: testvmi-j58zp login: Sent: "cirros\n" Match for RE: "Password:" found: ["Password:"] Buffer: login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. testvmi-j58zp login: cirros Password: Sent: "gocubsgo\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: $ Sent: "stty cols 500 rows 500\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: stty cols 500 rows 500 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ Sent: "sudo dmesg -n 1\n" Match for RE: "(\\$ |\\# )" found: ["$ " "$ "] Buffer: sudo dmesg -n 1 $ Sent: "echo $?\n" Match for RE: "\n0\r\n.*(\\$ |\\# )" found: ["\n0\r\n$ " "$ "] Buffer: echo $? 0 $ STEP: Guest shutdown @ 07/20/24 18:37:26.771 Sent: "sudo poweroff\n" Match for RE: "sudo poweroff((?s).*)The system is going down NOW!" found: ["sudo poweroff\r\n$ \rThe system is going down NOW!" "\r\n$ \r"] Buffer: sudo poweroff $ The system is going down NOW! STEP: waiting for the controller to replace the shut-down vmi with a new instance @ 07/20/24 18:37:26.879 STEP: VMI should run the VirtualMachineInstance again @ 07/20/24 18:37:46.178 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [102.287 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should create vm revision when starting vm [sig-compute] tests/vm_test.go:510 STEP: Creating stopped VirtualMachine @ 07/20/24 18:37:53.321 STEP: Starting the VirtualMachine @ 07/20/24 18:37:53.384 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-mggk2\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:37:53.425045Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-mggk2\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:37:53.625320Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:37:54.034 STEP: Waiting for VM to be ready @ 07/20/24 18:38:10.477 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [24.347 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should delete old vm revision and create new one when restarting vm [sig-compute] tests/vm_test.go:529 STEP: Starting the VM @ 07/20/24 18:38:17.668 STEP: Creating stopped VirtualMachine @ 07/20/24 18:38:17.668 STEP: Starting the VirtualMachine @ 07/20/24 18:38:17.717 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-gngk9\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:38:17.759373Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-gngk9\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:38:17.979721Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:38:18.385 STEP: Waiting for VM to be ready @ 07/20/24 18:38:34.826 STEP: Stopping the VM @ 07/20/24 18:38:34.869 STEP: Stopping the VirtualMachine @ 07/20/24 18:38:34.869 STEP: Waiting for VMI to not exist @ 07/20/24 18:38:34.909 STEP: Waiting for VM to not be ready @ 07/20/24 18:38:38.986 STEP: Starting the VM after update @ 07/20/24 18:38:39.056 STEP: Starting the VirtualMachine @ 07/20/24 18:38:39.056 STEP: Waiting for VMI to be running @ 07/20/24 18:38:39.1 STEP: Waiting for VM to be ready @ 07/20/24 18:38:56.373 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [45.909 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:4645]should set the Ready condition on VM [sig-compute] tests/vm_test.go:577 STEP: Creating stopped VirtualMachine @ 07/20/24 18:39:03.577 STEP: Starting the VirtualMachine @ 07/20/24 18:39:04.668 STEP: Waiting for VMI to be running @ 07/20/24 18:39:04.716 STEP: Waiting for VM to be ready @ 07/20/24 18:39:19.967 STEP: Stopping the VirtualMachine @ 07/20/24 18:39:20.01 STEP: Waiting for VMI to not exist @ 07/20/24 18:39:20.049 STEP: Waiting for VM to not be ready @ 07/20/24 18:39:24.121 On failure, artifacts will be collected in k8s-reporter/1_* Global test cleanup started. Global test cleanup ended. • [27.522 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status when VM scheduling error occurs [test_id:6867]with unsatisfiable resource requirements [sig-compute] tests/vm_test.go:603 STEP: Creating running VirtualMachine @ 07/20/24 18:39:31.099 STEP: Verifying that the VM status eventually gets set to FailedUnschedulable @ 07/20/24 18:39:31.151 [FAILED] in [It] - tests/vm_test.go:601 @ 07/20/24 18:44:31.152 On failure, artifacts will be collected in k8s-reporter/1_* STEP: Collecting Logs for failed test @ 07/20/24 18:44:31.152 Global test cleanup started. Global test cleanup ended. Attempt #1 Failed. Retrying ↺ @ 07/20/24 18:45:02.966 STEP: Creating running VirtualMachine @ 07/20/24 18:45:02.966 STEP: Verifying that the VM status eventually gets set to FailedUnschedulable @ 07/20/24 18:45:03.026 [FAILED] in [It] - tests/vm_test.go:601 @ 07/20/24 18:50:03.028 On failure, artifacts will be collected in k8s-reporter/2_* STEP: Collecting Logs for failed test @ 07/20/24 18:50:03.028 Global test cleanup started. Global test cleanup ended. Attempt #2 Failed. Retrying ↺ @ 07/20/24 18:50:35.685 STEP: Creating running VirtualMachine @ 07/20/24 18:50:35.686 STEP: Verifying that the VM status eventually gets set to FailedUnschedulable @ 07/20/24 18:50:35.747 [FAILED] in [It] - tests/vm_test.go:601 @ 07/20/24 18:55:35.748 On failure, artifacts will be collected in k8s-reporter/3_* STEP: Collecting Logs for failed test @ 07/20/24 18:55:35.748 Global test cleanup started. Global test cleanup ended. • [FAILED] [997.319 seconds] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status when VM scheduling error occurs [It] [test_id:6867]with unsatisfiable resource requirements [sig-compute] tests/vm_test.go:603 [FAILED] Timed out after 300.001s. Expected : VirtualMachine to match fields: { .Status.PrintableStatus: Expected : Stopped to equal : ErrorUnschedulable } In [It] at: tests/vm_test.go:601 @ 07/20/24 18:55:35.748 Full Stack Trace kubevirt.io/kubevirt/tests_test.glob..func29.4.25(0x2b49678) tests/vm_test.go:601 +0x474 reflect.Value.call({0x2404780?, 0xc00388cfd0?, 0x7fea784fccf0?}, {0x296f393, 0x4}, {0xc00a28a360, 0x1, 0x0?}) GOROOT/src/reflect/value.go:596 +0xce7 reflect.Value.Call({0x2404780?, 0xc00388cfd0?, 0x2f87640?}, {0xc00a28a360?, 0xc005ea7f08?, 0x40bf6b?}) GOROOT/src/reflect/value.go:380 +0xb9 There were additional failures detected. To view them in detail run ginkgo -vv ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status when VM scheduling error occurs [test_id:6868]with unsatisfiable scheduling constraints [sig-compute] tests/vm_test.go:610 STEP: Creating running VirtualMachine @ 07/20/24 18:56:08.418 STEP: Verifying that the VM status eventually gets set to FailedUnschedulable @ 07/20/24 18:56:08.481 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [8.044 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given [test_id:6869]should report an error status when image pull error occurs [sig-compute] tests/vm_test.go:617 STEP: Creating running VirtualMachine @ 07/20/24 18:56:16.462 STEP: Verifying that the status toggles between ErrImagePull and ImagePullBackOff @ 07/20/24 18:56:16.513 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [53.951 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status when a VM with a missing PVC/DV is started [test_id:7596]missing PVC [sig-compute] tests/vm_test.go:637 STEP: Creating running VirtualMachine @ 07/20/24 18:57:10.413 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [8.021 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status when a VM with a missing PVC/DV is started [test_id:7597]missing DataVolume [sig-compute] tests/vm_test.go:647 STEP: Creating running VirtualMachine @ 07/20/24 18:57:18.434 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [8.013 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine crash loop backoff should be able to stop a VM during crashloop backoff when when 'runStrategy: Always' is set [sig-compute] tests/vm_test.go:1813 STEP: Creating VirtualMachine @ 07/20/24 18:57:26.448 STEP: Creating running VirtualMachine @ 07/20/24 18:57:26.448 STEP: waiting for crash loop state @ 07/20/24 18:57:26.498 STEP: Invoking virtctl stop while in a crash loop @ 07/20/24 18:57:46.571 VM testvmi-mctcp was scheduled to stop STEP: Waiting on crash loop status to be removed. @ 07/20/24 18:57:46.617 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [27.120 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine VirtualMachineControllerFinalizer should be added when the vm is created and removed when the vm is being deleted [sig-compute] tests/vm_test.go:1872 STEP: Creating VirtualMachine @ 07/20/24 18:57:53.597 W0720 18:57:53.622236 833 warnings.go:70] metadata.finalizers: "customFinalizer": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers On failure, artifacts will be collected in k8s-reporter/4_* STEP: Ensure the vm has disappeared @ 07/20/24 18:58:05.898 Global test cleanup started. Global test cleanup ended. • [19.283 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine VirtualMachineControllerFinalizer should be removed when the vm has child resources, such as instance type ControllerRevisions, that have been deleted before the vm - issue #9438 [sig-compute] tests/vm_test.go:1899 STEP: creating a VirtualMachineClusterInstancetype @ 07/20/24 18:58:12.88 STEP: creating a VirtualMachine @ 07/20/24 18:58:12.902 W0720 18:58:12.926414 833 warnings.go:70] metadata.finalizers: "customFinalizer": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: waiting until the VirtualMachine has the VirtualMachineControllerFinalizer, customFinalizer and revisionName @ 07/20/24 18:58:12.926 STEP: deleting the ControllerRevision associated with the VirtualMachine and VirtualMachineClusterInstancetype testvmi-ntqzz-instancetype-vblhd-c610d94a-e5c1-4420-92ba-dec00b7ce4a0-1 @ 07/20/24 18:58:13.968 STEP: deleting the VirtualMachineClusterInstancetype @ 07/20/24 18:58:13.984 STEP: deleting the VirtualMachine @ 07/20/24 18:58:14.001 STEP: waiting until the VirtualMachineControllerFinalizer has been removed from the VirtualMachine @ 07/20/24 18:58:14.02 On failure, artifacts will be collected in k8s-reporter/4_* STEP: Ensure the vm has disappeared @ 07/20/24 18:58:24.223 Global test cleanup started. Global test cleanup ended. • [18.324 seconds] ------------------------------ [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine [Serial] when node becomes unhealthy [Serial] the VMs running in that node should be respawned [sig-compute] tests/vm_test.go:1977 STEP: Starting VM @ 07/20/24 18:58:31.175 STEP: Creating stopped VirtualMachine @ 07/20/24 18:58:31.175 STEP: Starting the VirtualMachine @ 07/20/24 18:58:31.23 {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-lnwsw\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:58:31.273065Z"} {"component":"tests","level":"info","msg":"Object got modified, will retry.","pos":"utils.go:1407","reason":"Operation cannot be fulfilled on virtualmachines.kubevirt.io \"testvmi-lnwsw\": the object has been modified; please apply your changes to the latest version and try again","timestamp":"2024-07-20T18:58:31.486756Z"} STEP: Waiting for VMI to be running @ 07/20/24 18:58:31.888 STEP: Waiting for VM to be ready @ 07/20/24 18:58:46.286 STEP: Blocking virt-handler from reconciling the VMI @ 07/20/24 18:58:46.33 STEP: Simulating loss of the virt-launcher @ 07/20/24 19:00:15.17 STEP: The VM should not be Ready @ 07/20/24 19:00:15.192 STEP: Check if the VMI has been recreated @ 07/20/24 19:00:16.224 On failure, artifacts will be collected in k8s-reporter/4_* Forwarding from 127.0.0.1:6824 -> 8443 Forwarding from [::1]:6824 -> 8443 Handling connection for 6824 Forwarding from 127.0.0.1:4873 -> 8443 Forwarding from [::1]:4873 -> 8443 Handling connection for 4873 Forwarding from 127.0.0.1:8164 -> 8443 Forwarding from [::1]:8164 -> 8443 Handling connection for 8164 Global test cleanup started. Forwarding from 127.0.0.1:4526 -> 8443 Forwarding from [::1]:4526 -> 8443 Handling connection for 4526 Forwarding from 127.0.0.1:5919 -> 8443 Forwarding from [::1]:5919 -> 8443 Handling connection for 5919 Forwarding from 127.0.0.1:5746 -> 8443 Forwarding from [::1]:5746 -> 8443 Handling connection for 5746 Forwarding from 127.0.0.1:5672 -> 8443 Forwarding from [::1]:5672 -> 8443 Handling connection for 5672 Forwarding from 127.0.0.1:5836 -> 8443 Forwarding from [::1]:5836 -> 8443 Handling connection for 5836 Forwarding from 127.0.0.1:6078 -> 8443 Forwarding from [::1]:6078 -> 8443 Handling connection for 6078 Forwarding from 127.0.0.1:10008 -> 8443 Forwarding from [::1]:10008 -> 8443 Handling connection for 10008 {"component":"tests","level":"info","msg":"system is in sync with kubevirt config resource version 138769","pos":"utils.go:1323","timestamp":"2024-07-20T19:00:43.454031Z"} Global test cleanup ended. • [135.417 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [sig-compute]Subresource Api [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component] VirtualMachine subresource with a restart endpoint [test_id:1305][posneg:negative] should return an error when VM is not running [sig-compute] tests/subresource_api_test.go:181 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [7.026 seconds] ------------------------------ [sig-compute]Subresource Api [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component] VirtualMachine subresource with a restart endpoint [test_id:2265][posneg:negative] should return an error when VM has not been found but VMI is running [sig-compute] tests/subresource_api_test.go:190 W0720 19:00:53.672007 833 warnings.go:70] metadata.finalizers: "foregroundDeleteVirtualMachine": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers STEP: Waiting until the VirtualMachineInstance will start @ 07/20/24 19:00:53.672 {"[namespace kubevirt-test-default1 name testvmi-49c24 kind VirtualMachineInstance uid 3711d388-dd28-444d-8c20-c9231e9657d9]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-49c24\", UID:\"3711d388-dd28-444d-8c20-c9231e9657d9\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"139229\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created PodDisruptionBudget kubevirt-disruption-budget-hltrl","pos":"watcher.go:150","timestamp":"2024-07-20T19:00:53.753896Z"} {"[namespace kubevirt-test-default1 name testvmi-49c24 kind VirtualMachineInstance uid 3711d388-dd28-444d-8c20-c9231e9657d9]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-49c24\", UID:\"3711d388-dd28-444d-8c20-c9231e9657d9\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"139230\", FieldPath:\"\"}): type: 'Normal' reason: 'SuccessfulCreate' Created virtual machine pod virt-launcher-testvmi-49c24-vhjtq","pos":"watcher.go:150","timestamp":"2024-07-20T19:00:53.753966Z"} {"[namespace kubevirt-test-default1 name testvmi-49c24 kind VirtualMachineInstance uid 3711d388-dd28-444d-8c20-c9231e9657d9]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-49c24\", UID:\"3711d388-dd28-444d-8c20-c9231e9657d9\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"139273\", FieldPath:\"\"}): type: 'Normal' reason: 'Created' VirtualMachineInstance defined.","pos":"watcher.go:150","timestamp":"2024-07-20T19:00:56.434090Z"} {"[namespace kubevirt-test-default1 name testvmi-49c24 kind VirtualMachineInstance uid 3711d388-dd28-444d-8c20-c9231e9657d9]":"(MISSING)","component":"tests","level":"info","msg":"Event(v1.ObjectReference{Kind:\"VirtualMachineInstance\", Namespace:\"kubevirt-test-default1\", Name:\"testvmi-49c24\", UID:\"3711d388-dd28-444d-8c20-c9231e9657d9\", APIVersion:\"kubevirt.io/v1\", ResourceVersion:\"139290\", FieldPath:\"\"}): type: 'Normal' reason: 'Started' VirtualMachineInstance started.","pos":"watcher.go:150","timestamp":"2024-07-20T19:00:56.499453Z"} On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [10.271 seconds] ------------------------------ [sig-compute]Subresource Api [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component] VirtualMachine subresource With manual RunStrategy [test_id:3174]Should not restart when VM is not running [sig-compute] tests/subresource_api_test.go:200 STEP: Creating VM @ 07/20/24 19:01:03.921 STEP: Trying to start VM via Restart subresource @ 07/20/24 19:01:03.944 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [7.018 seconds] ------------------------------ [sig-compute]Subresource Api [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component] VirtualMachine subresource With manual RunStrategy [test_id:3175]Should restart when VM is running [sig-compute] tests/subresource_api_test.go:214 STEP: Creating VM @ 07/20/24 19:01:10.938 STEP: Starting VM via Start subresource @ 07/20/24 19:01:10.961 STEP: Waiting for VMI to start @ 07/20/24 19:01:11.003 STEP: Restarting VM @ 07/20/24 19:01:15.093 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [19.510 seconds] ------------------------------ [sig-compute]Subresource Api [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component] VirtualMachine subresource With RunStrategy RerunOnFailure [test_id:3176]Should restart the VM [sig-compute] tests/subresource_api_test.go:254 STEP: Creating VM @ 07/20/24 19:01:30.452 STEP: Waiting for VMI to start @ 07/20/24 19:01:30.482 STEP: Restarting VM @ 07/20/24 19:01:34.569 On failure, artifacts will be collected in k8s-reporter/4_* Global test cleanup started. Global test cleanup ended. • [18.448 seconds] ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS P [PENDING] Ensure stable functionality by repeately starting vmis many times without issues tests/stability_test.go:16 ------------------------------ SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS ------------------------------ [SynchronizedAfterSuite] tests/tests_suite_test.go:106 Waiting for namespace kubevirt-test-default1 to be removed, this can take a while ... Waiting for namespace kubevirt-test-alternative1 to be removed, this can take a while ... Waiting for namespace kubevirt-test-operator1 to be removed, this can take a while ... Waiting for namespace kubevirt-test-privileged1 to be removed, this can take a while ... [SynchronizedAfterSuite] PASSED [22.677 seconds] ------------------------------ [ReportAfterSuite] Collect cluster data tests/tests_suite_test.go:127 Test suite failed, collect artifacts in k8s-reporter/suite [ReportAfterSuite] PASSED [27.923 seconds] ------------------------------ [ReportAfterSuite] TestTests tests/tests_suite_test.go:135 JUnit report was created: /logs/artifacts/junit.functest.xml [ReportAfterSuite] PASSED [0.007 seconds] ------------------------------ Summarizing 1 Failure: [FAIL] [rfe_id:1177][crit:medium][vendor:cnv-qe@redhat.com][level:component][sig-compute]VirtualMachine A valid VirtualMachine given should report an error status when VM scheduling error occurs [It] [test_id:6867]with unsatisfiable resource requirements [sig-compute] tests/vm_test.go:601 Ran 41 of 1551 Specs in 2508.942 seconds FAIL! -- 40 Passed | 1 Failed | 1 Pending | 1509 Skipped You're using deprecated Ginkgo functionality: ============================================= --ginkgo.slow-spec-threshold is deprecated --slow-spec-threshold has been deprecated and will be removed in a future version of Ginkgo. This feature has proved to be more noisy than useful. You can use --poll-progress-after, instead, to get more actionable feedback about potentially slow specs and understand where they might be getting stuck. To silence deprecations that can be silenced set the following environment variable: ACK_GINKGO_DEPRECATIONS=2.13.0 --- FAIL: TestTests (2537.03s) FAIL + cleanup + rv=1 + '[' x1 '!=' x0 ']' + echo 'Error during tests: exit status: 1' Error during tests: exit status: 1 + make dump-state make[1]: Entering directory '/tmp/cnv-ci' ./hack/dump-state.sh ================================= Start of HCO state dump ================================= ============================== executing cnv-must-gather ============================== Command: oc adm must-gather --image=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 --dest-dir=/logs/artifacts/cnv-must-gather --timeout='30m' [must-gather ] OUT 2024-07-20T19:02:39.823174704Z Using must-gather plug-in image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 When opening a support case, bugzilla, or issue please include the following summary data along with any other requested information: ClusterID: ce5caadd-1c36-4323-a510-1fc5cdad62ee ClientVersion: 4.16.3 ClusterVersion: Stable at "4.16.0-0.nightly-2024-07-20-021731" ClusterOperators: All healthy and stable [must-gather ] OUT 2024-07-20T19:02:39.946344078Z namespace/openshift-must-gather-h75bt created [must-gather ] OUT 2024-07-20T19:02:39.9620632Z clusterrolebinding.rbac.authorization.k8s.io/must-gather-rvwrj created [must-gather ] OUT 2024-07-20T19:02:40.038260213Z pod for plug-in image registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 created [must-gather-f7fpj] POD 2024-07-20T19:02:44.696226539Z volume percentage checker started..... [must-gather-f7fpj] POD 2024-07-20T19:02:44.743988190Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:02:44.762833552Z running gather_apiservices [must-gather-f7fpj] POD 2024-07-20T19:02:44.775047830Z +++ dirname -- /usr/bin/gather_apiservices [must-gather-f7fpj] POD 2024-07-20T19:02:44.777231071Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:44.777424294Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:44.777691139Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:44.777761871Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:44.780008383Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:44.782104192Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:44.782227464Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:44.782681583Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:44.782805425Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:44.782834046Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:44.782893867Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:44.782919837Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:44.782983428Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:44.783009379Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:44.783261934Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:02:44.783326775Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:02:44.785388143Z ++ /usr/bin/oc get apiservices [must-gather-f7fpj] POD 2024-07-20T19:02:44.785883442Z ++ awk '{ print $1 }' [must-gather-f7fpj] POD 2024-07-20T19:02:44.791077919Z ++ grep kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z + resources='v1.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1.subresources.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha1.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha2.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha3.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1alpha3.subresources.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.205981354Z v1beta1.upload.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.206060916Z v1beta2.ssp.kubevirt.io' [must-gather-f7fpj] POD 2024-07-20T19:02:45.206060916Z + export apiservice_collection_path=/must-gather/apiservices/ [must-gather-f7fpj] POD 2024-07-20T19:02:45.206060916Z + apiservice_collection_path=/must-gather/apiservices/ [must-gather-f7fpj] POD 2024-07-20T19:02:45.206060916Z + mkdir -p /must-gather/apiservices/ [must-gather-f7fpj] POD 2024-07-20T19:02:45.212132539Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z + echo 'v1.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1.subresources.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha1.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha2.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha3.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1alpha3.subresources.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta1.upload.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.212777731Z v1beta2.ssp.kubevirt.io' [must-gather-f7fpj] POD 2024-07-20T19:02:45.213358462Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:02:45.214700527Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.215254298Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.216008822Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.219372044Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.220339602Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:45.885925307Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.043811264Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.170648912Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.199422649Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.200443128Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.522965311Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.548565172Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.595968582Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha2.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.698572858Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.889029223Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.901888495Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.972596692Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.973957228Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:46.977194689Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:47.376047406Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:47.446781904Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:47.500662405Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:47.613223629Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:48.021546514Z + exit 0 [must-gather-f7fpj] POD 2024-07-20T19:02:48.021818999Z running gather_cdi [must-gather-f7fpj] POD 2024-07-20T19:02:48.023956529Z +++ dirname -- /usr/bin/gather_cdi [must-gather-f7fpj] POD 2024-07-20T19:02:48.025652121Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:48.025697632Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:48.025917056Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:48.025986317Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:48.027348263Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:48.029005284Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:48.029095745Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:48.029360180Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:48.029376931Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:48.029376931Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:48.029386571Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:48.029386571Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:48.029415671Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:48.029415671Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:48.029554434Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:02:48.029554434Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:02:48.029566544Z + get_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:02:48.029573994Z + log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:02:48.029582885Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:48.029591705Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:48.029599025Z + node_log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:02:48.029606415Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:48.029606415Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:48.029614065Z + export log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:02:48.029621785Z + export node_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:02:48.029730327Z + export -f gather_cdi_pod [must-gather-f7fpj] POD 2024-07-20T19:02:48.030546633Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-f7fpj] POD 2024-07-20T19:02:48.030693495Z ++ awk '{print $1 "_" $2}' [must-gather-f7fpj] POD 2024-07-20T19:02:48.270990326Z + cdi_pods='openshift-cnv_cdi-apiserver-86d59dcb5-shtrj [must-gather-f7fpj] POD 2024-07-20T19:02:48.270990326Z openshift-cnv_cdi-deployment-67cf7d955c-stw7x [must-gather-f7fpj] POD 2024-07-20T19:02:48.270990326Z openshift-cnv_cdi-operator-84b5bf868-qwbg9 [must-gather-f7fpj] POD 2024-07-20T19:02:48.270990326Z openshift-cnv_cdi-uploadproxy-5f6446c6dd-sjn7c' [must-gather-f7fpj] POD 2024-07-20T19:02:48.271347423Z + echo 'openshift-cnv_cdi-apiserver-86d59dcb5-shtrj [must-gather-f7fpj] POD 2024-07-20T19:02:48.271347423Z openshift-cnv_cdi-deployment-67cf7d955c-stw7x [must-gather-f7fpj] POD 2024-07-20T19:02:48.271347423Z openshift-cnv_cdi-operator-84b5bf868-qwbg9 [must-gather-f7fpj] POD 2024-07-20T19:02:48.271347423Z openshift-cnv_cdi-uploadproxy-5f6446c6dd-sjn7c' [must-gather-f7fpj] POD 2024-07-20T19:02:48.271534596Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:02:48.271749331Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:02:48.273092146Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-86d59dcb5-shtrj [must-gather-f7fpj] POD 2024-07-20T19:02:48.273585605Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-67cf7d955c-stw7x [must-gather-f7fpj] POD 2024-07-20T19:02:48.274079244Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-84b5bf868-qwbg9 [must-gather-f7fpj] POD 2024-07-20T19:02:48.274584934Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-5f6446c6dd-sjn7c [must-gather-f7fpj] POD 2024-07-20T19:02:48.281160677Z NS: openshift-cnv, POD: cdi-apiserver-86d59dcb5-shtrj [must-gather-f7fpj] POD 2024-07-20T19:02:48.282268228Z NS: openshift-cnv, POD: cdi-operator-84b5bf868-qwbg9 [must-gather-f7fpj] POD 2024-07-20T19:02:48.282759557Z NS: openshift-cnv, POD: cdi-uploadproxy-5f6446c6dd-sjn7c [must-gather-f7fpj] POD 2024-07-20T19:02:48.283230136Z NS: openshift-cnv, POD: cdi-deployment-67cf7d955c-stw7x [must-gather-f7fpj] POD 2024-07-20T19:02:48.705014654Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:48.826222929Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:48.835649846Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:48.843165368Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:49.238409757Z + export -f gather_pvc [must-gather-f7fpj] POD 2024-07-20T19:02:49.239287804Z ++ oc get pvc --no-headers -A [must-gather-f7fpj] POD 2024-07-20T19:02:49.239414646Z ++ awk '{print $1 "_" $2}' [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_db-noobaa-db-pg-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_ocs-deviceset-0-data-0h7mcl [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_ocs-deviceset-0-data-1vdjgv [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_ocs-deviceset-1-data-0bszhs [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_ocs-deviceset-1-data-1hgmz5 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_ocs-deviceset-2-data-08dsl5 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_ocs-deviceset-2-data-1jrnh4 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_rook-ceph-mon-a [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_rook-ceph-mon-b [must-gather-f7fpj] POD 2024-07-20T19:02:49.397221848Z openshift-storage_rook-ceph-mon-c' [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_db-noobaa-db-pg-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_ocs-deviceset-0-data-0h7mcl [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_ocs-deviceset-0-data-1vdjgv [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_ocs-deviceset-1-data-0bszhs [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_ocs-deviceset-1-data-1hgmz5 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_ocs-deviceset-2-data-08dsl5 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_ocs-deviceset-2-data-1jrnh4 [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_rook-ceph-mon-a [must-gather-f7fpj] POD 2024-07-20T19:02:49.397535065Z openshift-storage_rook-ceph-mon-b [must-gather-f7fpj] POD 2024-07-20T19:02:49.397580235Z openshift-storage_rook-ceph-mon-c' [must-gather-f7fpj] POD 2024-07-20T19:02:49.397960273Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:02:49.397994613Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:02:49.407973970Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.408505660Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-f7fpj] POD 2024-07-20T19:02:49.409005340Z sh -c 'gather_pvc $1' -- openshift-storage_db-noobaa-db-pg-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.409866256Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0h7mcl [must-gather-f7fpj] POD 2024-07-20T19:02:49.411260982Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-1vdjgv [must-gather-f7fpj] POD 2024-07-20T19:02:49.424097563Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-f7fpj] POD 2024-07-20T19:02:49.424549142Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.425474299Z NS: openshift-storage, PVC: ocs-deviceset-0-data-1vdjgv [must-gather-f7fpj] POD 2024-07-20T19:02:49.427299233Z NS: openshift-storage, PVC: db-noobaa-db-pg-0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.434845285Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0h7mcl [must-gather-f7fpj] POD 2024-07-20T19:02:49.735791475Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:49.893047876Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:49.899450597Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:02:49.942763910Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:49.956198112Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:50.040667938Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:50.416088915Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-0bszhs [must-gather-f7fpj] POD 2024-07-20T19:02:50.431903282Z NS: openshift-storage, PVC: ocs-deviceset-1-data-0bszhs [must-gather-f7fpj] POD 2024-07-20T19:02:50.559876715Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-1hgmz5 [must-gather-f7fpj] POD 2024-07-20T19:02:50.601826202Z NS: openshift-storage, PVC: ocs-deviceset-1-data-1hgmz5 [must-gather-f7fpj] POD 2024-07-20T19:02:50.682492587Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-08dsl5 [must-gather-f7fpj] POD 2024-07-20T19:02:50.711597243Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-1jrnh4 [must-gather-f7fpj] POD 2024-07-20T19:02:50.722195652Z NS: openshift-storage, PVC: ocs-deviceset-2-data-08dsl5 [must-gather-f7fpj] POD 2024-07-20T19:02:50.847204608Z NS: openshift-storage, PVC: ocs-deviceset-2-data-1jrnh4 [must-gather-f7fpj] POD 2024-07-20T19:02:50.847972683Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:50.867499260Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-f7fpj] POD 2024-07-20T19:02:50.954696377Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:51.008187161Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-f7fpj] POD 2024-07-20T19:02:51.150166866Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:51.242357917Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:51.273099694Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:51.293286363Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-f7fpj] POD 2024-07-20T19:02:51.312998053Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-f7fpj] POD 2024-07-20T19:02:51.633799335Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:51.643801793Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-f7fpj] POD 2024-07-20T19:02:51.659065439Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-f7fpj] POD 2024-07-20T19:02:51.829414027Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:52.029274939Z running gather_crds [must-gather-f7fpj] POD 2024-07-20T19:02:52.031660374Z +++ dirname -- /usr/bin/gather_crds [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + get_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + node_log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + export log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z + export node_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:02:52.039818687Z ++ /usr/bin/oc get crd [must-gather-f7fpj] POD 2024-07-20T19:02:52.046017573Z ++ grep kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.046017573Z ++ awk '{print $1}' [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z cdiconfigs.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z cdis.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z dataimportcrons.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z datasources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z datavolumes.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z hyperconvergeds.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z kubevirts.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z migrationpolicies.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z mtqs.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z objecttransfers.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z ssps.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z storageprofiles.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineclones.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineexports.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineinstancemigrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineinstancepresets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineinstances.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachinepools.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachines.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z volumeclonesources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z volumeimportsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.515928325Z volumeuploadsources.cdi.kubevirt.io' [must-gather-f7fpj] POD 2024-07-20T19:02:52.516821631Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z + echo 'aaqs.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z cdiconfigs.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z cdis.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z dataimportcrons.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z datasources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z datavolumes.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z hyperconvergeds.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z kubevirts.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z migrationpolicies.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z mtqs.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z objecttransfers.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z ssps.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z storageprofiles.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineclones.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineexports.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineinstancemigrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineinstancepresets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineinstances.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachinepools.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachines.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z volumeclonesources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.516919563Z volumeimportsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.517189328Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:02:52.517348151Z volumeuploadsources.cdi.kubevirt.io' [must-gather-f7fpj] POD 2024-07-20T19:02:52.519198386Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.520331797Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.520998060Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.522816474Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:52.523895994Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.209003816Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.233169669Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.237375008Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.250586156Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.252661445Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.266943243Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.373011064Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.382443121Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.394728922Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.399679195Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.638165362Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.645129133Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- mtqs.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.659422241Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.675616665Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.678919227Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.683215858Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.737914974Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.744095961Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.815929849Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.822361380Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:53.983655718Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:53.994272477Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.011099333Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.019467930Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.147237829Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.159988798Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.165121834Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.171048285Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.176628920Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.182637433Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.378796706Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.397444126Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.420402157Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.436035460Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.521183509Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.526451217Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1'Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.529451844Z -- virtualmachineinstancepresets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.537219160Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.573769846Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.581927889Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.794189523Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.805363023Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.916717064Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.929421152Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.953475384Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.959853633Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.977800970Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:54.985468114Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:54.995583654Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:02:55.029311337Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.036901930Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:55.133820379Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.142369410Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:55.317214272Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.321292849Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.324956787Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:55.330522482Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:55.352472194Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.371463480Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:55.702583516Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.727716728Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:55.772672822Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.860207795Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.877717354Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.901228136Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.990315278Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:02:55.995669569Z + exit 0 [must-gather-f7fpj] POD 2024-07-20T19:02:55.996045236Z running gather_crs [must-gather-f7fpj] POD 2024-07-20T19:02:55.998281387Z +++ dirname -- /usr/bin/gather_crs [must-gather-f7fpj] POD 2024-07-20T19:02:55.999686244Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:55.999741865Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:56.000052191Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:56.000151703Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:56.000954718Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:02:56.002349024Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:56.002383335Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:02:56.002622239Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:02:56.002645339Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:56.002645339Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:02:56.002659290Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:56.002659290Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:02:56.002712101Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:56.002712101Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:02:56.002836973Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:02:56.002836973Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:02:56.002945425Z + export -f get_cr [must-gather-f7fpj] POD 2024-07-20T19:02:56.002945425Z + export -f read_crs [must-gather-f7fpj] POD 2024-07-20T19:02:56.002991276Z + mapfile -t resources [must-gather-f7fpj] POD 2024-07-20T19:02:56.003656638Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-f7fpj] POD 2024-07-20T19:02:56.004097617Z ++ grep kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:56.004661637Z ++ grep -v virtualmachines.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:57.239165802Z + echo aaqs.aaq.kubevirt.io cdiconfigs.cdi.kubevirt.io cdis.cdi.kubevirt.io dataimportcrons.cdi.kubevirt.io datasources.cdi.kubevirt.io datavolumes.cdi.kubevirt.io hostpathprovisioners.hostpathprovisioner.kubevirt.io hyperconvergeds.hco.kubevirt.io kubevirts.kubevirt.io migrationpolicies.migrations.kubevirt.io mtqs.mtq.kubevirt.io networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io objecttransfers.cdi.kubevirt.io openstackvolumepopulators.forklift.cdi.kubevirt.io ovirtvolumepopulators.forklift.cdi.kubevirt.io ssps.ssp.kubevirt.io storageprofiles.cdi.kubevirt.io virtualmachineclones.clone.kubevirt.io virtualmachineclusterinstancetypes.instancetype.kubevirt.io virtualmachineclusterpreferences.instancetype.kubevirt.io virtualmachineexports.export.kubevirt.io virtualmachineinstancemigrations.kubevirt.io virtualmachineinstancepresets.kubevirt.io virtualmachineinstancereplicasets.kubevirt.io virtualmachineinstances.kubevirt.io virtualmachineinstancetypes.instancetype.kubevirt.io virtualmachinepools.pool.kubevirt.io virtualmachinepreferences.instancetype.kubevirt.io virtualmachinerestores.snapshot.kubevirt.io virtualmachinesnapshotcontents.snapshot.kubevirt.io virtualmachinesnapshots.snapshot.kubevirt.io volumeclonesources.cdi.kubevirt.io volumeimportsources.cdi.kubevirt.io volumeuploadsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:57.239352236Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:02:57.239370186Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:02:57.240894854Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:57.375563043Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:57.522441580Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-f7fpj] POD 2024-07-20T19:02:57.735860756Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:57.931546990Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-f7fpj] POD 2024-07-20T19:02:58.122891362Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:58.311100545Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-7-image-cron_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:58.312278157Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream8-image-cron_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:58.313196194Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:58.315284584Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:58.316808312Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:58.623294256Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:58.908269715Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:02:59.057306973Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream8_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.057810543Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.059034256Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos7_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.060638506Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.063182514Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.440290313Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.480093300Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.561287814Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.589445743Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.614599185Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k12r2_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.938320792Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:02:59.989246878Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:03:00.026547308Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:03:00.040021332Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:00.303071739Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:00.642694515Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:00.946523109Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:01.359038613Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:01.524453438Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:01.695070921Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:01.839834059Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:01.992721338Z sh -c 'read_crs $1' -- mtqs.mtq.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:02.123953832Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:02.314000740Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-f7fpj] POD 2024-07-20T19:03:02.466950381Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:02.615251695Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:02.753462020Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:02.881426884Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:03.017359797Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:03.151173201Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:03.294367701Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-f7fpj] POD 2024-07-20T19:03:03.295090365Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-f7fpj] POD 2024-07-20T19:03:03.296213906Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-f7fpj] POD 2024-07-20T19:03:03.297510920Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-f7fpj] POD 2024-07-20T19:03:03.298787484Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-f7fpj] POD 2024-07-20T19:03:03.661852354Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-f7fpj] POD 2024-07-20T19:03:03.836410833Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:03.970301868Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:04.142818199Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.143370549Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.144518731Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.145650212Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.147640620Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.485545927Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.502996535Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.2xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.528818260Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.4xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.574438367Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.8xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.637903979Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.950959380Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.956633616Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.963994495Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:04.973863360Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.056439281Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.084321915Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:05.350956414Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.371077172Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.408023246Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.431541918Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.577975918Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.726915736Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.756729876Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.848980739Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:05.953556664Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.074127709Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.166080506Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.184125365Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.268206444Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.424400908Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.446566405Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.770013610Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:06.989616306Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.990364130Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.7_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.991564703Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.7.desktop_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.993047760Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream8_' [must-gather-f7fpj] POD 2024-07-20T19:03:06.993789174Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream8.desktop_' [must-gather-f7fpj] POD 2024-07-20T19:03:07.452777606Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream8.dpdk_' [must-gather-f7fpj] POD 2024-07-20T19:03:07.549231138Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-f7fpj] POD 2024-07-20T19:03:07.653367214Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-f7fpj] POD 2024-07-20T19:03:07.697284479Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-f7fpj] POD 2024-07-20T19:03:07.714110075Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-f7fpj] POD 2024-07-20T19:03:07.905722755Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.029865057Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.099542976Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.105785643Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.160264916Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.283645364Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.457748005Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.541979087Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.545851360Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.577169358Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.755668921Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.937376334Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.963542736Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-f7fpj] POD 2024-07-20T19:03:08.971492375Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.008439449Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.205638074Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.402157105Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.411888998Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.417403232Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.422028808Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.656699497Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-f7fpj] POD 2024-07-20T19:03:09.816597571Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-f7fpj] POD 2024-07-20T19:03:10.047885625Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:10.118374669Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:10.199776389Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:10.372285679Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:10.527641097Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:10.676322710Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:10.849133747Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.018496958Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.184946545Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.358303001Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.515845971Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.697003444Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.847473900Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:11.989429677Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:12.134014543Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-f7fpj] POD 2024-07-20T19:03:12.306614495Z + exit 0 [must-gather-f7fpj] POD 2024-07-20T19:03:12.306886040Z running gather_hco [must-gather-f7fpj] POD 2024-07-20T19:03:12.309560390Z +++ dirname -- /usr/bin/gather_hco [must-gather-f7fpj] POD 2024-07-20T19:03:12.311663730Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:12.312217060Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:12.312217060Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:12.312217060Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:12.312881663Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:12.314772508Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-f7fpj] POD 2024-07-20T19:03:12.315439921Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:12.316958889Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-f7fpj] POD 2024-07-20T19:03:15.129259108Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:15.979033051Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-f7fpj] POD 2024-07-20T19:03:16.089536757Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-f7fpj] POD 2024-07-20T19:03:16.089763351Z + oc get subscription kubevirt-hyperconverged -n openshift-cnv -o yaml [must-gather-f7fpj] POD 2024-07-20T19:03:16.199894780Z + echo --------------- [must-gather-f7fpj] POD 2024-07-20T19:03:16.200452231Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-f7fpj] POD 2024-07-20T19:03:16.336466415Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-f7fpj] POD 2024-07-20T19:03:16.336608328Z + oc get installplan install-2kj2m -n openshift-cnv -o yaml [must-gather-f7fpj] POD 2024-07-20T19:03:16.476010787Z + echo --------------- [must-gather-f7fpj] POD 2024-07-20T19:03:16.476459665Z running gather_nodes [must-gather-f7fpj] POD 2024-07-20T19:03:16.478818390Z +++ dirname -- /usr/bin/gather_nodes [must-gather-f7fpj] POD 2024-07-20T19:03:16.480656944Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:16.480708985Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:16.480891679Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:16.480960360Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:16.481604532Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:16.483075070Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:16.483185822Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:16.483418336Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:16.483467957Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:16.483493517Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:16.483525078Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:16.483547529Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:16.483582089Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:16.483811114Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:16.483955046Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:16.483998567Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:16.484033058Z + get_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:16.484081639Z + log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:03:16.484116599Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:16.484167230Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:16.484206801Z + node_log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:03:16.484234191Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:16.484260872Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:16.484288532Z + export log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:16.484319253Z + export node_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:16.484372734Z + MANIFEST_PATH=/etc [must-gather-f7fpj] POD 2024-07-20T19:03:16.484439515Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:16.484467736Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:16.484538847Z + export NODES_PATH=/must-gather/nodes [must-gather-f7fpj] POD 2024-07-20T19:03:16.484575558Z + NODES_PATH=/must-gather/nodes [must-gather-f7fpj] POD 2024-07-20T19:03:16.484607969Z + mkdir -p /must-gather/nodes [must-gather-f7fpj] POD 2024-07-20T19:03:16.486378362Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-f7fpj] POD 2024-07-20T19:03:16.486378362Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-f7fpj] POD 2024-07-20T19:03:16.486410642Z + [[ -z '' ]] [must-gather-f7fpj] POD 2024-07-20T19:03:16.486839700Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-f7fpj] POD 2024-07-20T19:03:16.490271845Z + NAMESPACE=openshift-must-gather-h75bt [must-gather-f7fpj] POD 2024-07-20T19:03:16.491014909Z ++ oc get pod -n openshift-must-gather-h75bt must-gather-f7fpj -o 'jsonpath={.spec.containers[0].image}' [must-gather-f7fpj] POD 2024-07-20T19:03:16.607629889Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 [must-gather-f7fpj] POD 2024-07-20T19:03:16.607757212Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-f7fpj] POD 2024-07-20T19:03:16.722132460Z namespace/node-gather created [must-gather-f7fpj] POD 2024-07-20T19:03:16.741984033Z serviceaccount/node-gather created [must-gather-f7fpj] POD 2024-07-20T19:03:16.748905183Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:16.867027002Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-f7fpj] POD 2024-07-20T19:03:16.873683137Z + sed -e s#MUST_GATHER_IMAGE#registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73# /etc/node-gather-ds.yaml [must-gather-f7fpj] POD 2024-07-20T19:03:16.874843909Z + oc apply -f - [must-gather-f7fpj] POD 2024-07-20T19:03:16.998288608Z daemonset.apps/node-gather-daemonset created [must-gather-f7fpj] POD 2024-07-20T19:03:17.002605589Z + COUNTER=0 [must-gather-f7fpj] POD 2024-07-20T19:03:17.002605589Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:17.003008356Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:17.184888433Z + line='6 0' [must-gather-f7fpj] POD 2024-07-20T19:03:17.184888433Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:17.184888433Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:17.184936134Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:17.184936134Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:17.184936134Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:17.184949134Z + [[ 0 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:17.184949134Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:17.185360842Z Waiting for node-gather-daemonset to be ready [must-gather-f7fpj] POD 2024-07-20T19:03:17.185518385Z + '[' 0 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:17.185518385Z + [[ 0 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:17.185518385Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-f7fpj] POD 2024-07-20T19:03:17.185518385Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:17.185518385Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:18.188001607Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:18.188418574Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:18.296845341Z + line='6 0' [must-gather-f7fpj] POD 2024-07-20T19:03:18.296845341Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:18.297016204Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:18.297287669Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:18.297330480Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:18.297367841Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:18.297501733Z + [[ 0 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:18.297540114Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:18.297588775Z + '[' 1 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:18.297660647Z + [[ 1 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:18.297691227Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:18.297725818Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:19.300275812Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:19.300789021Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:19.418704047Z + line='6 0' [must-gather-f7fpj] POD 2024-07-20T19:03:19.418704047Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:19.418704047Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:19.418760908Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:19.418760908Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:19.418760908Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:19.418774949Z + [[ 0 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:19.418774949Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:19.418861370Z + '[' 2 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:19.418982433Z + [[ 2 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:19.418982433Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:19.418982433Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:20.136381592Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:20.421738454Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:20.422367136Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:20.540650498Z + line='6 0' [must-gather-f7fpj] POD 2024-07-20T19:03:20.540650498Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:20.540712339Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:20.540712339Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:20.540712339Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:20.540712339Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:20.540727400Z + [[ 0 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:20.540727400Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:20.540766080Z + '[' 3 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:20.540766080Z + [[ 3 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:20.540805941Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:20.540805941Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:21.546437737Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:21.546437737Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:21.662727092Z + line='6 0' [must-gather-f7fpj] POD 2024-07-20T19:03:21.662727092Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:21.662727092Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:21.662785103Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:21.662785103Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + [[ 0 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + '[' 4 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + [[ 4 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:21.663022738Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:22.665011645Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:22.665562755Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:22.783867348Z + line='6 1' [must-gather-f7fpj] POD 2024-07-20T19:03:22.783867348Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:22.783925799Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:22.783925799Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:22.783925799Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:22.783939289Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:22.783939289Z + [[ 1 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:22.783939289Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:22.783990290Z + '[' 5 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:22.783990290Z + [[ 5 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:22.783990290Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:22.783990290Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:23.786335644Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:23.787052438Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:23.892745424Z + line='6 1' [must-gather-f7fpj] POD 2024-07-20T19:03:23.892745424Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:23.892745424Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:23.892799705Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:23.892799705Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:23.892799705Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:23.892799705Z + [[ 1 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:23.892812855Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:23.892825325Z + '[' 6 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:23.892868596Z + [[ 6 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:23.892916097Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:23.892964578Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:24.895387033Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:24.895813951Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + line='6 1' [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + [[ 1 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + '[' 7 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + [[ 7 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:25.001078919Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:25.143426454Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:26.003179418Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:26.003572766Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:26.108123640Z + line='6 1' [must-gather-f7fpj] POD 2024-07-20T19:03:26.108123640Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:26.108123640Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:26.108233102Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:26.108233102Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:26.108233102Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:26.108233102Z + [[ 1 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:26.108233102Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:26.108259633Z + '[' 8 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:26.108259633Z + [[ 8 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:26.108272923Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:26.108272923Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:27.110507135Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:27.110940193Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:27.215186902Z + line='6 1' [must-gather-f7fpj] POD 2024-07-20T19:03:27.215186902Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:27.215186902Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:27.215247023Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:27.215247023Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:27.215337534Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:27.215337534Z + [[ 1 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:27.215337534Z + return 1 [must-gather-f7fpj] POD 2024-07-20T19:03:27.215337534Z + '[' 9 -eq 300 ']' [must-gather-f7fpj] POD 2024-07-20T19:03:27.215376545Z + [[ 9 == 0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:27.215389206Z + (( COUNTER++ )) [must-gather-f7fpj] POD 2024-07-20T19:03:27.215400276Z + sleep 1 [must-gather-f7fpj] POD 2024-07-20T19:03:28.217877612Z + check_node_gather_pods_ready [must-gather-f7fpj] POD 2024-07-20T19:03:28.218469333Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:28.340381044Z + line='6 6' [must-gather-f7fpj] POD 2024-07-20T19:03:28.340381044Z + IFS=' ' [must-gather-f7fpj] POD 2024-07-20T19:03:28.340381044Z + read -r desired ready [must-gather-f7fpj] POD 2024-07-20T19:03:28.340436425Z + IFS=' [must-gather-f7fpj] POD 2024-07-20T19:03:28.340436425Z ' [must-gather-f7fpj] POD 2024-07-20T19:03:28.340436425Z + [[ 6 != \0 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:28.340436425Z + [[ 6 == \6 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:28.340436425Z + return 0 [must-gather-f7fpj] POD 2024-07-20T19:03:28.340930354Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:28.448836882Z + export -f gather_single_pod [must-gather-f7fpj] POD 2024-07-20T19:03:28.449681167Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-f7fpj] POD 2024-07-20T19:03:28.449783740Z ++ awk '{print $1 "_" $2}' [must-gather-f7fpj] POD 2024-07-20T19:03:28.561078331Z + pods='ip-10-0-92-157.us-east-2.compute.internal_node-gather-daemonset-7wr6z [must-gather-f7fpj] POD 2024-07-20T19:03:28.561078331Z ip-10-0-56-30.us-east-2.compute.internal_node-gather-daemonset-gx9jd [must-gather-f7fpj] POD 2024-07-20T19:03:28.561078331Z ip-10-0-89-129.us-east-2.compute.internal_node-gather-daemonset-hsjs7 [must-gather-f7fpj] POD 2024-07-20T19:03:28.561078331Z ip-10-0-26-69.us-east-2.compute.internal_node-gather-daemonset-jgftq [must-gather-f7fpj] POD 2024-07-20T19:03:28.561078331Z ip-10-0-57-22.us-east-2.compute.internal_node-gather-daemonset-kqf69 [must-gather-f7fpj] POD 2024-07-20T19:03:28.561078331Z ip-10-0-25-72.us-east-2.compute.internal_node-gather-daemonset-mf76l' [must-gather-f7fpj] POD 2024-07-20T19:03:28.561718673Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:03:28.561718673Z + echo 'ip-10-0-92-157.us-east-2.compute.internal_node-gather-daemonset-7wr6z [must-gather-f7fpj] POD 2024-07-20T19:03:28.561718673Z ip-10-0-56-30.us-east-2.compute.internal_node-gather-daemonset-gx9jd [must-gather-f7fpj] POD 2024-07-20T19:03:28.561718673Z ip-10-0-89-129.us-east-2.compute.internal_node-gather-daemonset-hsjs7 [must-gather-f7fpj] POD 2024-07-20T19:03:28.561718673Z ip-10-0-26-69.us-east-2.compute.internal_node-gather-daemonset-jgftq [must-gather-f7fpj] POD 2024-07-20T19:03:28.561718673Z ip-10-0-57-22.us-east-2.compute.internal_node-gather-daemonset-kqf69 [must-gather-f7fpj] POD 2024-07-20T19:03:28.561757833Z ip-10-0-25-72.us-east-2.compute.internal_node-gather-daemonset-mf76l' [must-gather-f7fpj] POD 2024-07-20T19:03:28.561991448Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:03:28.563611748Z sh -c 'gather_single_pod $1' -- ip-10-0-92-157.us-east-2.compute.internal_node-gather-daemonset-7wr6z [must-gather-f7fpj] POD 2024-07-20T19:03:28.564222140Z sh -c 'gather_single_pod $1' -- ip-10-0-56-30.us-east-2.compute.internal_node-gather-daemonset-gx9jd [must-gather-f7fpj] POD 2024-07-20T19:03:28.564947043Z sh -c 'gather_single_pod $1' -- ip-10-0-89-129.us-east-2.compute.internal_node-gather-daemonset-hsjs7 [must-gather-f7fpj] POD 2024-07-20T19:03:28.565590665Z sh -c 'gather_single_pod $1' -- ip-10-0-26-69.us-east-2.compute.internal_node-gather-daemonset-jgftq [must-gather-f7fpj] POD 2024-07-20T19:03:28.566673426Z sh -c 'gather_single_pod $1' -- ip-10-0-57-22.us-east-2.compute.internal_node-gather-daemonset-kqf69 [must-gather-f7fpj] POD 2024-07-20T19:03:28.575704855Z node-gather-daemonset-7wr6z - Gathering node data for ip-10-0-92-157.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:28.577876036Z node-gather-daemonset-gx9jd - Gathering node data for ip-10-0-56-30.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:28.579033258Z node-gather-daemonset-jgftq - Gathering node data for ip-10-0-26-69.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:28.582492503Z node-gather-daemonset-kqf69 - Gathering node data for ip-10-0-57-22.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:28.582958582Z node-gather-daemonset-hsjs7 - Gathering node data for ip-10-0-89-129.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:30.157076659Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:35.225895140Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:35.642808227Z tar: Removing leading `/' from member names [must-gather-f7fpj] POD 2024-07-20T19:03:35.643843887Z tar: Removing leading `/' from member names [must-gather-f7fpj] POD 2024-07-20T19:03:35.659941011Z sh -c 'gather_single_pod $1' -- ip-10-0-25-72.us-east-2.compute.internal_node-gather-daemonset-mf76l [must-gather-f7fpj] POD 2024-07-20T19:03:35.668831959Z node-gather-daemonset-mf76l - Gathering node data for ip-10-0-25-72.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:36.871320288Z tar: Removing leading `/' from member names [must-gather-f7fpj] POD 2024-07-20T19:03:36.972399297Z tar: Removing leading `/' from member names [must-gather-f7fpj] POD 2024-07-20T19:03:37.020245981Z tar: Removing leading `/' from member names [must-gather-f7fpj] POD 2024-07-20T19:03:39.639208492Z tar: Removing leading `/' from member names [must-gather-f7fpj] POD 2024-07-20T19:03:39.668131319Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-f7fpj] POD 2024-07-20T19:03:39.836729044Z + nodes='ip-10-0-25-72.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.836729044Z ip-10-0-26-69.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.836729044Z ip-10-0-56-30.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.836729044Z ip-10-0-57-22.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.836729044Z ip-10-0-89-129.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.836729044Z ip-10-0-92-157.us-east-2.compute.internal' [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- '{}' '/must-gather/nodes/{}' [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z + echo 'ip-10-0-25-72.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z ip-10-0-26-69.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z ip-10-0-56-30.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z ip-10-0-57-22.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z ip-10-0-89-129.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.837742083Z ip-10-0-92-157.us-east-2.compute.internal' [must-gather-f7fpj] POD 2024-07-20T19:03:39.839109539Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-25-72.us-east-2.compute.internal /must-gather/nodes/ip-10-0-25-72.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.839762711Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-26-69.us-east-2.compute.internal /must-gather/nodes/ip-10-0-26-69.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.840981985Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-56-30.us-east-2.compute.internal /must-gather/nodes/ip-10-0-56-30.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.841901152Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-57-22.us-east-2.compute.internal /must-gather/nodes/ip-10-0-57-22.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:39.843485532Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-89-129.us-east-2.compute.internal /must-gather/nodes/ip-10-0-89-129.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:40.141637205Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-92-157.us-east-2.compute.internal /must-gather/nodes/ip-10-0-92-157.us-east-2.compute.internal [must-gather-f7fpj] POD 2024-07-20T19:03:40.238983965Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:40.311054296Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-f7fpj] POD 2024-07-20T19:03:40.427573808Z daemonset.apps "node-gather-daemonset" deleted [must-gather-f7fpj] POD 2024-07-20T19:03:40.437495345Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-f7fpj] POD 2024-07-20T19:03:40.595162904Z namespace "node-gather" deleted [must-gather-f7fpj] POD 2024-07-20T19:03:40.601206888Z serviceaccount "node-gather" deleted [must-gather-f7fpj] POD 2024-07-20T19:03:45.247875429Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:47.170475273Z running gather_ns [must-gather-f7fpj] POD 2024-07-20T19:03:47.172566253Z +++ dirname -- /usr/bin/gather_ns [must-gather-f7fpj] POD 2024-07-20T19:03:47.174042571Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:47.174079841Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:47.174350377Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:47.174424468Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:47.175265464Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:47.176672450Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:47.176702521Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:47.176980866Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:47.177050068Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:47.177089229Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:47.177131829Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:47.177202320Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:47.177255932Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:47.177255932Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:47.177413364Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:47.177413364Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:47.177413364Z + get_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:47.177413364Z + log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:03:47.177435465Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:47.177435465Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:47.177447585Z + node_log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:03:47.177447585Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:47.177458765Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:47.177458765Z + export log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:47.177522127Z + export node_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:47.177522127Z + namespaces=() [must-gather-f7fpj] POD 2024-07-20T19:03:47.177522127Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-f7fpj] POD 2024-07-20T19:03:47.178257120Z ++ tr '[:upper:]' '[:lower:]' [must-gather-f7fpj] POD 2024-07-20T19:03:47.178257120Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-f7fpj] POD 2024-07-20T19:03:47.320329815Z + NETWORK_TYPE=ovnkubernetes [must-gather-f7fpj] POD 2024-07-20T19:03:47.320386606Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-f7fpj] POD 2024-07-20T19:03:47.320386606Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-f7fpj] POD 2024-07-20T19:03:47.320386606Z + namespaces+=(openshift-virtualization-os-images) [must-gather-f7fpj] POD 2024-07-20T19:03:47.320386606Z + resources+=(cdi) [must-gather-f7fpj] POD 2024-07-20T19:03:47.321321603Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:03:47.321321603Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:03:47.321321603Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:03:47.322525506Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:47.323155618Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-operator-lifecycle-manager [must-gather-f7fpj] POD 2024-07-20T19:03:47.324428782Z inspecting namespace openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:47.324976152Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-f7fpj] POD 2024-07-20T19:03:47.326030143Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-ovn-kubernetes [must-gather-f7fpj] POD 2024-07-20T19:03:47.326906859Z inspecting namespace openshift-operator-lifecycle-manager [must-gather-f7fpj] POD 2024-07-20T19:03:47.327179854Z inspecting namespace openshift-marketplace [must-gather-f7fpj] POD 2024-07-20T19:03:47.328707873Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:03:47.330401025Z inspecting namespace openshift-ovn-kubernetes [must-gather-f7fpj] POD 2024-07-20T19:03:47.343279858Z inspecting namespace openshift-virtualization-os-images [must-gather-f7fpj] POD 2024-07-20T19:03:47.553579691Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-f7fpj] POD 2024-07-20T19:03:47.576809281Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-f7fpj] POD 2024-07-20T19:03:47.671065131Z Gathering data for ns/openshift-marketplace... [must-gather-f7fpj] POD 2024-07-20T19:03:47.732952231Z Gathering data for ns/openshift-cnv... [must-gather-f7fpj] POD 2024-07-20T19:03:47.749473623Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-f7fpj] POD 2024-07-20T19:03:48.901981958Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-f7fpj] POD 2024-07-20T19:03:49.028654661Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-f7fpj] POD 2024-07-20T19:03:49.953022035Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-f7fpj] POD 2024-07-20T19:03:50.061958273Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-f7fpj] POD 2024-07-20T19:03:50.085899115Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-f7fpj] POD 2024-07-20T19:03:50.172068234Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-f7fpj] POD 2024-07-20T19:03:50.257854564Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:50.319092721Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:51.059280946Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-f7fpj] POD 2024-07-20T19:03:51.116670560Z W0720 19:03:51.116627 4506 util.go:195] skipping , failed to read event err: Object 'Kind' is missing in '' [must-gather-f7fpj] POD 2024-07-20T19:03:51.189332073Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-f7fpj] POD 2024-07-20T19:03:51.272651587Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:51.698488042Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-f7fpj] POD 2024-07-20T19:03:51.752605521Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-f7fpj] POD 2024-07-20T19:03:52.084368882Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:52.850015766Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:52.868449803Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:52.875464896Z running gather_resources [must-gather-f7fpj] POD 2024-07-20T19:03:52.877549715Z +++ dirname -- /usr/bin/gather_resources [must-gather-f7fpj] POD 2024-07-20T19:03:52.879054963Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:52.879181106Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:52.879377029Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:52.879667615Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:52.880194325Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:52.881928968Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:52.882017399Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:52.882346225Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:52.882426637Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:52.882486688Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:52.882539539Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:52.882539539Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:52.882539539Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:52.882539539Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:52.882661181Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:52.882722072Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:52.882830625Z + get_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:52.882918836Z + log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:03:52.883010248Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:52.883060829Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:52.883120130Z + node_log_collection_args= [must-gather-f7fpj] POD 2024-07-20T19:03:52.883206272Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:52.883245622Z + '[' -n '' ']' [must-gather-f7fpj] POD 2024-07-20T19:03:52.883245622Z + export log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:52.883245622Z + export node_log_collection_args [must-gather-f7fpj] POD 2024-07-20T19:03:52.883292183Z + resources=() [must-gather-f7fpj] POD 2024-07-20T19:03:52.883292183Z + resources+=(catalogsource) [must-gather-f7fpj] POD 2024-07-20T19:03:52.883292183Z + resources+=(Network-attachment-definitions) [must-gather-f7fpj] POD 2024-07-20T19:03:52.883292183Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-f7fpj] POD 2024-07-20T19:03:52.883292183Z + resources+=(istag) [must-gather-f7fpj] POD 2024-07-20T19:03:52.883305703Z + resources+=(nodes) [must-gather-f7fpj] POD 2024-07-20T19:03:52.883305703Z + resources+=(machines) [must-gather-f7fpj] POD 2024-07-20T19:03:52.883316863Z + /usr/bin/version [must-gather-f7fpj] POD 2024-07-20T19:03:52.998263139Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-f7fpj] POD 2024-07-20T19:03:53.011416067Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines [must-gather-f7fpj] POD 2024-07-20T19:03:53.011606101Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:03:53.012358135Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:03:53.013233101Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-f7fpj] POD 2024-07-20T19:03:53.013911474Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-f7fpj] POD 2024-07-20T19:03:53.014559606Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-f7fpj] POD 2024-07-20T19:03:53.015049315Z inspecting catalogsource [must-gather-f7fpj] POD 2024-07-20T19:03:53.016019624Z inspecting Network-attachment-definitions [must-gather-f7fpj] POD 2024-07-20T19:03:53.017478881Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-f7fpj] POD 2024-07-20T19:03:53.018626963Z sh -cinspecting nodenetworkconfigurationenactments [must-gather-f7fpj] POD 2024-07-20T19:03:53.020703222Z 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpolicies [must-gather-f7fpj] POD 2024-07-20T19:03:53.024567815Z inspecting nodenetworkstates [must-gather-f7fpj] POD 2024-07-20T19:03:53.028822545Z inspecting nodenetworkconfigurationpolicies [must-gather-f7fpj] POD 2024-07-20T19:03:53.381877876Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-f7fpj] POD 2024-07-20T19:03:53.393709869Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-f7fpj] POD 2024-07-20T19:03:53.408928016Z inspecting istag [must-gather-f7fpj] POD 2024-07-20T19:03:53.426872044Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-f7fpj] POD 2024-07-20T19:03:53.434988837Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-f7fpj] POD 2024-07-20T19:03:53.438877070Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-f7fpj] POD 2024-07-20T19:03:53.441699183Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' --inspecting nodes [must-gather-f7fpj] POD 2024-07-20T19:03:53.444565788Z machines [must-gather-f7fpj] POD 2024-07-20T19:03:53.447007854Z inspecting machines [must-gather-f7fpj] POD 2024-07-20T19:03:54.161995454Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:54.264717289Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:54.510881487Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:54.663302768Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:54.783512573Z Wrote inspect data to /must-gather. [must-gather-f7fpj] POD 2024-07-20T19:03:54.789783151Z running gather_ssp [must-gather-f7fpj] POD 2024-07-20T19:03:54.792129085Z +++ dirname -- /usr/bin/gather_ssp [must-gather-f7fpj] POD 2024-07-20T19:03:54.794260976Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:54.794326287Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:54.794642503Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:54.794803516Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:54.795603691Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:54.796978537Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:54.797133080Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:54.797467476Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:54.797564248Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:54.797633949Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:54.797708441Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:54.797752151Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:54.797803712Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:54.797845423Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:54.798111998Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:54.798178869Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:54.798853782Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-f7fpj] POD 2024-07-20T19:03:54.798984694Z ++ uniq [must-gather-f7fpj] POD 2024-07-20T19:03:55.007893740Z + namespaces=openshift [must-gather-f7fpj] POD 2024-07-20T19:03:55.008222047Z + echo openshift [must-gather-f7fpj] POD 2024-07-20T19:03:55.008513432Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:03:55.008599034Z + xargs -t '-I{}' -P 5 --max-args=1 command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- '{}' '/must-gather/namespaces/{}/templates' [must-gather-f7fpj] POD 2024-07-20T19:03:55.010413528Z command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- openshift /must-gather/namespaces/openshift/templates [must-gather-f7fpj] POD 2024-07-20T19:03:55.337517671Z volume usage percentage 0 [must-gather-f7fpj] POD 2024-07-20T19:03:55.509453850Z + exit 0 [must-gather-f7fpj] POD 2024-07-20T19:03:55.509762085Z running gather_virtualmachines [must-gather-f7fpj] POD 2024-07-20T19:03:55.512051479Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-f7fpj] POD 2024-07-20T19:03:55.513698620Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.513772721Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:55.513965845Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.514042866Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:55.514810911Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:55.516277498Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.516342049Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:55.516725287Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:55.516916810Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:55.516916810Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:55.516916810Z + vmConvertor [must-gather-f7fpj] POD 2024-07-20T19:03:55.528505449Z No VM found [must-gather-f7fpj] POD 2024-07-20T19:03:55.529503297Z + exit 0 [must-gather-f7fpj] POD 2024-07-20T19:03:55.529778763Z running gather_webhooks [must-gather-f7fpj] POD 2024-07-20T19:03:55.532021865Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-f7fpj] POD 2024-07-20T19:03:55.533567714Z ++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.533684136Z ++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:55.534555853Z + DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.534589783Z + source /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:55.535402899Z ++++ dirname -- /usr/bin/common.sh [must-gather-f7fpj] POD 2024-07-20T19:03:55.536838015Z +++ cd -- /usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.536871956Z +++ pwd [must-gather-f7fpj] POD 2024-07-20T19:03:55.537422426Z ++ DIR_NAME=/usr/bin [must-gather-f7fpj] POD 2024-07-20T19:03:55.537560789Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:55.537631370Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-f7fpj] POD 2024-07-20T19:03:55.537709262Z ++ export PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:55.537787364Z ++ PROS=5 [must-gather-f7fpj] POD 2024-07-20T19:03:55.537918056Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:55.537961967Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-f7fpj] POD 2024-07-20T19:03:55.538197861Z + check_command [must-gather-f7fpj] POD 2024-07-20T19:03:55.538267293Z + [[ -z 1 ]] [must-gather-f7fpj] POD 2024-07-20T19:03:55.538428976Z + export -f gather_validating_wh [must-gather-f7fpj] POD 2024-07-20T19:03:55.538428976Z + export -f gather_mutating_wh [must-gather-f7fpj] POD 2024-07-20T19:03:55.538894474Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z + validating_wh='admissionwebhook.noobaa.io-qjlq9 [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z alertmanagerconfigs.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z autoscaling.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z cdi-api-dataimportcron-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z cdi-api-datavolume-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z cdi-api-populator-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z cdi-api-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z cluster-baremetal-validating-webhook-configuration [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z controlplanemachineset.machine.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z machine-api [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z multus.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z network-node-identity.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z objecttransfer-api-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z performance-addon-operator [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z prometheusrules.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z snapshot.storage.k8s.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z validate-hco.kubevirt.io-cl2np [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z validate-hostpath-provisioner.kubevirt.io-cghcr [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z validation.ssp.kubevirt.io-l5gb8 [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z virt-api-validator [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z virt-operator-validator [must-gather-f7fpj] POD 2024-07-20T19:03:55.672743836Z virt-template-validator' [must-gather-f7fpj] POD 2024-07-20T19:03:55.672869898Z + tr ' ' '\n' [must-gather-f7fpj] POD 2024-07-20T19:03:55.673274956Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z + echo 'admissionwebhook.noobaa.io-qjlq9 [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z alertmanagerconfigs.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z autoscaling.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z cdi-api-dataimportcron-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z cdi-api-datavolume-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z cdi-api-populator-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z cdi-api-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z cluster-baremetal-validating-webhook-configuration [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z controlplanemachineset.machine.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z machine-api [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z multus.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z network-node-identity.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z objecttransfer-api-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z performance-addon-operator [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z prometheusrules.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z snapshot.storage.k8s.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z validate-hco.kubevirt.io-cl2np [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z validate-hostpath-provisioner.kubevirt.io-cghcr [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z validation.ssp.kubevirt.io-l5gb8 [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z virt-api-validator [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z virt-operator-validator [must-gather-f7fpj] POD 2024-07-20T19:03:55.673635973Z virt-template-validator' [must-gather-f7fpj] POD 2024-07-20T19:03:55.674849146Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-qjlq9 [must-gather-f7fpj] POD 2024-07-20T19:03:55.675766873Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.676971636Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:55.677722250Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-f7fpj] POD 2024-07-20T19:03:55.679249639Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-f7fpj] POD 2024-07-20T19:03:56.556433035Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-f7fpj] POD 2024-07-20T19:03:56.668727720Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-f7fpj] POD 2024-07-20T19:03:56.676513297Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-f7fpj] POD 2024-07-20T19:03:56.698602753Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:56.737161800Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-f7fpj] POD 2024-07-20T19:03:57.496260241Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:57.673125053Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:57.688407191Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-f7fpj] POD 2024-07-20T19:03:57.758720675Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-f7fpj] POD 2024-07-20T19:03:57.766332119Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-f7fpj] POD 2024-07-20T19:03:58.473133185Z sh -c 'gather_validating_wh $1' -- snapshot.storage.k8s.io [must-gather-f7fpj] POD 2024-07-20T19:03:58.660017166Z Error from server (NotFound): namespaces " ${apiservice_collection_path}/$1.yaml' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:04:07.086713964Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:07.088053639Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.088581449Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.networkaddonsoperator.network.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.089279402Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1.subresources.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.090498195Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.aaq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.092782598Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.clone.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.415363705Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.export.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.440635422Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.566734087Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.migrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.686021921Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.mtq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.705777845Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.networkaddonsoperator.network.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.752803024Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.pool.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.789403157Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha1.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:07.978339772Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha2.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.000192006Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.094514900Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1alpha3.subresources.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.098084338Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.101653425Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.282206492Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hco.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.354941108Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.hostpathprovisioner.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.390987300Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.396901502Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.ssp.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.443318280Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta1.upload.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.598725041Z sh -c '/usr/bin/oc get apiservice $1 -o yaml > ${apiservice_collection_path}/$1.yaml' -- v1beta2.ssp.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:08.791780134Z + exit 0 [must-gather-78cmx] POD 2024-07-20T19:04:08.792117250Z running gather_cdi [must-gather-78cmx] POD 2024-07-20T19:04:08.793893084Z +++ dirname -- /usr/bin/gather_cdi [must-gather-78cmx] POD 2024-07-20T19:04:08.795206489Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:08.795271330Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:08.795467944Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:08.795479504Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:08.795990724Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:08.797393550Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:08.797430121Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:08.797593804Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:08.797616554Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:08.797616554Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:08.797623855Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:08.797623855Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:08.797631705Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:08.797631705Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:08.797719746Z + check_command [must-gather-78cmx] POD 2024-07-20T19:04:08.797725816Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:04:08.797733917Z + get_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:08.797733917Z + log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:04:08.797759627Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:08.797759627Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:08.797759627Z + node_log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:04:08.797768427Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:08.797768427Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:08.797768427Z + export log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:08.797774607Z + export node_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:08.797835828Z + export -f gather_cdi_pod [must-gather-78cmx] POD 2024-07-20T19:04:08.798314917Z ++ oc get pods -l cdi.kubevirt.io --no-headers -A [must-gather-78cmx] POD 2024-07-20T19:04:08.798417650Z ++ awk '{print $1 "_" $2}' [must-gather-78cmx] POD 2024-07-20T19:04:08.932288243Z + cdi_pods='openshift-cnv_cdi-apiserver-86d59dcb5-shtrj [must-gather-78cmx] POD 2024-07-20T19:04:08.932288243Z openshift-cnv_cdi-deployment-67cf7d955c-stw7x [must-gather-78cmx] POD 2024-07-20T19:04:08.932288243Z openshift-cnv_cdi-operator-84b5bf868-qwbg9 [must-gather-78cmx] POD 2024-07-20T19:04:08.932288243Z openshift-cnv_cdi-uploadproxy-5f6446c6dd-sjn7c' [must-gather-78cmx] POD 2024-07-20T19:04:08.932611829Z + echo 'openshift-cnv_cdi-apiserver-86d59dcb5-shtrj [must-gather-78cmx] POD 2024-07-20T19:04:08.932611829Z openshift-cnv_cdi-deployment-67cf7d955c-stw7x [must-gather-78cmx] POD 2024-07-20T19:04:08.932611829Z openshift-cnv_cdi-operator-84b5bf868-qwbg9 [must-gather-78cmx] POD 2024-07-20T19:04:08.932654210Z openshift-cnv_cdi-uploadproxy-5f6446c6dd-sjn7c' [must-gather-78cmx] POD 2024-07-20T19:04:08.932690320Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:08.932992666Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_cdi_pod $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:04:08.934113877Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-apiserver-86d59dcb5-shtrj [must-gather-78cmx] POD 2024-07-20T19:04:08.934698168Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-deployment-67cf7d955c-stw7x [must-gather-78cmx] POD 2024-07-20T19:04:08.935186137Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-operator-84b5bf868-qwbg9 [must-gather-78cmx] POD 2024-07-20T19:04:08.935726808Z sh -c 'gather_cdi_pod $1' -- openshift-cnv_cdi-uploadproxy-5f6446c6dd-sjn7c [must-gather-78cmx] POD 2024-07-20T19:04:08.942170410Z NS: openshift-cnv, POD: cdi-apiserver-86d59dcb5-shtrj [must-gather-78cmx] POD 2024-07-20T19:04:08.943012846Z NS: openshift-cnv, POD: cdi-deployment-67cf7d955c-stw7x [must-gather-78cmx] POD 2024-07-20T19:04:08.943853242Z NS: openshift-cnv, POD: cdi-uploadproxy-5f6446c6dd-sjn7c [must-gather-78cmx] POD 2024-07-20T19:04:08.944978163Z NS: openshift-cnv, POD: cdi-operator-84b5bf868-qwbg9 [must-gather-78cmx] POD 2024-07-20T19:04:09.147093877Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:09.192608718Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:09.212113537Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:09.219544058Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:09.611000365Z + export -f gather_pvc [must-gather-78cmx] POD 2024-07-20T19:04:09.611535545Z ++ oc get pvc --no-headers -A [must-gather-78cmx] POD 2024-07-20T19:04:09.611626317Z ++ awk '{print $1 "_" $2}' [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z + pvcs='openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_db-noobaa-db-pg-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_ocs-deviceset-0-data-0h7mcl [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_ocs-deviceset-0-data-1vdjgv [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_ocs-deviceset-1-data-0bszhs [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_ocs-deviceset-1-data-1hgmz5 [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_ocs-deviceset-2-data-08dsl5 [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_ocs-deviceset-2-data-1jrnh4 [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_rook-ceph-mon-a [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_rook-ceph-mon-b [must-gather-78cmx] POD 2024-07-20T19:04:09.729290464Z openshift-storage_rook-ceph-mon-c' [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z + echo 'openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_db-noobaa-db-pg-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_ocs-deviceset-0-data-0h7mcl [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_ocs-deviceset-0-data-1vdjgv [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_ocs-deviceset-1-data-0bszhs [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_ocs-deviceset-1-data-1hgmz5 [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_ocs-deviceset-2-data-08dsl5 [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_ocs-deviceset-2-data-1jrnh4 [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_rook-ceph-mon-a [must-gather-78cmx] POD 2024-07-20T19:04:09.729585959Z openshift-storage_rook-ceph-mon-b [must-gather-78cmx] POD 2024-07-20T19:04:09.729631690Z openshift-storage_rook-ceph-mon-c' [must-gather-78cmx] POD 2024-07-20T19:04:09.729695111Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:09.729950836Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_pvc $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:04:09.731262011Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.731820831Z sh -c 'gather_pvc $1' -- openshift-monitoring_prometheus-data-prometheus-k8s-1 [must-gather-78cmx] POD 2024-07-20T19:04:09.732376002Z sh -c 'gather_pvc $1' -- openshift-storage_db-noobaa-db-pg-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.733404301Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-0h7mcl [must-gather-78cmx] POD 2024-07-20T19:04:09.734025953Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-0-data-1vdjgv [must-gather-78cmx] POD 2024-07-20T19:04:09.742215538Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-0 [must-gather-78cmx] POD 2024-07-20T19:04:09.743260188Z NS: openshift-storage, PVC: ocs-deviceset-0-data-1vdjgv [must-gather-78cmx] POD 2024-07-20T19:04:09.743339269Z NS: openshift-storage, PVC: ocs-deviceset-0-data-0h7mcl [must-gather-78cmx] POD 2024-07-20T19:04:09.745746205Z NS: openshift-monitoring, PVC: prometheus-data-prometheus-k8s-1 [must-gather-78cmx] POD 2024-07-20T19:04:09.745813006Z NS: openshift-storage, PVC: db-noobaa-db-pg-0 [must-gather-78cmx] POD 2024-07-20T19:04:10.034853365Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.044175832Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.051507550Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.100868875Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.163468019Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.358253665Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-0bszhs [must-gather-78cmx] POD 2024-07-20T19:04:10.381514085Z NS: openshift-storage, PVC: ocs-deviceset-1-data-0bszhs [must-gather-78cmx] POD 2024-07-20T19:04:10.447507883Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-1-data-1hgmz5 [must-gather-78cmx] POD 2024-07-20T19:04:10.503422461Z NS: openshift-storage, PVC: ocs-deviceset-1-data-1hgmz5 [must-gather-78cmx] POD 2024-07-20T19:04:10.561083392Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-08dsl5 [must-gather-78cmx] POD 2024-07-20T19:04:10.575863222Z NS: openshift-storage, PVC: ocs-deviceset-2-data-08dsl5 [must-gather-78cmx] POD 2024-07-20T19:04:10.576211729Z sh -c 'gather_pvc $1' -- openshift-storage_ocs-deviceset-2-data-1jrnh4 [must-gather-78cmx] POD 2024-07-20T19:04:10.590518380Z NS: openshift-storage, PVC: ocs-deviceset-2-data-1jrnh4 [must-gather-78cmx] POD 2024-07-20T19:04:10.655300255Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.687938563Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-a [must-gather-78cmx] POD 2024-07-20T19:04:10.725823460Z NS: openshift-storage, PVC: rook-ceph-mon-a [must-gather-78cmx] POD 2024-07-20T19:04:10.817452014Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.942942818Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:10.981607970Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:11.056355774Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:11.139773193Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-b [must-gather-78cmx] POD 2024-07-20T19:04:11.215867482Z NS: openshift-storage, PVC: rook-ceph-mon-b [must-gather-78cmx] POD 2024-07-20T19:04:11.482888285Z sh -c 'gather_pvc $1' -- openshift-storage_rook-ceph-mon-c [must-gather-78cmx] POD 2024-07-20T19:04:11.493194200Z NS: openshift-storage, PVC: rook-ceph-mon-c [must-gather-78cmx] POD 2024-07-20T19:04:11.672912470Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:11.752027188Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:11.912491774Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:11.995860252Z running gather_crds [must-gather-78cmx] POD 2024-07-20T19:04:11.997817749Z +++ dirname -- /usr/bin/gather_crds [must-gather-78cmx] POD 2024-07-20T19:04:11.999352458Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:11.999477530Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:11.999688644Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:11.999707084Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:12.000289675Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:12.001879185Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:12.001962277Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:12.002162401Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:12.002203781Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:12.002266103Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:12.002266103Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:12.002266103Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:12.002285463Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:12.002285463Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:12.002472507Z + check_command [must-gather-78cmx] POD 2024-07-20T19:04:12.002472507Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:04:12.002472507Z + get_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:12.002472507Z + log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:04:12.002492707Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:12.002573828Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:12.002573828Z + node_log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:04:12.002573828Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:12.002573828Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:12.002573828Z + export log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:12.002573828Z + export node_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:12.002972316Z ++ /usr/bin/oc get crd [must-gather-78cmx] POD 2024-07-20T19:04:12.003130209Z ++ grep kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.003446115Z ++ awk '{print $1}' [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z + CRDS='aaqs.aaq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z cdiconfigs.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z cdis.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z dataimportcrons.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z datasources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z datavolumes.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z hyperconvergeds.hco.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z kubevirts.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z migrationpolicies.migrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z mtqs.mtq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z objecttransfers.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z ssps.ssp.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z storageprofiles.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineclones.clone.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineexports.export.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineinstancemigrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineinstancepresets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineinstances.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachinepools.pool.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachines.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z volumeclonesources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z volumeimportsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.442591325Z volumeuploadsources.cdi.kubevirt.io' [must-gather-78cmx] POD 2024-07-20T19:04:12.443038033Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z + echo 'aaqs.aaq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z cdiconfigs.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z cdis.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z dataimportcrons.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z datasources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z datavolumes.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z hyperconvergeds.hco.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z kubevirts.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z migrationpolicies.migrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z mtqs.mtq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z objecttransfers.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z ssps.ssp.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z storageprofiles.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineclones.clone.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineexports.export.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineinstancemigrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineinstancepresets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineinstancereplicasets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineinstances.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachinepools.pool.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachinepreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachinerestores.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachines.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z volumeclonesources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443255427Z volumeimportsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.443303348Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:04:12.443303348Z volumeuploadsources.cdi.kubevirt.io' [must-gather-78cmx] POD 2024-07-20T19:04:12.444595132Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- aaqs.aaq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.445103962Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.445586451Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- cdis.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.446739373Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.447869044Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datasources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.739255968Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:12.746827351Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- datavolumes.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.763299433Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:12.769640903Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.774866042Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:12.780440897Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.815160334Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:12.820233460Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- kubevirts.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:12.905931762Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:12.938466607Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.101460462Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.121114204Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- mtqs.mtq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.143642180Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.143679110Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.312008676Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.320760331Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.322129767Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- objecttransfers.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.326225825Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.363533631Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.370234937Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.522705892Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.533408015Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- ssps.ssp.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.545563005Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.551729401Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- storageprofiles.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.654683450Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.659669114Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.679003800Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.684964502Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.744351696Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.766906233Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.850674408Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.856573930Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineexports.export.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:13.990047575Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:13.995495378Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.006894114Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.013320376Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.072159869Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.083261549Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.227579840Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.238605218Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.239890073Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstances.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.254670262Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.351299391Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.379189749Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.390999122Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.400403690Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.680839666Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.683885204Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.689189495Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.697802687Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachines.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.720792102Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.745061282Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.788361221Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.795060568Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:14.810741555Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:14.816222368Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:15.005100122Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.014170784Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:15.144697654Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.150097816Z sh -c '/usr/bin/oc adm inspect ${log_collection_args} crd --dest-dir ${BASE_COLLECTION_PATH} $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:15.186811331Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.214072976Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.263092734Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.342950815Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.360353594Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:04:15.363734698Z + exit 0 [must-gather-78cmx] POD 2024-07-20T19:04:15.363985003Z running gather_crs [must-gather-78cmx] POD 2024-07-20T19:04:15.365803347Z +++ dirname -- /usr/bin/gather_crs [must-gather-78cmx] POD 2024-07-20T19:04:15.367102972Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:15.367192224Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:15.367396317Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:15.367419308Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:15.367950108Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:15.369188891Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:15.369210802Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:15.369397595Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:15.369424706Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:15.369424706Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:15.369424706Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:15.369424706Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:15.369439616Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:15.369449366Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:15.369552698Z + check_command [must-gather-78cmx] POD 2024-07-20T19:04:15.369552698Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:04:15.369626530Z + export -f get_cr [must-gather-78cmx] POD 2024-07-20T19:04:15.369644850Z + export -f read_crs [must-gather-78cmx] POD 2024-07-20T19:04:15.369654790Z + mapfile -t resources [must-gather-78cmx] POD 2024-07-20T19:04:15.370127239Z ++ oc get crd -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-78cmx] POD 2024-07-20T19:04:15.370269982Z ++ grep kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:15.370438115Z ++ grep -v virtualmachines.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:16.623080077Z + echo aaqs.aaq.kubevirt.io cdiconfigs.cdi.kubevirt.io cdis.cdi.kubevirt.io dataimportcrons.cdi.kubevirt.io datasources.cdi.kubevirt.io datavolumes.cdi.kubevirt.io hostpathprovisioners.hostpathprovisioner.kubevirt.io hyperconvergeds.hco.kubevirt.io kubevirts.kubevirt.io migrationpolicies.migrations.kubevirt.io mtqs.mtq.kubevirt.io networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io objecttransfers.cdi.kubevirt.io openstackvolumepopulators.forklift.cdi.kubevirt.io ovirtvolumepopulators.forklift.cdi.kubevirt.io ssps.ssp.kubevirt.io storageprofiles.cdi.kubevirt.io virtualmachineclones.clone.kubevirt.io virtualmachineclusterinstancetypes.instancetype.kubevirt.io virtualmachineclusterpreferences.instancetype.kubevirt.io virtualmachineexports.export.kubevirt.io virtualmachineinstancemigrations.kubevirt.io virtualmachineinstancepresets.kubevirt.io virtualmachineinstancereplicasets.kubevirt.io virtualmachineinstances.kubevirt.io virtualmachineinstancetypes.instancetype.kubevirt.io virtualmachinepools.pool.kubevirt.io virtualmachinepreferences.instancetype.kubevirt.io virtualmachinerestores.snapshot.kubevirt.io virtualmachinesnapshotcontents.snapshot.kubevirt.io virtualmachinesnapshots.snapshot.kubevirt.io volumeclonesources.cdi.kubevirt.io volumeimportsources.cdi.kubevirt.io volumeuploadsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:16.623080077Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:16.623390583Z + xargs -t '-I{}' sh -c 'read_crs $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:04:16.624928452Z sh -c 'read_crs $1' -- aaqs.aaq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:16.777431188Z sh -c 'read_crs $1' -- cdiconfigs.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:16.906812726Z sh -c 'get_cr $1 $2' -- cdiconfigs.cdi.kubevirt.io 'config_' [must-gather-78cmx] POD 2024-07-20T19:04:16.920103678Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:17.043085375Z sh -c 'read_crs $1' -- cdis.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:17.174475531Z sh -c 'get_cr $1 $2' -- cdis.cdi.kubevirt.io 'cdi-kubevirt-hyperconverged_' [must-gather-78cmx] POD 2024-07-20T19:04:17.310405053Z sh -c 'read_crs $1' -- dataimportcrons.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:17.450217379Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-7-image-cron_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:17.450919032Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream8-image-cron_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:17.451669436Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io centos-stream9-image-cron_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:17.453413189Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io fedora-image-cron_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:17.457580108Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel8-image-cron_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:17.820997884Z sh -c 'get_cr $1 $2' -- dataimportcrons.cdi.kubevirt.io rhel9-image-cron_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.112073032Z sh -c 'read_crs $1' -- datasources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:18.280084971Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream8_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.280721303Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos-stream9_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.281593270Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io centos7_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.282454396Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io fedora_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.284667528Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel7_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.617720990Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel8_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.664577967Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io rhel9_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.732081174Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win10_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.744950527Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win11_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:18.763556630Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k12r2_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:19.028339330Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k16_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:19.045802230Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k19_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:19.131115205Z sh -c 'get_cr $1 $2' -- datasources.cdi.kubevirt.io win2k22_openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:04:19.437096994Z sh -c 'read_crs $1' -- datavolumes.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:19.592633327Z sh -c 'read_crs $1' -- hostpathprovisioners.hostpathprovisioner.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:19.758056008Z sh -c 'read_crs $1' -- hyperconvergeds.hco.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:19.902319337Z sh -c 'get_cr $1 $2' -- hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged_openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:20.056333892Z sh -c 'read_crs $1' -- kubevirts.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:20.212918564Z sh -c 'get_cr $1 $2' -- kubevirts.kubevirt.io kubevirt-kubevirt-hyperconverged_openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:20.375071143Z sh -c 'read_crs $1' -- migrationpolicies.migrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:20.522064194Z sh -c 'read_crs $1' -- mtqs.mtq.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:20.670755418Z sh -c 'read_crs $1' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:20.817814320Z sh -c 'get_cr $1 $2' -- networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io 'cluster_' [must-gather-78cmx] POD 2024-07-20T19:04:20.957554194Z sh -c 'read_crs $1' -- objecttransfers.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:21.102366745Z sh -c 'read_crs $1' -- openstackvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:21.229046251Z sh -c 'read_crs $1' -- ovirtvolumepopulators.forklift.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:21.358593173Z sh -c 'read_crs $1' -- ssps.ssp.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:21.510964576Z sh -c 'get_cr $1 $2' -- ssps.ssp.kubevirt.io ssp-kubevirt-hyperconverged_openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:21.671636366Z sh -c 'read_crs $1' -- storageprofiles.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:21.818053427Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp2-csi_' [must-gather-78cmx] POD 2024-07-20T19:04:21.820721907Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'gp3-csi_' [must-gather-78cmx] POD 2024-07-20T19:04:21.821706796Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd_' [must-gather-78cmx] POD 2024-07-20T19:04:21.823926268Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-ceph-rbd-virtualization_' [must-gather-78cmx] POD 2024-07-20T19:04:21.833524089Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'ocs-storagecluster-cephfs_' [must-gather-78cmx] POD 2024-07-20T19:04:21.944030220Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:22.189298141Z sh -c 'get_cr $1 $2' -- storageprofiles.cdi.kubevirt.io 'openshift-storage.noobaa.io_' [must-gather-78cmx] POD 2024-07-20T19:04:22.371538850Z sh -c 'read_crs $1' -- virtualmachineclones.clone.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:22.519002950Z sh -c 'read_crs $1' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:22.684468931Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.2xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:22.685077302Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.4xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:22.685842507Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.8xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:22.686554370Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.large_' [must-gather-78cmx] POD 2024-07-20T19:04:22.687547199Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.medium_' [must-gather-78cmx] POD 2024-07-20T19:04:23.083070693Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'cx1.xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.119027814Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.2xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.124771522Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.4xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.136438653Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.8xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.164238859Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'gn1.xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.456792355Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.2xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.508211098Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.4xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.515109008Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.8xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.588842203Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.large_' [must-gather-78cmx] POD 2024-07-20T19:04:23.599280751Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'm1.xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.846838266Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.2xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.867579609Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.4xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.899902351Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.8xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:23.994001902Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.large_' [must-gather-78cmx] POD 2024-07-20T19:04:24.064398715Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.medium_' [must-gather-78cmx] POD 2024-07-20T19:04:24.236000513Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'n1.xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:24.262554806Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.2xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:24.334217672Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.4xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:24.418090070Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.8xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:24.559878894Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.large_' [must-gather-78cmx] POD 2024-07-20T19:04:24.669962558Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.medium_' [must-gather-78cmx] POD 2024-07-20T19:04:24.729403803Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.micro_' [must-gather-78cmx] POD 2024-07-20T19:04:24.740237898Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.nano_' [must-gather-78cmx] POD 2024-07-20T19:04:24.805542705Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.small_' [must-gather-78cmx] POD 2024-07-20T19:04:24.998085099Z sh -c 'get_cr $1 $2' -- virtualmachineclusterinstancetypes.instancetype.kubevirt.io 'u1.xlarge_' [must-gather-78cmx] POD 2024-07-20T19:04:25.251113829Z sh -c 'read_crs $1' -- virtualmachineclusterpreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:25.414107715Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'alpine_' [must-gather-78cmx] POD 2024-07-20T19:04:25.414715996Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.7_' [must-gather-78cmx] POD 2024-07-20T19:04:25.415265077Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.7.desktop_' [must-gather-78cmx] POD 2024-07-20T19:04:25.416023011Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream8_' [must-gather-78cmx] POD 2024-07-20T19:04:25.416628102Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream8.desktop_' [must-gather-78cmx] POD 2024-07-20T19:04:25.794374293Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream8.dpdk_' [must-gather-78cmx] POD 2024-07-20T19:04:25.806725487Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9_' [must-gather-78cmx] POD 2024-07-20T19:04:25.819415067Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.desktop_' [must-gather-78cmx] POD 2024-07-20T19:04:25.828656192Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'centos.stream9.dpdk_' [must-gather-78cmx] POD 2024-07-20T19:04:25.861738008Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'cirros_' [must-gather-78cmx] POD 2024-07-20T19:04:26.186100979Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'fedora_' [must-gather-78cmx] POD 2024-07-20T19:04:26.227939941Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7_' [must-gather-78cmx] POD 2024-07-20T19:04:26.230082391Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.7.desktop_' [must-gather-78cmx] POD 2024-07-20T19:04:26.233486285Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8_' [must-gather-78cmx] POD 2024-07-20T19:04:26.292954251Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.desktop_' [must-gather-78cmx] POD 2024-07-20T19:04:26.607190220Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.8.dpdk_' [must-gather-78cmx] POD 2024-07-20T19:04:26.627777900Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9_' [must-gather-78cmx] POD 2024-07-20T19:04:26.633689501Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.desktop_' [must-gather-78cmx] POD 2024-07-20T19:04:26.656384851Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'rhel.9.dpdk_' [must-gather-78cmx] POD 2024-07-20T19:04:26.790077802Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'ubuntu_' [must-gather-78cmx] POD 2024-07-20T19:04:26.994819028Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10_' [must-gather-78cmx] POD 2024-07-20T19:04:27.007588890Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.10.virtio_' [must-gather-78cmx] POD 2024-07-20T19:04:27.020708968Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:27.028269951Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11_' [must-gather-78cmx] POD 2024-07-20T19:04:27.143889910Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.11.virtio_' [must-gather-78cmx] POD 2024-07-20T19:04:27.325328534Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12_' [must-gather-78cmx] POD 2024-07-20T19:04:27.395459652Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k12.virtio_' [must-gather-78cmx] POD 2024-07-20T19:04:27.447776582Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16_' [must-gather-78cmx] POD 2024-07-20T19:04:27.491901458Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k16.virtio_' [must-gather-78cmx] POD 2024-07-20T19:04:27.507101505Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19_' [must-gather-78cmx] POD 2024-07-20T19:04:27.841159999Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k19.virtio_' [must-gather-78cmx] POD 2024-07-20T19:04:27.871236348Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22_' [must-gather-78cmx] POD 2024-07-20T19:04:27.903582831Z sh -c 'get_cr $1 $2' -- virtualmachineclusterpreferences.instancetype.kubevirt.io 'windows.2k22.virtio_' [must-gather-78cmx] POD 2024-07-20T19:04:28.156386356Z sh -c 'read_crs $1' -- virtualmachineexports.export.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:28.289329223Z sh -c 'read_crs $1' -- virtualmachineinstancemigrations.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:28.430682359Z sh -c 'read_crs $1' -- virtualmachineinstancepresets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:28.570161389Z sh -c 'read_crs $1' -- virtualmachineinstancereplicasets.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:28.706609452Z sh -c 'read_crs $1' -- virtualmachineinstances.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:28.864432430Z sh -c 'read_crs $1' -- virtualmachineinstancetypes.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.009624818Z sh -c 'read_crs $1' -- virtualmachinepools.pool.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.153190096Z sh -c 'read_crs $1' -- virtualmachinepreferences.instancetype.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.309106157Z sh -c 'read_crs $1' -- virtualmachinerestores.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.487764589Z sh -c 'read_crs $1' -- virtualmachinesnapshotcontents.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.629321359Z sh -c 'read_crs $1' -- virtualmachinesnapshots.snapshot.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.779644295Z sh -c 'read_crs $1' -- volumeclonesources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:29.937569434Z sh -c 'read_crs $1' -- volumeimportsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:30.082570009Z sh -c 'read_crs $1' -- volumeuploadsources.cdi.kubevirt.io [must-gather-78cmx] POD 2024-07-20T19:04:30.239444439Z + exit 0 [must-gather-78cmx] POD 2024-07-20T19:04:30.239747475Z running gather_hco [must-gather-78cmx] POD 2024-07-20T19:04:30.242051688Z +++ dirname -- /usr/bin/gather_hco [must-gather-78cmx] POD 2024-07-20T19:04:30.243600828Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:30.243636708Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:30.243900383Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:30.243978115Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:30.244801920Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:30.246318519Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:30.246480622Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:30.246674466Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:30.246765077Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:30.246803898Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:30.246889780Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:30.246945431Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:30.247094934Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:30.247094934Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:30.247196265Z + check_command [must-gather-78cmx] POD 2024-07-20T19:04:30.247224006Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:04:30.247237236Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:30.247237236Z ' [must-gather-78cmx] POD 2024-07-20T19:04:30.247310228Z + NAMESPACE_PATH=/must-gather/namespaces [must-gather-78cmx] POD 2024-07-20T19:04:30.247392499Z + mkdir -p /must-gather/namespaces/openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:30.249416587Z + oc get packagemanifest -n openshift-cnv -o yaml [must-gather-78cmx] POD 2024-07-20T19:04:32.032490171Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:33.834488172Z ++ oc get subscriptions -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-78cmx] POD 2024-07-20T19:04:33.962006597Z + for name in $(oc get subscriptions -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-78cmx] POD 2024-07-20T19:04:33.962006597Z + oc get subscription kubevirt-hyperconverged -n openshift-cnv -o yaml [must-gather-78cmx] POD 2024-07-20T19:04:34.075616427Z + echo --------------- [must-gather-78cmx] POD 2024-07-20T19:04:34.076281190Z ++ oc get installplan -n openshift-cnv -o=custom-columns=NAME:.metadata.name --no-headers [must-gather-78cmx] POD 2024-07-20T19:04:34.209168305Z + for name in $(oc get installplan -n "${INSTALLATION_NAMESPACE}" -o=custom-columns=NAME:.metadata.name --no-headers) [must-gather-78cmx] POD 2024-07-20T19:04:34.209241937Z + oc get installplan install-2kj2m -n openshift-cnv -o yaml [must-gather-78cmx] POD 2024-07-20T19:04:34.361012950Z + echo --------------- [must-gather-78cmx] POD 2024-07-20T19:04:34.361417528Z running gather_nodes [must-gather-78cmx] POD 2024-07-20T19:04:34.363796543Z +++ dirname -- /usr/bin/gather_nodes [must-gather-78cmx] POD 2024-07-20T19:04:34.365370022Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:34.365407843Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:34.365642718Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:34.365717389Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:34.366505904Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:04:34.368078034Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:34.368326698Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:04:34.368538992Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:04:34.368839118Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:34.368862488Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:04:34.368875439Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:34.368875439Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:04:34.368955040Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:34.368955040Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:04:34.369043572Z + check_command [must-gather-78cmx] POD 2024-07-20T19:04:34.369043572Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + get_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + node_log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + export log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:34.369118853Z + export node_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:04:34.369182034Z + MANIFEST_PATH=/etc [must-gather-78cmx] POD 2024-07-20T19:04:34.369277596Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:34.369277596Z ' [must-gather-78cmx] POD 2024-07-20T19:04:34.369277596Z + export NODES_PATH=/must-gather/nodes [must-gather-78cmx] POD 2024-07-20T19:04:34.369277596Z + NODES_PATH=/must-gather/nodes [must-gather-78cmx] POD 2024-07-20T19:04:34.369277596Z + mkdir -p /must-gather/nodes [must-gather-78cmx] POD 2024-07-20T19:04:34.371229793Z + CRD_MANIFEST=/etc/node-gather-crd.yaml [must-gather-78cmx] POD 2024-07-20T19:04:34.371229793Z + DAEMONSET_MANIFEST=/etc/node-gather-ds.yaml [must-gather-78cmx] POD 2024-07-20T19:04:34.371300265Z + [[ -z '' ]] [must-gather-78cmx] POD 2024-07-20T19:04:34.371617231Z ++ cat /var/run/secrets/kubernetes.io/serviceaccount/namespace [must-gather-78cmx] POD 2024-07-20T19:04:34.373500036Z + NAMESPACE=openshift-must-gather-qsj67 [must-gather-78cmx] POD 2024-07-20T19:04:34.374031466Z ++ oc get pod -n openshift-must-gather-qsj67 must-gather-78cmx -o 'jsonpath={.spec.containers[0].image}' [must-gather-78cmx] POD 2024-07-20T19:04:34.491218215Z + MUST_GATHER_IMAGE=registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 [must-gather-78cmx] POD 2024-07-20T19:04:34.491218215Z + oc apply -f /etc/node-gather-crd.yaml [must-gather-78cmx] POD 2024-07-20T19:04:34.603048152Z namespace/node-gather created [must-gather-78cmx] POD 2024-07-20T19:04:34.625261672Z serviceaccount/node-gather created [must-gather-78cmx] POD 2024-07-20T19:04:34.631701104Z + oc adm policy add-scc-to-user privileged -n node-gather -z node-gather [must-gather-78cmx] POD 2024-07-20T19:04:34.748909603Z clusterrole.rbac.authorization.k8s.io/system:openshift:scc:privileged added: "node-gather" [must-gather-78cmx] POD 2024-07-20T19:04:34.755575979Z + oc apply -f - [must-gather-78cmx] POD 2024-07-20T19:04:34.756042658Z + sed -e s#MUST_GATHER_IMAGE#registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73# /etc/node-gather-ds.yaml [must-gather-78cmx] POD 2024-07-20T19:04:34.892610113Z daemonset.apps/node-gather-daemonset created [must-gather-78cmx] POD 2024-07-20T19:04:34.897812261Z + COUNTER=0 [must-gather-78cmx] POD 2024-07-20T19:04:34.897812261Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:34.898110087Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:35.065291282Z + line='6 0' [must-gather-78cmx] POD 2024-07-20T19:04:35.065291282Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:35.065291282Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:35.065353893Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:35.065353893Z ' [must-gather-78cmx] POD 2024-07-20T19:04:35.065353893Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:35.065353893Z + [[ 0 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:35.065393674Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:35.065506406Z Waiting for node-gather-daemonset to be ready [must-gather-78cmx] POD 2024-07-20T19:04:35.065785051Z + '[' 0 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:35.065785051Z + [[ 0 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:35.065785051Z + echo 'Waiting for node-gather-daemonset to be ready' [must-gather-78cmx] POD 2024-07-20T19:04:35.065785051Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:35.065785051Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:36.067988703Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:36.068461232Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:36.191175745Z + line='6 0' [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z ' [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + [[ 0 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + '[' 1 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + [[ 1 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:36.192099772Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:37.040678746Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:37.193875466Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:37.194435536Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:37.334112041Z + line='6 0' [must-gather-78cmx] POD 2024-07-20T19:04:37.334112041Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:37.334112041Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:37.334198162Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:37.334198162Z ' [must-gather-78cmx] POD 2024-07-20T19:04:37.334217503Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:37.334217503Z + [[ 0 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:37.334217503Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:37.334269124Z + '[' 2 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:37.334269124Z + [[ 2 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:37.334269124Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:37.334269124Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:38.336590688Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:38.337516805Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:38.726239014Z + line='6 0' [must-gather-78cmx] POD 2024-07-20T19:04:38.726239014Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:38.726239014Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z ' [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + [[ 0 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + '[' 3 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + [[ 3 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:38.726388167Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:39.729192010Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:39.729787161Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:39.856269375Z + line='6 0' [must-gather-78cmx] POD 2024-07-20T19:04:39.856323466Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:39.856323466Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:39.856413158Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:39.856413158Z ' [must-gather-78cmx] POD 2024-07-20T19:04:39.856413158Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:39.856446619Z + [[ 0 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:39.856461569Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:39.856495020Z + '[' 4 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:39.856652392Z + [[ 4 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:39.856776325Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:39.856875107Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:40.859527277Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:40.860087698Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:40.974536823Z + line='6 4' [must-gather-78cmx] POD 2024-07-20T19:04:40.974536823Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:40.974536823Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:40.974591434Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:40.974591434Z ' [must-gather-78cmx] POD 2024-07-20T19:04:40.974591434Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:40.974605554Z + [[ 4 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:40.974605554Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:40.974637605Z + '[' 5 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:40.974637605Z + [[ 5 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:40.974652265Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:40.974652265Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:41.977128563Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:41.977606542Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:42.053094414Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:42.084774391Z + line='6 4' [must-gather-78cmx] POD 2024-07-20T19:04:42.084912933Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:42.084912933Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z ' [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + [[ 4 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + '[' 6 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + [[ 6 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:42.085028695Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:42.085117197Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:43.087367901Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:43.087916141Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:43.200868828Z + line='6 4' [must-gather-78cmx] POD 2024-07-20T19:04:43.200868828Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:43.200868828Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z ' [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + [[ 4 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + '[' 7 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + [[ 7 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:43.201020481Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:44.203264585Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:44.203666593Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + line='6 4' [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z ' [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + [[ 4 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + return 1 [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + '[' 8 -eq 300 ']' [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + [[ 8 == 0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + (( COUNTER++ )) [must-gather-78cmx] POD 2024-07-20T19:04:44.314828166Z + sleep 1 [must-gather-78cmx] POD 2024-07-20T19:04:45.317564449Z + check_node_gather_pods_ready [must-gather-78cmx] POD 2024-07-20T19:04:45.318555268Z ++ oc get ds node-gather-daemonset -o=custom-columns=DESIRED:.status.desiredNumberScheduled,READY:.status.numberReady --no-headers -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:45.438468626Z + line='6 6' [must-gather-78cmx] POD 2024-07-20T19:04:45.438468626Z + IFS=' ' [must-gather-78cmx] POD 2024-07-20T19:04:45.438468626Z + read -r desired ready [must-gather-78cmx] POD 2024-07-20T19:04:45.438537887Z + IFS=' [must-gather-78cmx] POD 2024-07-20T19:04:45.438537887Z ' [must-gather-78cmx] POD 2024-07-20T19:04:45.438537887Z + [[ 6 != \0 ]] [must-gather-78cmx] POD 2024-07-20T19:04:45.438537887Z + [[ 6 == \6 ]] [must-gather-78cmx] POD 2024-07-20T19:04:45.438537887Z + return 0 [must-gather-78cmx] POD 2024-07-20T19:04:45.439091227Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName --no-headers '--field-selector=status.phase!=Running' -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:45.562592223Z + export -f gather_single_pod [must-gather-78cmx] POD 2024-07-20T19:04:45.563478900Z ++ oc get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name --no-headers --field-selector=status.phase=Running -n node-gather [must-gather-78cmx] POD 2024-07-20T19:04:45.563527751Z ++ awk '{print $1 "_" $2}' [must-gather-78cmx] POD 2024-07-20T19:04:45.702652390Z + pods='ip-10-0-25-72.us-east-2.compute.internal_node-gather-daemonset-5plt9 [must-gather-78cmx] POD 2024-07-20T19:04:45.702652390Z ip-10-0-92-157.us-east-2.compute.internal_node-gather-daemonset-99f6v [must-gather-78cmx] POD 2024-07-20T19:04:45.702652390Z ip-10-0-26-69.us-east-2.compute.internal_node-gather-daemonset-b7nt7 [must-gather-78cmx] POD 2024-07-20T19:04:45.702652390Z ip-10-0-89-129.us-east-2.compute.internal_node-gather-daemonset-c7l9l [must-gather-78cmx] POD 2024-07-20T19:04:45.702652390Z ip-10-0-57-22.us-east-2.compute.internal_node-gather-daemonset-dj2kq [must-gather-78cmx] POD 2024-07-20T19:04:45.702652390Z ip-10-0-56-30.us-east-2.compute.internal_node-gather-daemonset-ps5vx' [must-gather-78cmx] POD 2024-07-20T19:04:45.703071638Z + echo 'ip-10-0-25-72.us-east-2.compute.internal_node-gather-daemonset-5plt9 [must-gather-78cmx] POD 2024-07-20T19:04:45.703071638Z ip-10-0-92-157.us-east-2.compute.internal_node-gather-daemonset-99f6v [must-gather-78cmx] POD 2024-07-20T19:04:45.703071638Z ip-10-0-26-69.us-east-2.compute.internal_node-gather-daemonset-b7nt7 [must-gather-78cmx] POD 2024-07-20T19:04:45.703071638Z ip-10-0-89-129.us-east-2.compute.internal_node-gather-daemonset-c7l9l [must-gather-78cmx] POD 2024-07-20T19:04:45.703071638Z ip-10-0-57-22.us-east-2.compute.internal_node-gather-daemonset-dj2kq [must-gather-78cmx] POD 2024-07-20T19:04:45.703196741Z ip-10-0-56-30.us-east-2.compute.internal_node-gather-daemonset-ps5vx' [must-gather-78cmx] POD 2024-07-20T19:04:45.703386444Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_single_pod $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:04:45.703738521Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:45.705488494Z sh -c 'gather_single_pod $1' -- ip-10-0-25-72.us-east-2.compute.internal_node-gather-daemonset-5plt9 [must-gather-78cmx] POD 2024-07-20T19:04:45.706721257Z sh -c 'gather_single_pod $1' -- ip-10-0-92-157.us-east-2.compute.internal_node-gather-daemonset-99f6v [must-gather-78cmx] POD 2024-07-20T19:04:45.707371659Z sh -c 'gather_single_pod $1' -- ip-10-0-26-69.us-east-2.compute.internal_node-gather-daemonset-b7nt7 [must-gather-78cmx] POD 2024-07-20T19:04:45.708477050Z sh -c 'gather_single_pod $1' -- ip-10-0-89-129.us-east-2.compute.internal_node-gather-daemonset-c7l9l [must-gather-78cmx] POD 2024-07-20T19:04:45.711412615Z sh -c 'gather_single_pod $1' -- ip-10-0-57-22.us-east-2.compute.internal_node-gather-daemonset-dj2kq [must-gather-78cmx] POD 2024-07-20T19:04:45.721355333Z node-gather-daemonset-5plt9 - Gathering node data for ip-10-0-25-72.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:45.721931344Z node-gather-daemonset-99f6v - Gathering node data for ip-10-0-92-157.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:45.730885972Z node-gather-daemonset-c7l9l - Gathering node data for ip-10-0-89-129.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:45.737805652Z node-gather-daemonset-b7nt7 - Gathering node data for ip-10-0-26-69.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:45.749990812Z node-gather-daemonset-dj2kq - Gathering node data for ip-10-0-57-22.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:47.073634378Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:52.097380443Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:04:52.122049198Z tar: Removing leading `/' from member names [must-gather-78cmx] POD 2024-07-20T19:04:52.138372615Z sh -c 'gather_single_pod $1' -- ip-10-0-56-30.us-east-2.compute.internal_node-gather-daemonset-ps5vx [must-gather-78cmx] POD 2024-07-20T19:04:52.151358029Z node-gather-daemonset-ps5vx - Gathering node data for ip-10-0-56-30.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:52.202174817Z tar: Removing leading `/' from member names [must-gather-78cmx] POD 2024-07-20T19:04:53.477310979Z tar: Removing leading `/' from member names [must-gather-78cmx] POD 2024-07-20T19:04:53.647522684Z tar: Removing leading `/' from member names [must-gather-78cmx] POD 2024-07-20T19:04:53.718790007Z tar: Removing leading `/' from member names [must-gather-78cmx] POD 2024-07-20T19:04:55.735705378Z tar: Removing leading `/' from member names [must-gather-78cmx] POD 2024-07-20T19:04:55.748920367Z ++ oc get nodes --no-headers -o custom-columns=:metadata.name [must-gather-78cmx] POD 2024-07-20T19:04:55.887711881Z + nodes='ip-10-0-25-72.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.887711881Z ip-10-0-26-69.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.887711881Z ip-10-0-56-30.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.887711881Z ip-10-0-57-22.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.887711881Z ip-10-0-89-129.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.887711881Z ip-10-0-92-157.us-east-2.compute.internal' [must-gather-78cmx] POD 2024-07-20T19:04:55.888361423Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:04:55.888430174Z + echo 'ip-10-0-25-72.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.888430174Z ip-10-0-26-69.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.888430174Z ip-10-0-56-30.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.888430174Z ip-10-0-57-22.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.888430174Z ip-10-0-89-129.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.888467005Z ip-10-0-92-157.us-east-2.compute.internal' [must-gather-78cmx] POD 2024-07-20T19:04:55.888502596Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- '{}' '/must-gather/nodes/{}' [must-gather-78cmx] POD 2024-07-20T19:04:55.890020334Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-25-72.us-east-2.compute.internal /must-gather/nodes/ip-10-0-25-72.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.890956612Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-26-69.us-east-2.compute.internal /must-gather/nodes/ip-10-0-26-69.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.891740357Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-56-30.us-east-2.compute.internal /must-gather/nodes/ip-10-0-56-30.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.893794235Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-57-22.us-east-2.compute.internal /must-gather/nodes/ip-10-0-57-22.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:55.894604231Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-89-129.us-east-2.compute.internal /must-gather/nodes/ip-10-0-89-129.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:56.172631596Z sh -c 'mkdir -p $2; oc adm node-logs ${node_log_collection_args} $1 -u NetworkManager > $2/${1}_logs_NetworkManager' -- ip-10-0-92-157.us-east-2.compute.internal /must-gather/nodes/ip-10-0-92-157.us-east-2.compute.internal [must-gather-78cmx] POD 2024-07-20T19:04:56.336685880Z + oc delete -f /etc/node-gather-ds.yaml [must-gather-78cmx] POD 2024-07-20T19:04:56.436190319Z daemonset.apps "node-gather-daemonset" deleted [must-gather-78cmx] POD 2024-07-20T19:04:56.446103407Z + oc delete -f /etc/node-gather-crd.yaml [must-gather-78cmx] POD 2024-07-20T19:04:56.587396919Z namespace "node-gather" deleted [must-gather-78cmx] POD 2024-07-20T19:04:56.596128664Z serviceaccount "node-gather" deleted [must-gather-78cmx] POD 2024-07-20T19:04:57.106355629Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:05:02.114378198Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:05:03.179662429Z running gather_ns [must-gather-78cmx] POD 2024-07-20T19:05:03.181844780Z +++ dirname -- /usr/bin/gather_ns [must-gather-78cmx] POD 2024-07-20T19:05:03.183377859Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:03.183415860Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:03.183692805Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:03.183723566Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:03.184460030Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:03.185940338Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:03.185976999Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:03.186364576Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:03.186532369Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:03.186532369Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:03.186532369Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:03.186532369Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:03.186532369Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:03.186532369Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:03.186559100Z + check_command [must-gather-78cmx] POD 2024-07-20T19:05:03.186572260Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:05:03.186583830Z + get_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:05:03.186583830Z + log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:05:03.186655132Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:03.186655132Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:03.186655132Z + node_log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:05:03.186655132Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:03.186677752Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:03.186677752Z + export log_collection_args [must-gather-78cmx] POD 2024-07-20T19:05:03.186677752Z + export node_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:05:03.186677752Z + namespaces=() [must-gather-78cmx] POD 2024-07-20T19:05:03.186725193Z + namespaces+=("${INSTALLATION_NAMESPACE}" openshift-operator-lifecycle-manager openshift-marketplace) [must-gather-78cmx] POD 2024-07-20T19:05:03.187660711Z ++ oc get network.config.openshift.io '-o=jsonpath={.items[0].spec.networkType}' [must-gather-78cmx] POD 2024-07-20T19:05:03.187738682Z ++ tr '[:upper:]' '[:lower:]' [must-gather-78cmx] POD 2024-07-20T19:05:03.322697024Z + NETWORK_TYPE=ovnkubernetes [must-gather-78cmx] POD 2024-07-20T19:05:03.322749365Z + [[ ovnkubernetes == \o\v\n\k\u\b\e\r\n\e\t\e\s ]] [must-gather-78cmx] POD 2024-07-20T19:05:03.322749365Z + namespaces+=(openshift-ovn-kubernetes) [must-gather-78cmx] POD 2024-07-20T19:05:03.322749365Z + namespaces+=(openshift-virtualization-os-images) [must-gather-78cmx] POD 2024-07-20T19:05:03.322749365Z + resources+=(cdi) [must-gather-78cmx] POD 2024-07-20T19:05:03.323380227Z + echo openshift-cnv openshift-operator-lifecycle-manager openshift-marketplace openshift-ovn-kubernetes openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:05:03.323517819Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:05:03.323517819Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:05:03.325246482Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:03.325803973Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-operator-lifecycle-manager [must-gather-78cmx] POD 2024-07-20T19:05:03.326870603Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-marketplace [must-gather-78cmx] POD 2024-07-20T19:05:03.327167019Z inspecting namespace openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:03.327702399Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-ovn-kubernetes [must-gather-78cmx] POD 2024-07-20T19:05:03.328622306Z inspecting namespace openshift-operator-lifecycle-manager [must-gather-78cmx] POD 2024-07-20T19:05:03.329253978Z inspecting namespace openshift-marketplace [must-gather-78cmx] POD 2024-07-20T19:05:03.330162525Z sh -c 'echo inspecting namespace $1 && oc adm inspect ${log_collection_args} --dest-dir "${BASE_COLLECTION_PATH}" namespace $1' -- openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:05:03.332421818Z inspecting namespace openshift-ovn-kubernetes [must-gather-78cmx] POD 2024-07-20T19:05:03.335647760Z inspecting namespace openshift-virtualization-os-images [must-gather-78cmx] POD 2024-07-20T19:05:03.619533918Z Gathering data for ns/openshift-virtualization-os-images... [must-gather-78cmx] POD 2024-07-20T19:05:03.666396938Z Gathering data for ns/openshift-operator-lifecycle-manager... [must-gather-78cmx] POD 2024-07-20T19:05:03.679465696Z Gathering data for ns/openshift-cnv... [must-gather-78cmx] POD 2024-07-20T19:05:03.682798019Z Gathering data for ns/openshift-marketplace... [must-gather-78cmx] POD 2024-07-20T19:05:03.696790835Z Gathering data for ns/openshift-ovn-kubernetes... [must-gather-78cmx] POD 2024-07-20T19:05:05.075672157Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-78cmx] POD 2024-07-20T19:05:05.172225760Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-78cmx] POD 2024-07-20T19:05:05.854438230Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-78cmx] POD 2024-07-20T19:05:05.946920515Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-78cmx] POD 2024-07-20T19:05:05.952581172Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-78cmx] POD 2024-07-20T19:05:06.047109107Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-78cmx] POD 2024-07-20T19:05:06.278492489Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:06.774635726Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-78cmx] POD 2024-07-20T19:05:06.872737628Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-78cmx] POD 2024-07-20T19:05:07.026043378Z W0720 19:05:07.022845 4477 util.go:195] skipping , failed to read event err: Object 'Kind' is missing in '' [must-gather-78cmx] POD 2024-07-20T19:05:07.190009601Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:07.243487616Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:05:07.882524725Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-78cmx] POD 2024-07-20T19:05:07.967018779Z Warning: kubevirt.io/v1 VirtualMachineInstancePresets is now deprecated and will be removed in v2. [must-gather-78cmx] POD 2024-07-20T19:05:08.197231869Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:08.773313203Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:08.904301480Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:08.912071427Z running gather_resources [must-gather-78cmx] POD 2024-07-20T19:05:08.914360451Z +++ dirname -- /usr/bin/gather_resources [must-gather-78cmx] POD 2024-07-20T19:05:08.916015702Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:08.916194976Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:08.916364119Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:08.916477391Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:08.917277766Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:08.918783645Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:08.918850536Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:08.919384926Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:08.919691782Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:08.919869856Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:08.920001758Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:08.920090990Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:08.920282303Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:08.920389725Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:08.920672511Z + check_command [must-gather-78cmx] POD 2024-07-20T19:05:08.920840904Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:05:08.920958736Z + get_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:05:08.921025907Z + log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:05:08.921106799Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:08.921188150Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:08.921246791Z + node_log_collection_args= [must-gather-78cmx] POD 2024-07-20T19:05:08.921288892Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:08.921332013Z + '[' -n '' ']' [must-gather-78cmx] POD 2024-07-20T19:05:08.921369944Z + export log_collection_args [must-gather-78cmx] POD 2024-07-20T19:05:08.921407515Z + export node_log_collection_args [must-gather-78cmx] POD 2024-07-20T19:05:08.921453506Z + resources=() [must-gather-78cmx] POD 2024-07-20T19:05:08.921494086Z + resources+=(catalogsource) [must-gather-78cmx] POD 2024-07-20T19:05:08.921535497Z + resources+=(Network-attachment-definitions) [must-gather-78cmx] POD 2024-07-20T19:05:08.921681850Z + resources+=(nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies) [must-gather-78cmx] POD 2024-07-20T19:05:08.921733921Z + resources+=(istag) [must-gather-78cmx] POD 2024-07-20T19:05:08.921840833Z + resources+=(nodes) [must-gather-78cmx] POD 2024-07-20T19:05:08.921905924Z + resources+=(machines) [must-gather-78cmx] POD 2024-07-20T19:05:08.921955475Z + /usr/bin/version [must-gather-78cmx] POD 2024-07-20T19:05:09.040359443Z Warning: apps.openshift.io/v1 DeploymentConfig is deprecated in v4.14+, unavailable in v4.10000+ [must-gather-78cmx] POD 2024-07-20T19:05:09.051648677Z + echo catalogsource Network-attachment-definitions nodenetworkstates nodenetworkconfigurationenactments nodenetworkconfigurationpolicies istag nodes machines [must-gather-78cmx] POD 2024-07-20T19:05:09.051915402Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:05:09.052068355Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:05:09.053560583Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- catalogsource [must-gather-78cmx] POD 2024-07-20T19:05:09.054072143Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- Network-attachment-definitions [must-gather-78cmx] POD 2024-07-20T19:05:09.054988030Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkstates [must-gather-78cmx] POD 2024-07-20T19:05:09.055276586Z inspecting catalogsource [must-gather-78cmx] POD 2024-07-20T19:05:09.056521879Z inspecting Network-attachment-definitions [must-gather-78cmx] POD 2024-07-20T19:05:09.057076290Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationenactments [must-gather-78cmx] POD 2024-07-20T19:05:09.058131000Z inspecting nodenetworkstates [must-gather-78cmx] POD 2024-07-20T19:05:09.058199901Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodenetworkconfigurationpolicies [must-gather-78cmx] POD 2024-07-20T19:05:09.060711269Z inspecting nodenetworkconfigurationenactments [must-gather-78cmx] POD 2024-07-20T19:05:09.061377291Z inspecting nodenetworkconfigurationpolicies [must-gather-78cmx] POD 2024-07-20T19:05:09.387596823Z error: the server doesn't have a resource type "nodenetworkconfigurationenactments" [must-gather-78cmx] POD 2024-07-20T19:05:09.403808811Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- istag [must-gather-78cmx] POD 2024-07-20T19:05:09.407163285Z inspecting istag [must-gather-78cmx] POD 2024-07-20T19:05:09.430348635Z error: the server doesn't have a resource type "nodenetworkstates" [must-gather-78cmx] POD 2024-07-20T19:05:09.437262876Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- nodes [must-gather-78cmx] POD 2024-07-20T19:05:09.442770511Z inspecting nodes [must-gather-78cmx] POD 2024-07-20T19:05:09.531844932Z error: the server doesn't have a resource type "nodenetworkconfigurationpolicies" [must-gather-78cmx] POD 2024-07-20T19:05:09.617323284Z sh -c 'echo "inspecting $1" && oc adm inspect ${log_collection_args} --dest-dir ${BASE_COLLECTION_PATH} --all-namespaces $1' -- machines [must-gather-78cmx] POD 2024-07-20T19:05:09.778465113Z inspecting machines [must-gather-78cmx] POD 2024-07-20T19:05:10.754473689Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:10.920505040Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:11.120557217Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:11.172279679Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:11.353318855Z Wrote inspect data to /must-gather. [must-gather-78cmx] POD 2024-07-20T19:05:11.359170197Z running gather_ssp [must-gather-78cmx] POD 2024-07-20T19:05:11.361256476Z +++ dirname -- /usr/bin/gather_ssp [must-gather-78cmx] POD 2024-07-20T19:05:11.362695013Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:11.362801506Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:11.362935508Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:11.363010990Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:11.363738813Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:11.365190251Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:11.365233392Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:11.365457186Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:11.365501837Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:11.365501837Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:11.365501837Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:11.365501837Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:11.365501837Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:11.365523397Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:11.365656840Z + check_command [must-gather-78cmx] POD 2024-07-20T19:05:11.365656840Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:05:11.366405854Z ++ /usr/bin/oc get templates --all-namespaces -l template.kubevirt.io/type=base -o 'jsonpath={range .items[*]}{.metadata.namespace}{"\n"}{end}' [must-gather-78cmx] POD 2024-07-20T19:05:11.366600798Z ++ uniq [must-gather-78cmx] POD 2024-07-20T19:05:11.608413157Z + namespaces=openshift [must-gather-78cmx] POD 2024-07-20T19:05:11.608745234Z + echo openshift [must-gather-78cmx] POD 2024-07-20T19:05:11.609004959Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:05:11.609204803Z + xargs -t '-I{}' -P 5 --max-args=1 command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- '{}' '/must-gather/namespaces/{}/templates' [must-gather-78cmx] POD 2024-07-20T19:05:11.610463627Z command sh -c 'mkdir -p $2; /usr/bin/oc get templates -n $1 -o yaml > $2/$1.yaml' -- openshift /must-gather/namespaces/openshift/templates [must-gather-78cmx] POD 2024-07-20T19:05:12.081213632Z + exit 0 [must-gather-78cmx] POD 2024-07-20T19:05:12.081564909Z running gather_virtualmachines [must-gather-78cmx] POD 2024-07-20T19:05:12.083680689Z +++ dirname -- /usr/bin/gather_virtualmachines [must-gather-78cmx] POD 2024-07-20T19:05:12.085200807Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.085269849Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:12.085575175Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.085729597Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:12.086492892Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:12.087902859Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.088087632Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:12.088700004Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:12.088732974Z + check_command [must-gather-78cmx] POD 2024-07-20T19:05:12.088732974Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:05:12.088746685Z + vmConvertor [must-gather-78cmx] POD 2024-07-20T19:05:12.099008850Z No VM found [must-gather-78cmx] POD 2024-07-20T19:05:12.100489078Z + exit 0 [must-gather-78cmx] POD 2024-07-20T19:05:12.100780953Z running gather_webhooks [must-gather-78cmx] POD 2024-07-20T19:05:12.102895574Z +++ dirname -- /usr/bin/gather_webhooks [must-gather-78cmx] POD 2024-07-20T19:05:12.104274270Z ++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.104334581Z ++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:12.104593436Z + DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.104678237Z + source /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:12.105464462Z ++++ dirname -- /usr/bin/common.sh [must-gather-78cmx] POD 2024-07-20T19:05:12.106767947Z +++ cd -- /usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.106910730Z +++ pwd [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ DIR_NAME=/usr/bin [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ export BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ BASE_COLLECTION_PATH=/must-gather [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ export PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ PROS=5 [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ export INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:12.107220705Z ++ INSTALLATION_NAMESPACE=openshift-cnv [must-gather-78cmx] POD 2024-07-20T19:05:12.107529101Z + check_command [must-gather-78cmx] POD 2024-07-20T19:05:12.107529101Z + [[ -z 1 ]] [must-gather-78cmx] POD 2024-07-20T19:05:12.107529101Z + export -f gather_validating_wh [must-gather-78cmx] POD 2024-07-20T19:05:12.107529101Z + export -f gather_mutating_wh [must-gather-78cmx] POD 2024-07-20T19:05:12.107895118Z ++ /usr/bin/oc get validatingwebhookconfiguration -o custom-columns=NAME:.metadata.name --no-headers [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z + validating_wh='admissionwebhook.noobaa.io-qjlq9 [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z alertmanagerconfigs.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z autoscaling.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z cdi-api-dataimportcron-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z cdi-api-datavolume-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z cdi-api-populator-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z cdi-api-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z cluster-baremetal-validating-webhook-configuration [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z controlplanemachineset.machine.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z machine-api [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z multus.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z network-node-identity.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z objecttransfer-api-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z performance-addon-operator [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z prometheusrules.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z snapshot.storage.k8s.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z validate-hco.kubevirt.io-cl2np [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z validate-hostpath-provisioner.kubevirt.io-cghcr [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z validation.ssp.kubevirt.io-l5gb8 [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z virt-api-validator [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z virt-operator-validator [must-gather-78cmx] POD 2024-07-20T19:05:12.235318645Z virt-template-validator' [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z + echo 'admissionwebhook.noobaa.io-qjlq9 [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z alertmanagerconfigs.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z autoscaling.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z cdi-api-dataimportcron-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z cdi-api-datavolume-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z cdi-api-populator-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z cdi-api-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z cluster-baremetal-validating-webhook-configuration [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z controlplanemachineset.machine.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z machine-api [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z multus.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z network-node-identity.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z objecttransfer-api-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z performance-addon-operator [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z prometheusrules.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z snapshot.storage.k8s.io [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z validate-hco.kubevirt.io-cl2np [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z validate-hostpath-provisioner.kubevirt.io-cghcr [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z validation.ssp.kubevirt.io-l5gb8 [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z virt-api-validator [must-gather-78cmx] POD 2024-07-20T19:05:12.235971837Z virt-operator-validator [must-gather-78cmx] POD 2024-07-20T19:05:12.236059059Z virt-template-validator' [must-gather-78cmx] POD 2024-07-20T19:05:12.236517228Z + xargs -t '-I{}' -P 5 --max-args=1 sh -c 'gather_validating_wh $1' -- '{}' [must-gather-78cmx] POD 2024-07-20T19:05:12.236725772Z + tr ' ' '\n' [must-gather-78cmx] POD 2024-07-20T19:05:12.238584747Z sh -c 'gather_validating_wh $1' -- admissionwebhook.noobaa.io-qjlq9 [must-gather-78cmx] POD 2024-07-20T19:05:12.239118107Z sh -c 'gather_validating_wh $1' -- alertmanagerconfigs.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.239717048Z sh -c 'gather_validating_wh $1' -- autoscaling.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:12.241852108Z sh -c 'gather_validating_wh $1' -- cdi-api-dataimportcron-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.242521821Z sh -c 'gather_validating_wh $1' -- cdi-api-datavolume-validate [must-gather-78cmx] POD 2024-07-20T19:05:12.469181532Z volume usage percentage 0 [must-gather-78cmx] POD 2024-07-20T19:05:13.234655474Z sh -c 'gather_validating_wh $1' -- cdi-api-populator-validate [must-gather-78cmx] POD 2024-07-20T19:05:13.366178957Z sh -c 'gather_validating_wh $1' -- cdi-api-validate [must-gather-78cmx] POD 2024-07-20T19:05:13.367915959Z sh -c 'gather_validating_wh $1' -- cluster-baremetal-validating-webhook-configuration [must-gather-78cmx] POD 2024-07-20T19:05:13.391924911Z sh -c 'gather_validating_wh $1' -- controlplanemachineset.machine.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:13.499301790Z sh -c 'gather_validating_wh $1' -- machine-api [must-gather-78cmx] POD 2024-07-20T19:05:14.199446033Z sh -c 'gather_validating_wh $1' -- multus.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:14.238909275Z sh -c 'gather_validating_wh $1' -- network-node-identity.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:14.301318599Z sh -c 'gather_validating_wh $1' -- objecttransfer-api-validate [must-gather-78cmx] POD 2024-07-20T19:05:14.313584949Z sh -c 'gather_validating_wh $1' -- performance-addon-operator [must-gather-78cmx] POD 2024-07-20T19:05:14.423755501Z sh -c 'gather_validating_wh $1' -- prometheusrules.openshift.io [must-gather-78cmx] POD 2024-07-20T19:05:15.298122800Z sh -c 'gather_validating_wh $1' -- snapshot.storage.k8s.io [must-gather-78cmx] POD 2024-07-20T19:05:15.344417810Z sh -c 'gather_validating_wh $1' -- validate-hco.kubevirt.io-cl2np [must-gather-78cmx] POD 2024-07-20T19:05:15.363887116Z sh -c 'gather_validating_wh $1' -- validate-hostpath-provisioner.kubevirt.io-cghcr [must-gather-78cmx] POD 2024-07-20T19:05:15.377636455Z Error from server (NotFound): namespaces "=4.14.1 <4.16.0' olm.targetNamespaces: openshift-cnv operatorframework.io/initialization-resource: '{"apiVersion":"hco.kubevirt.io/v1beta1","kind":"HyperConverged","metadata":{"annotations":{"deployOVS":"false"},"name":"kubevirt-hyperconverged","namespace":"openshift-cnv"},"spec":{}}' operatorframework.io/properties: '{"properties":[{"type":"olm.gvk","value":{"group":"aaq.kubevirt.io","kind":"AAQ","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"cdi.kubevirt.io","kind":"CDI","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"cdi.kubevirt.io","kind":"CDI","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"hco.kubevirt.io","kind":"HyperConverged","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"hostpathprovisioner.kubevirt.io","kind":"HostPathProvisioner","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"kubevirt.io","kind":"KubeVirt","version":"v1"}},{"type":"olm.gvk","value":{"group":"kubevirt.io","kind":"KubeVirt","version":"v1alpha3"}},{"type":"olm.gvk","value":{"group":"mtq.kubevirt.io","kind":"MTQ","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"networkaddonsoperator.network.kubevirt.io","kind":"NetworkAddonsConfig","version":"v1"}},{"type":"olm.gvk","value":{"group":"networkaddonsoperator.network.kubevirt.io","kind":"NetworkAddonsConfig","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"ssp.kubevirt.io","kind":"SSP","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"ssp.kubevirt.io","kind":"SSP","version":"v1beta2"}},{"type":"olm.package","value":{"packageName":"kubevirt-hyperconverged","version":"4.16.1"}}]}' operatorframework.io/suggested-namespace: openshift-cnv operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware","fips","sno"]' operators.openshift.io/must-gather-image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]' operators.operatorframework.io/internal-objects: '["networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io","kubevirts.kubevirt.io","ssps.ssp.kubevirt.io","ssps.ssp.kubevirt.io","cdis.cdi.kubevirt.io","mtqs.mtq.kubevirt.io","aaqs.aaq.kubevirt.io"]' repository: https://github.com/kubevirt/hyperconverged-cluster-operator support: Red Hat test-images-nvrs: kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5 creationTimestamp: null labels: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-operator spec: containers: - command: - hyperconverged-cluster-operator env: - name: WEBHOOK_MODE value: "false" - name: APP value: OPERATOR - name: KVM_EMULATION - name: OPERATOR_IMAGE value: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264 - name: OPERATOR_NAME value: hyperconverged-cluster-operator - name: OPERATOR_NAMESPACE value: openshift-cnv - name: POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: VIRTIOWIN_CONTAINER value: registry.redhat.io/container-native-virtualization/virtio-win-rhel9@sha256:584857c3d7cee20877a4ea135fb58fd7721dfc04a23a6c76580eba9facd6e6c0 - name: SMBIOS value: |- Family: Red Hat Product: OpenShift Virtualization Manufacturer: Red Hat Version: 4.16.1 - name: MACHINETYPE - name: AMD64_MACHINETYPE value: pc-q35-rhel9.4.0 - name: ARM64_MACHINETYPE value: virt - name: HCO_KV_IO_VERSION value: 4.16.1 - name: KUBEVIRT_VERSION value: sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 - name: CDI_VERSION value: 4.16.1 - name: NETWORK_ADDONS_VERSION value: sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381 - name: SSP_VERSION value: 4.16.1 - name: HPPO_VERSION value: 4.16.1 - name: MTQ_VERSION value: 4.16.1 - name: AAQ_VERSION value: 4.16.1 - name: KV_CONSOLE_PLUGIN_IMAGE value: registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2 - name: KV_CONSOLE_PROXY_IMAGE value: registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec - name: VIRTCTL_DOWNLOAD_URL value: https://access.redhat.com/downloads/content/473 - name: VIRTCTL_DOWNLOAD_TEXT value: Red Hat Customer Portal binary download (Linux, MacOSX, and Microsoft Windows) - name: OPERATOR_CONDITION_NAME value: kubevirt-hyperconverged-operator.v4.16.1 image: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: path: /livez port: 6060 scheme: HTTP initialDelaySeconds: 30 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 1 name: hyperconverged-cluster-operator readinessProbe: failureThreshold: 1 httpGet: path: /readyz port: 6060 scheme: HTTP initialDelaySeconds: 5 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 1 resources: requests: cpu: 10m memory: 96Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL terminationMessagePath: /dev/termination-log terminationMessagePolicy: File dnsPolicy: ClusterFirst priorityClassName: system-cluster-critical restartPolicy: Always schedulerName: default-scheduler securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault serviceAccount: hyperconverged-cluster-operator serviceAccountName: hyperconverged-cluster-operator terminationGracePeriodSeconds: 30 status: conditions: - lastTransitionTime: "2024-07-20T18:17:23Z" lastUpdateTime: "2024-07-20T18:17:23Z" message: Deployment has minimum availability. reason: MinimumReplicasAvailable status: "True" type: Available - lastTransitionTime: "2024-07-20T18:17:02Z" lastUpdateTime: "2024-07-20T18:17:23Z" message: ReplicaSet "hco-operator-5d677fbd49" has successfully progressed. reason: NewReplicaSetAvailable status: "True" type: Progressing observedGeneration: 5 Command: oc get hyperconvergeds -n openshift-cnv kubevirt-hyperconverged -o yaml apiVersion: hco.kubevirt.io/v1beta1 kind: HyperConverged metadata: creationTimestamp: "2024-07-20T18:17:44Z" finalizers: - kubevirt.io/hyperconverged generation: 2 labels: app: kubevirt-hyperconverged name: kubevirt-hyperconverged namespace: openshift-cnv resourceVersion: "95573" uid: ace53535-5650-4f26-a38a-6e394153a67c spec: certConfig: ca: duration: 48h0m0s renewBefore: 24h0m0s server: duration: 24h0m0s renewBefore: 12h0m0s evictionStrategy: LiveMigrate featureGates: alignCPUs: false autoResourceLimits: false deployKubeSecondaryDNS: false deployTektonTaskResources: false deployVmConsoleProxy: false disableMDevConfiguration: false downwardMetrics: false enableApplicationAwareQuota: false enableCommonBootImageImport: true enableManagedTenantQuota: false nonRoot: true persistentReservation: false withHostPassthroughCPU: false higherWorkloadDensity: memoryOvercommitPercentage: 100 infra: {} liveMigrationConfig: allowAutoConverge: false allowPostCopy: false completionTimeoutPerGiB: 800 parallelMigrationsPerCluster: 5 parallelOutboundMigrationsPerNode: 2 progressTimeout: 150 resourceRequirements: vmiCPUAllocationRatio: 10 uninstallStrategy: BlockUninstallIfWorkloadsExist virtualMachineOptions: disableFreePageReporting: false disableSerialConsoleLog: true workloadUpdateStrategy: batchEvictionInterval: 1m0s batchEvictionSize: 10 workloadUpdateMethods: - LiveMigrate workloads: {} status: conditions: - lastTransitionTime: "2024-07-20T18:18:22Z" message: Reconcile completed successfully observedGeneration: 2 reason: ReconcileCompleted status: "True" type: ReconcileComplete - lastTransitionTime: "2024-07-20T18:19:42Z" message: Reconcile completed successfully observedGeneration: 2 reason: ReconcileCompleted status: "True" type: Available - lastTransitionTime: "2024-07-20T18:19:42Z" message: Reconcile completed successfully observedGeneration: 2 reason: ReconcileCompleted status: "False" type: Progressing - lastTransitionTime: "2024-07-20T18:19:40Z" message: Reconcile completed successfully observedGeneration: 2 reason: ReconcileCompleted status: "False" type: Degraded - lastTransitionTime: "2024-07-20T18:19:42Z" message: Reconcile completed successfully observedGeneration: 2 reason: ReconcileCompleted status: "True" type: Upgradeable dataImportCronTemplates: - metadata: annotations: cdi.kubevirt.io/storage.bind.immediate.requested: "true" labels: instancetype.kubevirt.io/default-instancetype: u1.medium instancetype.kubevirt.io/default-preference: centos.7 name: centos-7-image-cron spec: garbageCollect: Outdated managedDataSource: centos7 schedule: 2 3/12 * * * template: metadata: {} spec: source: registry: pullMethod: node url: docker://quay.io/containerdisks/centos:7-2009 storage: resources: requests: storage: 30Gi status: {} status: commonTemplate: true - metadata: annotations: cdi.kubevirt.io/storage.bind.immediate.requested: "true" labels: instancetype.kubevirt.io/default-instancetype: u1.medium instancetype.kubevirt.io/default-preference: centos.stream8 name: centos-stream8-image-cron spec: garbageCollect: Outdated managedDataSource: centos-stream8 schedule: 2 3/12 * * * template: metadata: {} spec: source: registry: pullMethod: node url: docker://quay.io/containerdisks/centos-stream:8 storage: resources: requests: storage: 30Gi status: {} status: commonTemplate: true - metadata: annotations: cdi.kubevirt.io/storage.bind.immediate.requested: "true" labels: instancetype.kubevirt.io/default-instancetype: u1.medium instancetype.kubevirt.io/default-preference: centos.stream9 kubevirt.io/dynamic-credentials-support: "true" name: centos-stream9-image-cron spec: garbageCollect: Outdated managedDataSource: centos-stream9 schedule: 2 3/12 * * * template: metadata: {} spec: source: registry: pullMethod: node url: docker://quay.io/containerdisks/centos-stream:9 storage: resources: requests: storage: 30Gi status: {} status: commonTemplate: true - metadata: annotations: cdi.kubevirt.io/storage.bind.immediate.requested: "true" labels: instancetype.kubevirt.io/default-instancetype: u1.medium instancetype.kubevirt.io/default-preference: fedora kubevirt.io/dynamic-credentials-support: "true" name: fedora-image-cron spec: garbageCollect: Outdated managedDataSource: fedora schedule: 2 3/12 * * * template: metadata: {} spec: source: registry: pullMethod: node url: docker://quay.io/containerdisks/fedora:latest storage: resources: requests: storage: 30Gi status: {} status: commonTemplate: true - metadata: annotations: cdi.kubevirt.io/storage.bind.immediate.requested: "true" labels: instancetype.kubevirt.io/default-instancetype: u1.medium instancetype.kubevirt.io/default-preference: rhel.8 name: rhel8-image-cron spec: garbageCollect: Outdated managedDataSource: rhel8 schedule: 2 3/12 * * * template: metadata: {} spec: source: registry: imageStream: rhel8-guest pullMethod: node storage: resources: requests: storage: 30Gi status: {} status: commonTemplate: true - metadata: annotations: cdi.kubevirt.io/storage.bind.immediate.requested: "true" labels: instancetype.kubevirt.io/default-instancetype: u1.medium instancetype.kubevirt.io/default-preference: rhel.9 kubevirt.io/dynamic-credentials-support: "true" name: rhel9-image-cron spec: garbageCollect: Outdated managedDataSource: rhel9 schedule: 2 3/12 * * * template: metadata: {} spec: source: registry: imageStream: rhel9-guest pullMethod: node storage: resources: requests: storage: 30Gi status: {} status: commonTemplate: true dataImportSchedule: 2 3/12 * * * observedGeneration: 2 relatedObjects: - apiVersion: monitoring.coreos.com/v1 kind: PrometheusRule name: kubevirt-hyperconverged-prometheus-rule namespace: openshift-cnv resourceVersion: "89387" uid: f0fa80a0-e57d-4536-8587-2e2cba286cd9 - apiVersion: rbac.authorization.k8s.io/v1 kind: Role name: hyperconverged-cluster-operator-metrics namespace: openshift-cnv resourceVersion: "89400" uid: d13747ac-18a0-450d-a788-0dae1984d1df - apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding name: hyperconverged-cluster-operator-metrics namespace: openshift-cnv resourceVersion: "89404" uid: d588cd2a-b7ae-4a12-8eb1-1eae3aa2f6a4 - apiVersion: v1 kind: Service name: kubevirt-hyperconverged-operator-metrics namespace: openshift-cnv resourceVersion: "89409" uid: a6451f6c-194a-4439-8c06-7cbeadee5e9c - apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor name: kubevirt-hyperconverged-operator-metrics namespace: openshift-cnv resourceVersion: "89410" uid: df04a7bb-765d-44ce-bd5a-57b85e5c47f5 - apiVersion: scheduling.k8s.io/v1 kind: PriorityClass name: kubevirt-cluster-critical resourceVersion: "89375" uid: 333d6a44-dfca-4f05-a731-5af1323687b2 - apiVersion: kubevirt.io/v1 kind: KubeVirt name: kubevirt-kubevirt-hyperconverged namespace: openshift-cnv resourceVersion: "95572" uid: d90b7326-fd8a-49b2-b565-2dceaf08826e - apiVersion: cdi.kubevirt.io/v1beta1 kind: CDI name: cdi-kubevirt-hyperconverged resourceVersion: "91781" uid: a77bff10-1265-4244-9194-c90d23d8ca3c - apiVersion: networkaddonsoperator.network.kubevirt.io/v1 kind: NetworkAddonsConfig name: cluster resourceVersion: "92559" uid: d7650128-2444-4020-ab0b-6ac2df8bd98c - apiVersion: ssp.kubevirt.io/v1beta2 kind: SSP name: ssp-kubevirt-hyperconverged namespace: openshift-cnv resourceVersion: "95543" uid: b91ee09f-fac1-4b06-9813-bfb1013a4029 - apiVersion: console.openshift.io/v1 kind: ConsoleCLIDownload name: virtctl-clidownloads-kubevirt-hyperconverged resourceVersion: "90243" uid: 1e6642ac-c8d5-43bf-8546-37c0a442431e - apiVersion: route.openshift.io/v1 kind: Route name: hyperconverged-cluster-cli-download namespace: openshift-cnv resourceVersion: "90262" uid: 2aaa24ad-96ad-4e9b-ad6f-7a6098e9558b - apiVersion: v1 kind: Service name: hyperconverged-cluster-cli-download namespace: openshift-cnv resourceVersion: "90265" uid: dfae2a62-768a-46ce-82a1-a5f9e5891c86 - apiVersion: v1 kind: Service name: kubevirt-console-plugin-service namespace: openshift-cnv resourceVersion: "90309" uid: 84d7130d-47f1-460e-b4ce-6ce750ad6cbc - apiVersion: v1 kind: Service name: kubevirt-apiserver-proxy-service namespace: openshift-cnv resourceVersion: "90337" uid: 5b1bcbe2-08a4-4888-89e3-acf7077c812a - apiVersion: console.openshift.io/v1 kind: ConsoleQuickStart name: windows-bootsource-pipeline resourceVersion: "90302" uid: eb67d0ca-49d5-49a6-8cda-7edbcf009adb - apiVersion: console.openshift.io/v1 kind: ConsoleQuickStart name: creating-virtual-machine resourceVersion: "90306" uid: 1d9316fb-bdf7-4347-b6fe-071a04a2cb1e - apiVersion: console.openshift.io/v1 kind: ConsoleQuickStart name: creating-virtual-machine-from-volume resourceVersion: "90313" uid: a21b4dee-728b-4246-ba7a-521e3da0a62c - apiVersion: console.openshift.io/v1 kind: ConsoleQuickStart name: upload-boot-source resourceVersion: "90322" uid: b2f4f878-66eb-4ca6-91ea-7bbdbaf0565f - apiVersion: v1 kind: ConfigMap name: grafana-dashboard-kubevirt-top-consumers namespace: openshift-config-managed resourceVersion: "90325" uid: b02377f4-0ba2-498b-986e-b271b245908d - apiVersion: image.openshift.io/v1 kind: ImageStream name: rhel8-guest namespace: openshift-virtualization-os-images resourceVersion: "92548" uid: 6e10d58a-319a-45fb-88ac-f81ae945e718 - apiVersion: image.openshift.io/v1 kind: ImageStream name: rhel9-guest namespace: openshift-virtualization-os-images resourceVersion: "92530" uid: 42317474-431a-491c-a194-5890a2866a3d - apiVersion: v1 kind: ConfigMap name: virtio-win namespace: openshift-cnv resourceVersion: "92361" uid: 96e90018-9367-4d87-a4d9-51f06f7a9b58 - apiVersion: rbac.authorization.k8s.io/v1 kind: Role name: virtio-win namespace: openshift-cnv resourceVersion: "92415" uid: a0ec9475-84fa-4c3a-900f-88230599be97 - apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding name: virtio-win namespace: openshift-cnv resourceVersion: "92428" uid: a16547c6-dab4-4d15-a7fb-a7df187974ea - apiVersion: apps/v1 kind: Deployment name: kubevirt-console-plugin namespace: openshift-cnv resourceVersion: "92905" uid: 068f349b-8273-4d20-9298-ec697eed3160 - apiVersion: apps/v1 kind: Deployment name: kubevirt-apiserver-proxy namespace: openshift-cnv resourceVersion: "92750" uid: 4d81f390-ca95-4dd3-86e0-4b66cf3c2c66 - apiVersion: v1 kind: ConfigMap name: nginx-conf namespace: openshift-cnv resourceVersion: "92442" uid: 80a0a9b9-7f9f-437d-9372-f911ed2067ab - apiVersion: console.openshift.io/v1 kind: ConsolePlugin name: kubevirt-plugin resourceVersion: "92447" uid: 4533e3df-052d-4de0-8454-7ffa37953629 systemHealthStatus: healthy versions: - name: operator version: 4.16.1 Status of Operator object: kind=hyperconvergeds.hco.kubevirt.io name=kubevirt-hyperconverged Command: oc get hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" ReconcileComplete True Reconcile completed successfully Available True Reconcile completed successfully Progressing False Reconcile completed successfully Degraded False Reconcile completed successfully Upgradeable True Reconcile completed successfully Status of Operator object: kind=PrometheusRule name=kubevirt-hyperconverged-prometheus-rule Command: oc get PrometheusRule kubevirt-hyperconverged-prometheus-rule -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Role name=hyperconverged-cluster-operator-metrics Command: oc get Role hyperconverged-cluster-operator-metrics -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=RoleBinding name=hyperconverged-cluster-operator-metrics Command: oc get RoleBinding hyperconverged-cluster-operator-metrics -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Service name=kubevirt-hyperconverged-operator-metrics Command: oc get Service kubevirt-hyperconverged-operator-metrics -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ServiceMonitor name=kubevirt-hyperconverged-operator-metrics Command: oc get ServiceMonitor kubevirt-hyperconverged-operator-metrics -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=PriorityClass name=kubevirt-cluster-critical Command: oc get PriorityClass kubevirt-cluster-critical -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=KubeVirt name=kubevirt-kubevirt-hyperconverged Command: oc get KubeVirt kubevirt-kubevirt-hyperconverged -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Available True All components are ready. Progressing False All components are ready. Degraded False All components are ready. Created True All resources were created. Status of Operator object: kind=CDI name=cdi-kubevirt-hyperconverged Command: oc get CDI cdi-kubevirt-hyperconverged -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Available True Deployment Completed Progressing False Degraded False Status of Operator object: kind=NetworkAddonsConfig name=cluster Command: oc get NetworkAddonsConfig cluster -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Progressing False Degraded False Available True Status of Operator object: kind=SSP name=ssp-kubevirt-hyperconverged Command: oc get SSP ssp-kubevirt-hyperconverged -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Available True All SSP resources are available Progressing False No SSP resources are progressing Degraded False No SSP resources are degraded Status of Operator object: kind=ConsoleCLIDownload name=virtctl-clidownloads-kubevirt-hyperconverged Command: oc get ConsoleCLIDownload virtctl-clidownloads-kubevirt-hyperconverged -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Route name=hyperconverged-cluster-cli-download Command: oc get Route hyperconverged-cluster-cli-download -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Service name=hyperconverged-cluster-cli-download Command: oc get Service hyperconverged-cluster-cli-download -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Service name=kubevirt-console-plugin-service Command: oc get Service kubevirt-console-plugin-service -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Service name=kubevirt-apiserver-proxy-service Command: oc get Service kubevirt-apiserver-proxy-service -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ConsoleQuickStart name=windows-bootsource-pipeline Command: oc get ConsoleQuickStart windows-bootsource-pipeline -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ConsoleQuickStart name=creating-virtual-machine Command: oc get ConsoleQuickStart creating-virtual-machine -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ConsoleQuickStart name=creating-virtual-machine-from-volume Command: oc get ConsoleQuickStart creating-virtual-machine-from-volume -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ConsoleQuickStart name=upload-boot-source Command: oc get ConsoleQuickStart upload-boot-source -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ImageStream name=rhel8-guest Command: oc get ImageStream rhel8-guest -n openshift-virtualization-os-images -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=ImageStream name=rhel9-guest Command: oc get ImageStream rhel9-guest -n openshift-virtualization-os-images -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Role name=virtio-win Command: oc get Role virtio-win -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=RoleBinding name=virtio-win Command: oc get RoleBinding virtio-win -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Status of Operator object: kind=Deployment name=kubevirt-console-plugin Command: oc get Deployment kubevirt-console-plugin -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Available True Deployment has minimum availability. Progressing True ReplicaSet "kubevirt-console-plugin-5f875d9655" has successfully progressed. Status of Operator object: kind=Deployment name=kubevirt-apiserver-proxy Command: oc get Deployment kubevirt-apiserver-proxy -n openshift-cnv -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" Available True Deployment has minimum availability. Progressing True ReplicaSet "kubevirt-apiserver-proxy-5c65bdf585" has successfully progressed. Status of Operator object: kind=ConsolePlugin name=kubevirt-plugin Command: oc get ConsolePlugin kubevirt-plugin -o=jsonpath="{range .status.conditions[*]}{.type}{'\t'}{.status}{'\t'}{.message}{'\n'}{end}" ====================== ClusterServiceVersions ====================== Command: oc get clusterserviceversions -n openshift-cnv NAME DISPLAY VERSION REPLACES PHASE kubevirt-hyperconverged-operator.v4.16.1 OpenShift Virtualization 4.16.1 kubevirt-hyperconverged-operator.v4.16.0 Succeeded Command: oc get clusterserviceversions -n openshift-cnv -o yaml apiVersion: v1 items: - apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion metadata: annotations: alm-examples: '[{"apiVersion":"hco.kubevirt.io/v1beta1","kind":"HyperConverged","metadata":{"annotations":{"deployOVS":"false"},"name":"kubevirt-hyperconverged","namespace":"openshift-cnv"},"spec":{}},{"apiVersion":"networkaddonsoperator.network.kubevirt.io/v1","kind":"NetworkAddonsConfig","metadata":{"name":"cluster"},"spec":{"imagePullPolicy":"IfNotPresent","kubeMacPool":{"rangeEnd":"FD:FF:FF:FF:FF:FF","rangeStart":"02:00:00:00:00:00"},"linuxBridge":{},"macvtap":{},"multus":{},"ovs":{}}},{"apiVersion":"kubevirt.io/v1","kind":"KubeVirt","metadata":{"name":"kubevirt","namespace":"kubevirt"},"spec":{"imagePullPolicy":"Always"}},{"apiVersion":"ssp.kubevirt.io/v1beta2","kind":"SSP","metadata":{"name":"ssp-sample","namespace":"kubevirt"},"spec":{"commonTemplates":{"namespace":"kubevirt"},"featureGates":{"deployVmConsoleProxy":true},"templateValidator":{"replicas":2}}},{"apiVersion":"cdi.kubevirt.io/v1beta1","kind":"CDI","metadata":{"name":"cdi","namespace":"cdi"},"spec":{"imagePullPolicy":"IfNotPresent"}},{"apiVersion":"hostpathprovisioner.kubevirt.io/v1beta1","kind":"HostPathProvisioner","metadata":{"name":"hostpath-provisioner"},"spec":{"imagePullPolicy":"IfNotPresent","storagePools":[{"name":"local","path":"/var/hpvolumes","pvcTemplate":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"50Gi"}}}}],"workload":{"nodeSelector":{"kubernetes.io/os":"linux"}}}},{"apiVersion":"mtq.kubevirt.io/v1alpha1","kind":"MTQ","metadata":{"name":"mtq","namespace":"mtq"},"spec":{"imagePullPolicy":"IfNotPresent"}},{"apiVersion":"aaq.kubevirt.io/v1alpha1","kind":"AAQ","metadata":{"name":"aaq","namespace":"aaq"},"spec":{"imagePullPolicy":"IfNotPresent"}}]' capabilities: Deep Insights categories: OpenShift Optional certified: "true" console.openshift.io/disable-operand-delete: "true" containerImage: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264 createdAt: "2024-07-20 12:46:44" description: Creates and maintains an OpenShift Virtualization Deployment features.operators.openshift.io/cnf: "false" features.operators.openshift.io/cni: "true" features.operators.openshift.io/csi: "true" features.operators.openshift.io/disconnected: "true" features.operators.openshift.io/fips-compliant: "true" features.operators.openshift.io/proxy-aware: "true" features.operators.openshift.io/tls-profiles: "true" features.operators.openshift.io/token-auth-aws: "false" features.operators.openshift.io/token-auth-azure: "false" features.operators.openshift.io/token-auth-gcp: "false" olm.operatorGroup: openshift-cnv-group olm.operatorNamespace: openshift-cnv olm.skipRange: '>=4.14.1 <4.16.0' olm.targetNamespaces: openshift-cnv operatorframework.io/initialization-resource: '{"apiVersion":"hco.kubevirt.io/v1beta1","kind":"HyperConverged","metadata":{"annotations":{"deployOVS":"false"},"name":"kubevirt-hyperconverged","namespace":"openshift-cnv"},"spec":{}}' operatorframework.io/properties: '{"properties":[{"type":"olm.gvk","value":{"group":"aaq.kubevirt.io","kind":"AAQ","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"cdi.kubevirt.io","kind":"CDI","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"cdi.kubevirt.io","kind":"CDI","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"hco.kubevirt.io","kind":"HyperConverged","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"hostpathprovisioner.kubevirt.io","kind":"HostPathProvisioner","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"kubevirt.io","kind":"KubeVirt","version":"v1"}},{"type":"olm.gvk","value":{"group":"kubevirt.io","kind":"KubeVirt","version":"v1alpha3"}},{"type":"olm.gvk","value":{"group":"mtq.kubevirt.io","kind":"MTQ","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"networkaddonsoperator.network.kubevirt.io","kind":"NetworkAddonsConfig","version":"v1"}},{"type":"olm.gvk","value":{"group":"networkaddonsoperator.network.kubevirt.io","kind":"NetworkAddonsConfig","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"ssp.kubevirt.io","kind":"SSP","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"ssp.kubevirt.io","kind":"SSP","version":"v1beta2"}},{"type":"olm.package","value":{"packageName":"kubevirt-hyperconverged","version":"4.16.1"}}]}' operatorframework.io/suggested-namespace: openshift-cnv operators.openshift.io/infrastructure-features: '["disconnected","proxy-aware","fips","sno"]' operators.openshift.io/must-gather-image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 operators.openshift.io/valid-subscription: '["OpenShift Kubernetes Engine", "OpenShift Container Platform", "OpenShift Platform Plus"]' operators.operatorframework.io/internal-objects: '["networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io","kubevirts.kubevirt.io","ssps.ssp.kubevirt.io","ssps.ssp.kubevirt.io","cdis.cdi.kubevirt.io","mtqs.mtq.kubevirt.io","aaqs.aaq.kubevirt.io"]' repository: https://github.com/kubevirt/hyperconverged-cluster-operator support: Red Hat test-images-nvrs: kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5 creationTimestamp: "2024-07-20T18:16:49Z" finalizers: - operators.coreos.com/csv-cleanup generation: 1 labels: olm.managed: "true" operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported operatorframework.io/os.linux: supported operators.coreos.com/kubevirt-hyperconverged.openshift-cnv: "" name: kubevirt-hyperconverged-operator.v4.16.1 namespace: openshift-cnv resourceVersion: "92196" uid: 73f98bcb-53ec-46f0-8868-177dea22aadf spec: apiservicedefinitions: {} cleanup: enabled: false customresourcedefinitions: owned: - description: Represents the deployment of OpenShift Virtualization displayName: OpenShift Virtualization Deployment kind: HyperConverged name: hyperconvergeds.hco.kubevirt.io specDescriptors: - description: nodeAffinity describes node affinity scheduling rules for the infra pods. displayName: Infra components node affinity path: infra.nodePlacement.affinity.nodeAffinity x-descriptors: - urn:alm:descriptor:com.tectonic.ui:nodeAffinity - description: podAffinity describes pod affinity scheduling rules for the infra pods. displayName: Infra components pod affinity path: infra.nodePlacement.affinity.podAffinity x-descriptors: - urn:alm:descriptor:com.tectonic.ui:podAffinity - description: podAntiAffinity describes pod anti affinity scheduling rules for the infra pods. displayName: Infra components pod anti-affinity path: infra.nodePlacement.affinity.podAntiAffinity x-descriptors: - urn:alm:descriptor:com.tectonic.ui:podAntiAffinity - description: nodeAffinity describes node affinity scheduling rules for the workloads pods. displayName: Workloads components node affinity path: workloads.nodePlacement.affinity.nodeAffinity x-descriptors: - urn:alm:descriptor:com.tectonic.ui:nodeAffinity - description: podAffinity describes pod affinity scheduling rules for the workloads pods. displayName: Workloads components pod affinity path: workloads.nodePlacement.affinity.podAffinity x-descriptors: - urn:alm:descriptor:com.tectonic.ui:podAffinity - description: podAntiAffinity describes pod anti affinity scheduling rules for the workloads pods. displayName: Workloads components pod anti-affinity path: workloads.nodePlacement.affinity.podAntiAffinity x-descriptors: - urn:alm:descriptor:com.tectonic.ui:podAntiAffinity - description: HIDDEN FIELDS - operator version. displayName: HIDDEN FIELDS - operator version path: version x-descriptors: - urn:alm:descriptor:com.tectonic.ui:hidden version: v1beta1 - description: Cluster Network Addons displayName: Cluster Network Addons kind: NetworkAddonsConfig name: networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io version: v1 - description: Represents a KubeVirt deployment displayName: KubeVirt deployment kind: KubeVirt name: kubevirts.kubevirt.io version: v1 - kind: SSP name: ssps.ssp.kubevirt.io version: v1beta1 - description: SSP is the Schema for the ssps API displayName: SSP kind: SSP name: ssps.ssp.kubevirt.io version: v1beta2 - description: Represents a CDI deployment displayName: CDI deployment kind: CDI name: cdis.cdi.kubevirt.io version: v1beta1 - description: Represents the deployment of HostPathProvisioner displayName: HostPathProvisioner Deployment kind: HostPathProvisioner name: hostpathprovisioners.hostpathprovisioner.kubevirt.io version: v1beta1 - description: Represents a MTQ deployment displayName: MTQ deployment kind: MTQ name: mtqs.mtq.kubevirt.io version: v1alpha1 - description: Represents a AAQ deployment displayName: AAQ deployment kind: AAQ name: aaqs.aaq.kubevirt.io version: v1alpha1 description: |- # Requirements Your cluster must be installed on bare metal infrastructure with Red Hat Enterprise Linux CoreOS workers. # Details **OpenShift Virtualization** extends Red Hat OpenShift Container Platform, allowing you to host and manage virtualized workloads on the same platform as container-based workloads. From the OpenShift Container Platform web console, you can import a VMware virtual machine from vSphere, create new or clone existing VMs, perform live migrations between nodes, and more. You can use OpenShift Virtualization to manage both Linux and Windows VMs. The technology behind OpenShift Virtualization is developed in the [KubeVirt](https://kubevirt.io) open source community. The KubeVirt project extends [Kubernetes](https://kubernetes.io) by adding additional virtualization resource types through [Custom Resource Definitions](https://kubernetes.io/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions/) (CRDs). Administrators can use Custom Resource Definitions to manage `VirtualMachine` resources alongside all other resources that Kubernetes provides. displayName: OpenShift Virtualization icon: - base64data: PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJJY29ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzggMzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZTAwO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwxLjA1SDEwQzUuMDMsMS4wNSwxLDUuMDgsMSwxMC4wNVYyOC4wNWMwLDQuOTcsNC4wMyw5LDksOUgyOGM0Ljk3LDAsOS00LjAzLDktOVYxMC4wNWMwLTQuOTctNC4wMy05LTktOWgwWiIvPjxwYXRoIGQ9Ik0yOCwyLjNjNC4yNywwLDcuNzUsMy40OCw3Ljc1LDcuNzVWMjguMDVjMCw0LjI3LTMuNDgsNy43NS03Ljc1LDcuNzVIMTBjLTQuMjcsMC03Ljc1LTMuNDgtNy43NS03Ljc1VjEwLjA1YzAtNC4yNywzLjQ4LTcuNzUsNy43NS03Ljc1SDI4bTAtMS4yNUgxMEM1LjAzLDEuMDUsMSw1LjA4LDEsMTAuMDVWMjguMDVjMCw0Ljk3LDQuMDMsOSw5LDlIMjhjNC45NywwLDktNC4wMyw5LTlWMTAuMDVjMC00Ljk3LTQuMDMtOS05LTloMFoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYuNTQsMjQuNzRjLS4xNy0uMy0uNTUtLjQtLjg1LS4yM2wtNi43LDMuODMtNi44Ni0zLjY3Yy0uMy0uMTctLjY4LS4wNS0uODUsLjI2LS4xNiwuMy0uMDUsLjY4LC4yNiwuODVsNy4xNSwzLjgzaC4wMWMuMDksLjA2LC4xOSwuMDgsLjI5LC4wOGgwYy4xLDAsLjIxLS4wMywuMzEtLjA4bDctNGMuMy0uMTcsLjQtLjU1LC4yMy0uODVaIi8+PGc+PHBhdGggZD0iTTI2LjQ3LDEyLjY0aDBzLS4wNS0uMDUtLjA3LS4wN2MtLjAzLS4wMy0uMDctLjA1LS4xLS4wN2wtNi45OS0zLjk5Yy0uMzEtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bDYuMDUsMy40Ni01Ljc0LDMuMjgtLjIzLS4xM2MtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC4yMywuMTN2Ni43MmMtLjE5LC4wMy0uMzYsLjEyLS40NiwuMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOGgwYy4xMSwwLC4yMS0uMDMsLjMxLS4wOGw3LTRjLjE5LS4xMSwuMzEtLjMyLC4zMS0uNTRWMTMuMDVoMGMwLS4xNi0uMDYtLjMtLjE1LS40MVptLTEuMSw4LjA0bC01Ljc1LDMuMjl2LTYuNTZsNS43NS0zLjI5djYuNTZaIi8+PHBhdGggZD0iTTEzLjc3LDEyLjYzYy4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2cy0uNTYtLjM5LS44Ni0uMjFsLTEuMDcsLjY0Yy0uMywuMTgtLjM5LC41Ni0uMjEsLjg2LC4xMiwuMiwuMzIsLjMsLjU0LC4zWiIvPjxwYXRoIGQ9Ik0xOC4wMSw5LjQ5Yy0uMTgtLjI5LS41Ni0uMzktLjg2LS4yMWwtMS4wNywuNjRjLS4zLC4xOC0uMzksLjU2LS4yMSwuODYsLjEyLC4xOSwuMzIsLjMsLjU0LC4zLC4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2WiIvPjxwYXRoIGQ9Ik0xNS4xMSwyMi4xMWwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMjMuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIuODUsMjAuODFsLS4yMy0uMTN2LS4yNmMwLS4zNC0uMjgtLjYyLS42Mi0uNjJzLS42MiwuMjgtLjYyLC42MnYuNjJjMCwuMjIsLjEyLC40MywuMzEsLjU0bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIsMTkuNDZjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIsMTYuODhjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIuODUsMTIuODFsLS41NC0uMzFjLS4xOS0uMTEtLjQzLS4xMS0uNjIsMC0uMTksLjExLS4zMSwuMzItLjMxLC41NHYuNjJjMCwuMzQsLjI4LC42MiwuNjIsLjYyLC4yMywwLC40My0uMTMsLjU0LS4zMSwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMTUuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTUuMTEsMTQuMTFsLS44Ny0uNWMtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC44NywuNWMuMSwuMDYsLjIsLjA4LC4zMSwuMDgsLjIyLDAsLjQzLS4xMSwuNTQtLjMyLC4xNy0uMywuMDctLjY4LS4yMy0uODVaIi8+PC9nPjwvc3ZnPg== mediatype: image/svg+xml install: spec: clusterPermissions: - rules: - apiGroups: - hco.kubevirt.io resources: - hyperconvergeds verbs: - get - list - update - watch - apiGroups: - hco.kubevirt.io resources: - hyperconvergeds/finalizers - hyperconvergeds/status verbs: - get - list - create - update - watch - apiGroups: - kubevirt.io resources: - kubevirts - kubevirts/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - cdi.kubevirt.io resources: - cdis - cdis/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - ssp.kubevirt.io resources: - ssps - ssps/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - networkaddonsoperator.network.kubevirt.io resources: - networkaddonsconfigs - networkaddonsconfigs/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - mtq.kubevirt.io resources: - mtqs - mtqs/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - aaq.kubevirt.io resources: - aaqs - aaqs/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - create - update - delete - apiGroups: - "" resources: - events verbs: - get - list - watch - create - patch - apiGroups: - "" resources: - services verbs: - get - list - watch - create - update - delete - apiGroups: - "" resources: - pods verbs: - get - list - watch - apiGroups: - "" resources: - nodes verbs: - get - list - apiGroups: - "" resources: - endpoints verbs: - get - list - delete - watch - apiGroups: - "" resources: - namespaces verbs: - get - list - watch - patch - update - apiGroups: - apps resources: - deployments - replicasets verbs: - get - list - watch - create - update - delete - apiGroups: - rbac.authorization.k8s.io resources: - roles - rolebindings verbs: - get - list - watch - create - update - delete - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - list - watch - delete - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions/status verbs: - get - list - watch - patch - update - apiGroups: - monitoring.coreos.com resources: - servicemonitors - prometheusrules verbs: - get - list - watch - create - update - delete - apiGroups: - operators.coreos.com resources: - clusterserviceversions verbs: - get - list - watch - update - patch - apiGroups: - scheduling.k8s.io resources: - priorityclasses verbs: - get - list - watch - create - delete - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations verbs: - list - watch - update - patch - apiGroups: - console.openshift.io resources: - consoleclidownloads - consolequickstarts verbs: - get - list - watch - create - update - delete - apiGroups: - config.openshift.io resources: - clusterversions - infrastructures - ingresses - networks verbs: - get - list - apiGroups: - config.openshift.io resources: - apiservers verbs: - get - list - watch - apiGroups: - config.openshift.io resources: - dnses verbs: - get - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - create - update - delete - apiGroups: - route.openshift.io resources: - routes verbs: - get - list - watch - create - update - delete - apiGroups: - operators.coreos.com resources: - operatorconditions verbs: - get - list - watch - update - patch - apiGroups: - image.openshift.io resources: - imagestreams verbs: - get - list - watch - create - update - delete - apiGroups: - console.openshift.io resources: - consoleplugins verbs: - get - list - watch - create - update - delete - apiGroups: - operator.openshift.io resources: - consoles verbs: - get - list - watch - update serviceAccountName: hyperconverged-cluster-operator - rules: - apiGroups: - operator.openshift.io resources: - networks verbs: - list - watch - apiGroups: - security.openshift.io resources: - securitycontextconstraints verbs: - get - list - create - update - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - create - update - apiGroups: - networkaddonsoperator.network.kubevirt.io resources: - networkaddonsconfigs verbs: - list - watch - apiGroups: - networkaddonsoperator.network.kubevirt.io resources: - networkaddonsconfigs/status verbs: - patch - apiGroups: - networkaddonsoperator.network.kubevirt.io resources: - networkaddonsconfigs/finalizers verbs: - update - apiGroups: - apps resources: - deployments - daemonsets verbs: - list - watch - apiGroups: - "" resources: - configmaps - namespaces verbs: - list - watch - apiGroups: - rbac.authorization.k8s.io resources: - clusterroles verbs: - get - create - update - bind - delete - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings verbs: - get - create - update - delete - apiGroups: - "" resources: - events verbs: - create - patch - apiGroups: - admissionregistration.k8s.io resources: - mutatingwebhookconfigurations verbs: - get - create - update - delete - apiGroups: - config.openshift.io resources: - infrastructures verbs: - list - watch - apiGroups: - "" resources: - services verbs: - delete - apiGroups: - "" resources: - events verbs: - update - apiGroups: - "" resources: - pods - pods/status verbs: - get - update - list - watch - apiGroups: - events.k8s.io resources: - events verbs: - create - patch - update - apiGroups: - "" resources: - nodes - nodes/status verbs: - get - update - patch - apiGroups: - "" resources: - configmaps verbs: - get - delete - apiGroups: - "" resources: - secrets verbs: - list - watch - create - update - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations - mutatingwebhookconfigurations verbs: - list - watch - apiGroups: - "" resources: - services verbs: - get - create - update - list - watch - apiGroups: - kubevirt.io resources: - virtualmachines verbs: - get - list - watch - update - apiGroups: - authentication.k8s.io resources: - tokenreviews verbs: - create - apiGroups: - authorization.k8s.io resources: - subjectaccessreviews verbs: - create - apiGroups: - apps resources: - deployments verbs: - get - create - update - apiGroups: - kubevirt.io resources: - virtualmachineinstances verbs: - get - list - watch - apiGroups: - "" resources: - endpoints verbs: - get - list - watch serviceAccountName: cluster-network-addons-operator - rules: - apiGroups: - kubevirt.io resources: - kubevirts verbs: - get - list - watch - patch - update - patch - apiGroups: - "" resources: - serviceaccounts - services - endpoints - pods/exec verbs: - get - list - watch - create - update - delete - patch - apiGroups: - "" resources: - configmaps verbs: - patch - delete - apiGroups: - batch resources: - jobs verbs: - get - list - watch - create - delete - patch - apiGroups: - apps resources: - controllerrevisions verbs: - watch - list - create - delete - patch - apiGroups: - apps resources: - deployments - daemonsets verbs: - get - list - watch - create - delete - patch - apiGroups: - rbac.authorization.k8s.io resources: - clusterroles - clusterrolebindings - roles - rolebindings verbs: - get - list - watch - create - delete - patch - update - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - list - watch - create - delete - patch - apiGroups: - security.openshift.io resources: - securitycontextconstraints verbs: - create - get - list - watch - apiGroups: - security.openshift.io resourceNames: - privileged resources: - securitycontextconstraints verbs: - get - patch - update - apiGroups: - security.openshift.io resourceNames: - kubevirt-handler - kubevirt-controller resources: - securitycontextconstraints verbs: - get - list - watch - update - delete - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations - mutatingwebhookconfigurations verbs: - get - list - watch - create - delete - update - patch - apiGroups: - apiregistration.k8s.io resources: - apiservices verbs: - get - list - watch - create - delete - update - patch - apiGroups: - monitoring.coreos.com resources: - servicemonitors - prometheusrules verbs: - get - list - watch - create - delete - update - patch - apiGroups: - "" resources: - namespaces verbs: - get - list - watch - patch - apiGroups: - "" resources: - pods verbs: - get - list - delete - patch - apiGroups: - kubevirt.io resources: - virtualmachines - virtualmachineinstances verbs: - get - list - watch - patch - update - apiGroups: - "" resources: - persistentvolumeclaims verbs: - get - apiGroups: - kubevirt.io resources: - virtualmachines/status verbs: - patch - apiGroups: - kubevirt.io resources: - virtualmachineinstancemigrations verbs: - create - get - list - watch - patch - apiGroups: - kubevirt.io resources: - virtualmachineinstancepresets verbs: - watch - list - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - apiGroups: - "" resources: - limitranges verbs: - watch - list - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - list - watch - apiGroups: - kubevirt.io resources: - kubevirts verbs: - get - list - watch - apiGroups: - snapshot.kubevirt.io resources: - virtualmachinesnapshots - virtualmachinerestores - virtualmachinesnapshotcontents verbs: - get - list - watch - apiGroups: - cdi.kubevirt.io resources: - datasources - datavolumes verbs: - get - list - watch - apiGroups: - "" resources: - namespaces verbs: - get - list - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineinstancetypes - virtualmachineclusterinstancetypes - virtualmachinepreferences - virtualmachineclusterpreferences verbs: - get - list - watch - apiGroups: - migrations.kubevirt.io resources: - migrationpolicies verbs: - get - list - watch - apiGroups: - apps resources: - controllerrevisions verbs: - create - list - get - apiGroups: - "" resources: - namespaces verbs: - get - list - watch - patch - apiGroups: - policy resources: - poddisruptionbudgets verbs: - get - list - watch - delete - create - patch - apiGroups: - "" resources: - pods - configmaps - endpoints - services verbs: - get - list - watch - delete - update - create - patch - apiGroups: - "" resources: - events verbs: - update - create - patch - apiGroups: - "" resources: - secrets verbs: - create - apiGroups: - "" resources: - pods/finalizers verbs: - update - apiGroups: - "" resources: - pods/eviction verbs: - create - apiGroups: - "" resources: - pods/status verbs: - patch - apiGroups: - "" resources: - nodes verbs: - get - list - watch - update - patch - apiGroups: - apps resources: - daemonsets verbs: - list - apiGroups: - apps resources: - controllerrevisions verbs: - watch - list - create - delete - get - update - apiGroups: - "" resources: - persistentvolumeclaims verbs: - get - list - watch - create - update - delete - patch - apiGroups: - snapshot.kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - export.kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - pool.kubevirt.io resources: - virtualmachinepools - virtualmachinepools/finalizers - virtualmachinepools/status - virtualmachinepools/scale verbs: - watch - list - create - delete - update - patch - get - apiGroups: - kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - subresources.kubevirt.io resources: - virtualmachineinstances/addvolume - virtualmachineinstances/removevolume - virtualmachineinstances/freeze - virtualmachineinstances/unfreeze - virtualmachineinstances/softreboot - virtualmachineinstances/sev/setupsession - virtualmachineinstances/sev/injectlaunchsecret verbs: - update - apiGroups: - cdi.kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - k8s.cni.cncf.io resources: - network-attachment-definitions verbs: - get - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - list - watch - apiGroups: - authorization.k8s.io resources: - subjectaccessreviews verbs: - create - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshotclasses verbs: - get - list - watch - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshots verbs: - get - list - watch - create - update - delete - apiGroups: - storage.k8s.io resources: - storageclasses verbs: - get - list - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineinstancetypes - virtualmachineclusterinstancetypes - virtualmachinepreferences - virtualmachineclusterpreferences verbs: - get - list - watch - apiGroups: - migrations.kubevirt.io resources: - migrationpolicies verbs: - get - list - watch - apiGroups: - clone.kubevirt.io resources: - virtualmachineclones - virtualmachineclones/status - virtualmachineclones/finalizers verbs: - get - list - watch - update - patch - delete - apiGroups: - "" resources: - namespaces verbs: - get - apiGroups: - "" resources: - resourcequotas verbs: - list - watch - apiGroups: - kubevirt.io resources: - virtualmachineinstances verbs: - update - list - watch - apiGroups: - "" resources: - nodes verbs: - patch - list - watch - get - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - apiGroups: - "" resources: - events verbs: - create - patch - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - list - watch - apiGroups: - kubevirt.io resources: - kubevirts verbs: - get - list - watch - apiGroups: - migrations.kubevirt.io resources: - migrationpolicies verbs: - get - list - watch - apiGroups: - export.kubevirt.io resources: - virtualmachineexports verbs: - get - list - watch - apiGroups: - kubevirt.io resources: - kubevirts verbs: - list - watch - apiGroups: - kubevirt.io resources: - kubevirts verbs: - get - list - apiGroups: - subresources.kubevirt.io resources: - version - guestfs verbs: - get - list - apiGroups: - subresources.kubevirt.io resources: - virtualmachineinstances/console - virtualmachineinstances/vnc - virtualmachineinstances/vnc/screenshot - virtualmachineinstances/portforward - virtualmachineinstances/guestosinfo - virtualmachineinstances/filesystemlist - virtualmachineinstances/userlist - virtualmachineinstances/sev/fetchcertchain - virtualmachineinstances/sev/querylaunchmeasurement verbs: - get - apiGroups: - subresources.kubevirt.io resources: - virtualmachineinstances/pause - virtualmachineinstances/unpause - virtualmachineinstances/addvolume - virtualmachineinstances/removevolume - virtualmachineinstances/freeze - virtualmachineinstances/unfreeze - virtualmachineinstances/softreboot - virtualmachineinstances/sev/setupsession - virtualmachineinstances/sev/injectlaunchsecret verbs: - update - apiGroups: - subresources.kubevirt.io resources: - virtualmachines/expand-spec - virtualmachines/portforward verbs: - get - apiGroups: - subresources.kubevirt.io resources: - virtualmachines/start - virtualmachines/stop - virtualmachines/restart - virtualmachines/addvolume - virtualmachines/removevolume - virtualmachines/migrate - virtualmachines/memorydump verbs: - update - apiGroups: - subresources.kubevirt.io resources: - expand-vm-spec verbs: - update - apiGroups: - kubevirt.io resources: - virtualmachines - virtualmachineinstances - virtualmachineinstancepresets - virtualmachineinstancereplicasets - virtualmachineinstancemigrations verbs: - get - delete - create - update - patch - list - watch - deletecollection - apiGroups: - snapshot.kubevirt.io resources: - virtualmachinesnapshots - virtualmachinesnapshotcontents - virtualmachinerestores verbs: - get - delete - create - update - patch - list - watch - deletecollection - apiGroups: - export.kubevirt.io resources: - virtualmachineexports verbs: - get - delete - create - update - patch - list - watch - deletecollection - apiGroups: - clone.kubevirt.io resources: - virtualmachineclones verbs: - get - delete - create - update - patch - list - watch - deletecollection - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineinstancetypes - virtualmachineclusterinstancetypes - virtualmachinepreferences - virtualmachineclusterpreferences verbs: - get - delete - create - update - patch - list - watch - deletecollection - apiGroups: - pool.kubevirt.io resources: - virtualmachinepools verbs: - get - delete - create - update - patch - list - watch - deletecollection - apiGroups: - migrations.kubevirt.io resources: - migrationpolicies verbs: - get - list - watch - apiGroups: - subresources.kubevirt.io resources: - virtualmachineinstances/console - virtualmachineinstances/vnc - virtualmachineinstances/vnc/screenshot - virtualmachineinstances/portforward - virtualmachineinstances/guestosinfo - virtualmachineinstances/filesystemlist - virtualmachineinstances/userlist - virtualmachineinstances/sev/fetchcertchain - virtualmachineinstances/sev/querylaunchmeasurement verbs: - get - apiGroups: - subresources.kubevirt.io resources: - virtualmachineinstances/pause - virtualmachineinstances/unpause - virtualmachineinstances/addvolume - virtualmachineinstances/removevolume - virtualmachineinstances/freeze - virtualmachineinstances/unfreeze - virtualmachineinstances/softreboot - virtualmachineinstances/sev/setupsession - virtualmachineinstances/sev/injectlaunchsecret verbs: - update - apiGroups: - subresources.kubevirt.io resources: - virtualmachines/expand-spec - virtualmachines/portforward verbs: - get - apiGroups: - subresources.kubevirt.io resources: - virtualmachines/start - virtualmachines/stop - virtualmachines/restart - virtualmachines/addvolume - virtualmachines/removevolume - virtualmachines/migrate - virtualmachines/memorydump verbs: - update - apiGroups: - subresources.kubevirt.io resources: - expand-vm-spec verbs: - update - apiGroups: - kubevirt.io resources: - virtualmachines - virtualmachineinstances - virtualmachineinstancepresets - virtualmachineinstancereplicasets - virtualmachineinstancemigrations verbs: - get - delete - create - update - patch - list - watch - apiGroups: - snapshot.kubevirt.io resources: - virtualmachinesnapshots - virtualmachinesnapshotcontents - virtualmachinerestores verbs: - get - delete - create - update - patch - list - watch - apiGroups: - export.kubevirt.io resources: - virtualmachineexports verbs: - get - delete - create - update - patch - list - watch - apiGroups: - clone.kubevirt.io resources: - virtualmachineclones verbs: - get - delete - create - update - patch - list - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineinstancetypes - virtualmachineclusterinstancetypes - virtualmachinepreferences - virtualmachineclusterpreferences verbs: - get - delete - create - update - patch - list - watch - apiGroups: - pool.kubevirt.io resources: - virtualmachinepools verbs: - get - delete - create - update - patch - list - watch - apiGroups: - kubevirt.io resources: - kubevirts verbs: - get - list - apiGroups: - migrations.kubevirt.io resources: - migrationpolicies verbs: - get - list - watch - apiGroups: - kubevirt.io resources: - kubevirts verbs: - get - list - apiGroups: - subresources.kubevirt.io resources: - virtualmachines/expand-spec - virtualmachineinstances/guestosinfo - virtualmachineinstances/filesystemlist - virtualmachineinstances/userlist - virtualmachineinstances/sev/fetchcertchain - virtualmachineinstances/sev/querylaunchmeasurement verbs: - get - apiGroups: - subresources.kubevirt.io resources: - expand-vm-spec verbs: - update - apiGroups: - kubevirt.io resources: - virtualmachines - virtualmachineinstances - virtualmachineinstancepresets - virtualmachineinstancereplicasets - virtualmachineinstancemigrations verbs: - get - list - watch - apiGroups: - snapshot.kubevirt.io resources: - virtualmachinesnapshots - virtualmachinesnapshotcontents - virtualmachinerestores verbs: - get - list - watch - apiGroups: - export.kubevirt.io resources: - virtualmachineexports verbs: - get - list - watch - apiGroups: - clone.kubevirt.io resources: - virtualmachineclones verbs: - get - list - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineinstancetypes - virtualmachineclusterinstancetypes - virtualmachinepreferences - virtualmachineclusterpreferences verbs: - get - list - watch - apiGroups: - pool.kubevirt.io resources: - virtualmachinepools verbs: - get - list - watch - apiGroups: - migrations.kubevirt.io resources: - migrationpolicies verbs: - get - list - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineclusterinstancetypes - virtualmachineclusterpreferences verbs: - get - list - watch - apiGroups: - authentication.k8s.io resources: - tokenreviews verbs: - create - apiGroups: - authorization.k8s.io resources: - subjectaccessreviews verbs: - create serviceAccountName: kubevirt-operator - rules: - apiGroups: - "" resources: - endpoints - pods verbs: - get - list - watch - apiGroups: - "" resources: - services verbs: - create - delete - get - list - update - watch - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations verbs: - create - delete - get - list - update - watch - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - list - watch - apiGroups: - apiregistration.k8s.io resources: - apiservices verbs: - create - delete - get - list - update - watch - apiGroups: - apps resources: - deployments verbs: - create - delete - get - list - update - watch - apiGroups: - authentication.k8s.io resources: - tokenreviews verbs: - create - apiGroups: - authorization.k8s.io resources: - subjectaccessreviews verbs: - create - apiGroups: - cdi.kubevirt.io resources: - dataimportcrons verbs: - create - delete - get - list - patch - update - watch - apiGroups: - cdi.kubevirt.io resources: - datasources verbs: - create - delete - get - list - patch - update - watch - apiGroups: - cdi.kubevirt.io resources: - datavolumes verbs: - create - delete - get - list - patch - update - watch - apiGroups: - cdi.kubevirt.io resources: - datavolumes/source verbs: - create - apiGroups: - config.openshift.io resources: - clusterversions - infrastructures verbs: - get - apiGroups: - "" resources: - configmaps verbs: - create - list - update - watch - apiGroups: - "" resources: - configmaps - serviceaccounts verbs: - create - delete - list - update - watch - apiGroups: - "" resources: - namespaces verbs: - create - delete - get - list - update - watch - apiGroups: - "" resources: - persistentvolumeclaims verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" resources: - persistentvolumeclaims/status verbs: - get - list - watch - apiGroups: - "" resources: - persistentvolumes verbs: - get - list - watch - apiGroups: - "" resources: - pods verbs: - create - get - list - watch - apiGroups: - "" resources: - secrets verbs: - create - get - list - patch - apiGroups: - "" resources: - serviceaccounts verbs: - create - delete - get - list - patch - update - watch - apiGroups: - "" resources: - serviceaccounts/token verbs: - create - apiGroups: - "" resources: - services verbs: - create - delete - get - list - update - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineclusterinstancetypes verbs: - create - delete - list - update - watch - apiGroups: - instancetype.kubevirt.io resources: - virtualmachineclusterpreferences verbs: - create - delete - list - update - watch - apiGroups: - kubevirt.io resources: - virtualmachineinstances - virtualmachines verbs: - create - delete - get - list - update - watch - apiGroups: - kubevirt.io resources: - virtualmachines verbs: - get - list - watch - apiGroups: - kubevirt.io resources: - virtualmachines/finalizers verbs: - get - apiGroups: - monitoring.coreos.com resources: - prometheusrules - servicemonitors verbs: - create - list - update - watch - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings - clusterroles verbs: - create - delete - list - update - watch - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings - clusterroles - rolebindings verbs: - create - delete - list - update - watch - apiGroups: - rbac.authorization.k8s.io resources: - clusterroles - rolebindings verbs: - list - update - watch - apiGroups: - rbac.authorization.k8s.io resources: - clusterroles - rolebindings - roles verbs: - create - delete - list - update - watch - apiGroups: - rbac.authorization.k8s.io resources: - rolebindings - roles verbs: - create - delete - get - list - patch - update - watch - apiGroups: - route.openshift.io resources: - routes verbs: - delete - list - watch - apiGroups: - ssp.kubevirt.io resources: - ssps verbs: - list - update - watch - apiGroups: - ssp.kubevirt.io resources: - ssps/finalizers verbs: - update - apiGroups: - ssp.kubevirt.io resources: - ssps/status verbs: - update - apiGroups: - subresources.kubevirt.io resources: - virtualmachineinstances/vnc verbs: - get - apiGroups: - subresources.kubevirt.io resources: - virtualmachines/restart - virtualmachines/start - virtualmachines/stop verbs: - update - apiGroups: - tekton.dev resources: - pipelines verbs: - create - list - update - watch - apiGroups: - tekton.dev resources: - tasks verbs: - list - update - watch - apiGroups: - template.openshift.io resources: - processedtemplates verbs: - create - apiGroups: - template.openshift.io resources: - templates verbs: - create - delete - get - list - patch - update - watch - apiGroups: - token.kubevirt.io resources: - virtualmachines/vnc verbs: - get serviceAccountName: ssp-operator - rules: - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings - clusterroles verbs: - get - list - watch - create - update - delete - apiGroups: - security.openshift.io resources: - securitycontextconstraints verbs: - get - list - watch - update - create - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions - customresourcedefinitions/status verbs: - get - list - watch - create - update - delete - apiGroups: - cdi.kubevirt.io - upload.cdi.kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations - mutatingwebhookconfigurations verbs: - create - list - watch - apiGroups: - admissionregistration.k8s.io resourceNames: - cdi-api-dataimportcron-validate - cdi-api-populator-validate - cdi-api-datavolume-validate - cdi-api-validate - objecttransfer-api-validate resources: - validatingwebhookconfigurations verbs: - get - update - delete - apiGroups: - admissionregistration.k8s.io resourceNames: - cdi-api-datavolume-mutate - cdi-api-pvc-mutate resources: - mutatingwebhookconfigurations verbs: - get - update - delete - apiGroups: - apiregistration.k8s.io resources: - apiservices verbs: - get - list - watch - create - update - delete - apiGroups: - authorization.k8s.io resources: - subjectaccessreviews verbs: - create - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - apiGroups: - "" resources: - persistentvolumeclaims verbs: - get - list - watch - apiGroups: - "" resources: - persistentvolumes verbs: - get - list - watch - apiGroups: - storage.k8s.io resources: - storageclasses verbs: - get - list - watch - apiGroups: - "" resources: - namespaces verbs: - get - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshots verbs: - get - list - watch - apiGroups: - cdi.kubevirt.io resources: - datavolumes verbs: - list - get - apiGroups: - cdi.kubevirt.io resources: - datasources verbs: - get - apiGroups: - cdi.kubevirt.io resources: - volumeclonesources verbs: - get - list - watch - apiGroups: - cdi.kubevirt.io resources: - storageprofiles verbs: - get - list - watch - apiGroups: - cdi.kubevirt.io resources: - cdis verbs: - get - list - watch - apiGroups: - cdi.kubevirt.io resources: - cdiconfigs verbs: - get - list - watch - apiGroups: - cdi.kubevirt.io resources: - cdis/finalizers verbs: - update - apiGroups: - "" resources: - events verbs: - create - patch - apiGroups: - "" resources: - persistentvolumeclaims verbs: - get - list - watch - create - update - delete - deletecollection - patch - apiGroups: - "" resources: - persistentvolumes verbs: - get - list - watch - update - apiGroups: - "" resources: - persistentvolumeclaims/finalizers - pods/finalizers verbs: - update - apiGroups: - "" resources: - pods - services verbs: - get - list - watch - create - delete - apiGroups: - "" resources: - configmaps verbs: - get - create - apiGroups: - storage.k8s.io resources: - storageclasses - csidrivers verbs: - get - list - watch - apiGroups: - config.openshift.io resources: - proxies - infrastructures verbs: - get - list - watch - apiGroups: - config.openshift.io resources: - clusterversions verbs: - get - apiGroups: - cdi.kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshots - volumesnapshotclasses - volumesnapshotcontents verbs: - get - list - watch - create - delete - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshots verbs: - update - deletecollection - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - get - list - watch - apiGroups: - scheduling.k8s.io resources: - priorityclasses verbs: - get - list - watch - apiGroups: - image.openshift.io resources: - imagestreams verbs: - get - list - watch - apiGroups: - "" resources: - secrets verbs: - create - apiGroups: - kubevirt.io resources: - virtualmachines/finalizers verbs: - update - apiGroups: - forklift.cdi.kubevirt.io resources: - ovirtvolumepopulators - openstackvolumepopulators verbs: - get - list - watch - apiGroups: - "" resources: - persistentvolumeclaims verbs: - get - apiGroups: - cdi.kubevirt.io resources: - dataimportcrons verbs: - get - list - update serviceAccountName: cdi-operator - rules: - apiGroups: - "" resources: - persistentvolumes verbs: - get - list - watch - create - delete - apiGroups: - "" resources: - persistentvolumeclaims verbs: - get - list - watch - create - update - apiGroups: - "" resources: - events verbs: - get - list - watch - create - patch - update - apiGroups: - rbac.authorization.k8s.io resourceNames: - hostpath-provisioner - hostpath-provisioner-admin - hostpath-provisioner-admin-csi resources: - clusterrolebindings verbs: - update - delete - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings verbs: - list - get - watch - create - apiGroups: - rbac.authorization.k8s.io resources: - clusterroles verbs: - list - get - watch - create - apiGroups: - rbac.authorization.k8s.io resourceNames: - hostpath-provisioner - hostpath-provisioner-admin - hostpath-provisioner-admin-csi resources: - clusterroles verbs: - update - delete - apiGroups: - apps resourceNames: - hostpath-provisioner-operator resources: - deployments/finalizers verbs: - update - apiGroups: - hostpathprovisioner.kubevirt.io resources: - '*' verbs: - '*' - apiGroups: - security.openshift.io resources: - securitycontextconstraints verbs: - list - get - watch - create - apiGroups: - security.openshift.io resourceNames: - hostpath-provisioner - hostpath-provisioner-csi resources: - securitycontextconstraints verbs: - delete - update - apiGroups: - config.openshift.io resources: - apiservers verbs: - get - list - watch - apiGroups: - storage.k8s.io resources: - storageclasses verbs: - list - get - watch - apiGroups: - "" resources: - nodes verbs: - get - list - watch - apiGroups: - storage.k8s.io resources: - csinodes verbs: - get - list - watch - apiGroups: - storage.k8s.io resources: - csidrivers verbs: - list - create - get - watch - apiGroups: - storage.k8s.io resourceNames: - kubevirt.io.hostpath-provisioner resources: - csidrivers verbs: - delete - update - apiGroups: - storage.k8s.io resources: - volumeattachments verbs: - get - list - watch - patch - apiGroups: - storage.k8s.io resources: - volumeattachments/status verbs: - patch - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshotclasses verbs: - get - list - watch - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshots verbs: - get - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshotcontents verbs: - create - get - list - watch - update - delete - patch - apiGroups: - snapshot.storage.k8s.io resources: - volumesnapshotcontents/status verbs: - update - patch - apiGroups: - "" resources: - pods verbs: - get - list - watch serviceAccountName: hostpath-provisioner-operator - rules: - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings - clusterroles verbs: - create - get - list - watch - delete - update - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions - customresourcedefinitions/status verbs: - create - get - list - watch - delete - update - apiGroups: - mtq.kubevirt.io resources: - mtqs - mtqs/finalizers verbs: - get - list - watch - delete - update - apiGroups: - mtq.kubevirt.io resources: - mtqs/status verbs: - get - update - patch - apiGroups: - scheduling.k8s.io resources: - priorityclasses verbs: - get - list - watch - apiGroups: - "" resources: - events verbs: - create - patch - apiGroups: - "" resources: - pods verbs: - list - watch - apiGroups: - "" resources: - persistentvolumeclaims verbs: - list - watch - get - apiGroups: - "" resources: - namespaces verbs: - get - list - watch - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - list - watch - get - apiGroups: - "" resources: - resourcequotas verbs: - list - watch - update - apiGroups: - "" resources: - limitranges verbs: - list - watch - apiGroups: - mtq.kubevirt.io resources: - virtualmachinemigrationresourcequotas verbs: - get - update - watch - list - apiGroups: - mtq.kubevirt.io resources: - virtualmachinemigrationresourcequotas/status verbs: - update - apiGroups: - kubevirt.io resources: - kubevirts verbs: - list - watch - apiGroups: - kubevirt.io resources: - virtualmachineinstances - virtualmachineinstancemigrations verbs: - watch - list - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations verbs: - create - get - delete - apiGroups: - kubevirt.io resources: - kubevirts verbs: - list - watch serviceAccountName: mtq-operator - rules: - apiGroups: - rbac.authorization.k8s.io resources: - clusterrolebindings - clusterroles verbs: - create - get - list - watch - delete - update - apiGroups: - security.openshift.io resources: - securitycontextconstraints verbs: - get - list - watch - update - create - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions - customresourcedefinitions/status verbs: - create - get - list - watch - delete - update - apiGroups: - aaq.kubevirt.io resources: - aaqs - aaqs/finalizers verbs: - get - list - watch - delete - update - apiGroups: - aaq.kubevirt.io resources: - aaqs/status verbs: - get - update - patch - apiGroups: - admissionregistration.k8s.io resources: - mutatingwebhookconfigurations - validatingwebhookconfigurations verbs: - update - list - watch - create - get - delete - apiGroups: - scheduling.k8s.io resources: - priorityclasses verbs: - get - list - watch - apiGroups: - "" resources: - events verbs: - create - patch - apiGroups: - "" resources: - pods verbs: - update - list - watch - get - apiGroups: - "" resources: - namespaces verbs: - list - watch - apiGroups: - "" resources: - persistentvolumeclaims verbs: - list - watch - get - apiGroups: - apiextensions.k8s.io resources: - customresourcedefinitions verbs: - list - watch - get - apiGroups: - "" resources: - resourcequotas verbs: - list - watch - update - create - delete - apiGroups: - quota.openshift.io resources: - clusterresourcequotas verbs: - list - watch - create - delete - update - apiGroups: - aaq.kubevirt.io resources: - aaqjobqueueconfigs verbs: - get - watch - list - create - apiGroups: - aaq.kubevirt.io resources: - aaqjobqueueconfigs/status verbs: - update - apiGroups: - aaq.kubevirt.io resources: - applicationawareresourcequotas verbs: - get - update - watch - list - apiGroups: - aaq.kubevirt.io resources: - applicationawareclusterresourcequotas verbs: - get - watch - list - apiGroups: - aaq.kubevirt.io resources: - applicationawareappliedclusterresourcequotas verbs: - create - update - delete - get - watch - list - apiGroups: - aaq.kubevirt.io resources: - applicationawareclusterresourcequotas/finalizers verbs: - create - update - apiGroups: - aaq.kubevirt.io resources: - applicationawareresourcequotas/finalizers verbs: - create - update - apiGroups: - aaq.kubevirt.io resources: - applicationawareresourcequotas/status verbs: - update - apiGroups: - aaq.kubevirt.io resources: - applicationawareclusterresourcequotas/status verbs: - update - apiGroups: - kubevirt.io resources: - kubevirts verbs: - list - watch - apiGroups: - kubevirt.io resources: - virtualmachineinstances - virtualmachineinstancemigrations verbs: - watch - list - get - apiGroups: - admissionregistration.k8s.io resources: - validatingwebhookconfigurations verbs: - create - get - delete - apiGroups: - aaq.kubevirt.io resources: - aaqs verbs: - list - watch - apiGroups: - "" resources: - resourcequotas verbs: - create - apiGroups: - quota.openshift.io resources: - clusterresourcequotas verbs: - create serviceAccountName: aaq-operator deployments: - label: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-operator name: hco-operator spec: replicas: 1 selector: matchLabels: name: hyperconverged-cluster-operator strategy: type: RollingUpdate template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-operator spec: containers: - command: - hyperconverged-cluster-operator env: - name: WEBHOOK_MODE value: "false" - name: APP value: OPERATOR - name: KVM_EMULATION - name: OPERATOR_IMAGE value: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264 - name: OPERATOR_NAME value: hyperconverged-cluster-operator - name: OPERATOR_NAMESPACE value: openshift-cnv - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: VIRTIOWIN_CONTAINER value: registry.redhat.io/container-native-virtualization/virtio-win-rhel9@sha256:584857c3d7cee20877a4ea135fb58fd7721dfc04a23a6c76580eba9facd6e6c0 - name: SMBIOS value: |- Family: Red Hat Product: OpenShift Virtualization Manufacturer: Red Hat Version: 4.16.1 - name: MACHINETYPE - name: AMD64_MACHINETYPE value: pc-q35-rhel9.4.0 - name: ARM64_MACHINETYPE value: virt - name: HCO_KV_IO_VERSION value: 4.16.1 - name: KUBEVIRT_VERSION value: sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 - name: CDI_VERSION value: 4.16.1 - name: NETWORK_ADDONS_VERSION value: sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381 - name: SSP_VERSION value: 4.16.1 - name: HPPO_VERSION value: 4.16.1 - name: MTQ_VERSION value: 4.16.1 - name: AAQ_VERSION value: 4.16.1 - name: KV_CONSOLE_PLUGIN_IMAGE value: registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2 - name: KV_CONSOLE_PROXY_IMAGE value: registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec - name: VIRTCTL_DOWNLOAD_URL value: https://access.redhat.com/downloads/content/473 - name: VIRTCTL_DOWNLOAD_TEXT value: Red Hat Customer Portal binary download (Linux, MacOSX, and Microsoft Windows) image: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: path: /livez port: 6060 scheme: HTTP initialDelaySeconds: 30 periodSeconds: 5 name: hyperconverged-cluster-operator readinessProbe: failureThreshold: 1 httpGet: path: /readyz port: 6060 scheme: HTTP initialDelaySeconds: 5 periodSeconds: 5 resources: requests: cpu: 10m memory: 96Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL priorityClassName: system-cluster-critical securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault serviceAccountName: hyperconverged-cluster-operator - label: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-webhook name: hco-webhook spec: replicas: 1 selector: matchLabels: name: hyperconverged-cluster-webhook strategy: type: RollingUpdate template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-webhook spec: containers: - command: - hyperconverged-cluster-webhook env: - name: WEBHOOK_MODE value: "true" - name: APP value: WEBHOOK - name: OPERATOR_IMAGE value: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744 - name: OPERATOR_NAME value: hyperconverged-cluster-webhook - name: OPERATOR_NAMESPACE value: openshift-cnv - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: VIRTCTL_DOWNLOAD_URL value: https://access.redhat.com/downloads/content/473 - name: VIRTCTL_DOWNLOAD_TEXT value: Red Hat Customer Portal binary download (Linux, MacOSX, and Microsoft Windows) image: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: path: /livez port: 6060 scheme: HTTP initialDelaySeconds: 30 periodSeconds: 5 name: hyperconverged-cluster-webhook readinessProbe: failureThreshold: 1 httpGet: path: /readyz port: 6060 scheme: HTTP initialDelaySeconds: 5 periodSeconds: 5 resources: requests: cpu: 5m memory: 48Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL priorityClassName: system-node-critical securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault serviceAccountName: hyperconverged-cluster-operator - label: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-cli-download name: hyperconverged-cluster-cli-download spec: replicas: 1 selector: matchLabels: name: hyperconverged-cluster-cli-download strategy: type: RollingUpdate template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: deployment app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hyperconverged-cluster-cli-download spec: containers: - image: registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e9e54d14da1b841e5c44bd357320fd13f0c789ef0e84572e2e36da2398bb654a imagePullPolicy: IfNotPresent name: server ports: - containerPort: 8080 protocol: TCP resources: requests: cpu: 10m memory: 96Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL priorityClassName: system-cluster-critical securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault - label: app.kubernetes.io/component: network app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: cluster-network-addons-operator spec: replicas: 1 selector: matchLabels: name: cluster-network-addons-operator strategy: type: Recreate template: metadata: annotations: description: cluster-network-addons-operator manages the lifecycle of different Kubernetes network components on top of Kubernetes cluster creationTimestamp: null labels: app.kubernetes.io/component: network app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: cluster-network-addons-operator prometheus.cnao.io: "true" spec: containers: - env: - name: MULTUS_IMAGE value: NOT_AVAILABLE - name: MULTUS_DYNAMIC_NETWORKS_CONTROLLER_IMAGE value: registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9@sha256:03f61dbb2ab3742dc7ca5a4b233cd819bd28b339d6f3f3a19e3a1f8b51362b8c - name: LINUX_BRIDGE_IMAGE value: registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71 - name: LINUX_BRIDGE_MARKER_IMAGE value: registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532 - name: OVS_CNI_IMAGE value: registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9@sha256:1e9ac3c3e418f98eb59fcc98770d22a137b94a2af9410da230935e0fa35f3763 - name: KUBEMACPOOL_IMAGE value: registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6 - name: MACVTAP_CNI_IMAGE value: NOT_AVAILABLE - name: KUBE_RBAC_PROXY_IMAGE value: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58 - name: KUBE_SECONDARY_DNS_IMAGE value: registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9@sha256:78e24bdf1b8d4f27c7bdf0f691085acfb507928ca1efe13c8b21ded970c74553 - name: CORE_DNS_IMAGE value: registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:185a83c994aced74546fe630cd71656f1e4112cb15be75f41dfcb1b9ed0966bd - name: OPERATOR_IMAGE value: registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381 - name: OPERATOR_NAME value: cluster-network-addons-operator - name: OPERATOR_VERSION value: sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381 - name: OPERATOR_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: OPERAND_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: WATCH_NAMESPACE - name: MONITORING_NAMESPACE value: openshift-monitoring - name: MONITORING_SERVICE_ACCOUNT value: prometheus-k8s - name: RUNBOOK_URL_TEMPLATE value: https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/%s.md image: registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381 imagePullPolicy: IfNotPresent name: cluster-network-addons-operator resources: requests: cpu: 50m memory: 30Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL - args: - --logtostderr - --secure-listen-address=:8443 - --upstream=http://127.0.0.1:8080 image: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58 imagePullPolicy: IfNotPresent name: kube-rbac-proxy ports: - containerPort: 8443 name: metrics protocol: TCP resources: requests: cpu: 10m memory: 20Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL terminationMessagePolicy: FallbackToLogsOnError priorityClassName: system-cluster-critical securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault serviceAccountName: cluster-network-addons-operator - label: app.kubernetes.io/component: compute app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: virt-operator spec: replicas: 2 selector: matchLabels: kubevirt.io: virt-operator strategy: type: RollingUpdate template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: compute app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 kubevirt.io: virt-operator name: virt-operator prometheus.kubevirt.io: "true" name: virt-operator spec: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: kubevirt.io operator: In values: - virt-operator topologyKey: kubernetes.io/hostname weight: 1 containers: - args: - --port - "8443" - -v - "2" command: - virt-operator env: - name: VIRT_OPERATOR_IMAGE value: registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 - name: WATCH_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.annotations['olm.targetNamespaces'] - name: VIRT_API_IMAGE value: registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b - name: VIRT_CONTROLLER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb - name: VIRT_HANDLER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376 - name: VIRT_LAUNCHER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b - name: VIRT_EXPORTPROXY_IMAGE value: registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63 - name: VIRT_EXPORTSERVER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253 - name: GS_IMAGE value: registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652 - name: PR_HELPER_IMAGE value: registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c - name: SIDECAR_SHIM_IMAGE value: registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b - name: KUBEVIRT_VERSION value: sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 image: registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 imagePullPolicy: IfNotPresent name: virt-operator ports: - containerPort: 8443 name: metrics protocol: TCP - containerPort: 8444 name: webhooks protocol: TCP readinessProbe: httpGet: path: /metrics port: 8443 scheme: HTTPS initialDelaySeconds: 5 timeoutSeconds: 10 resources: requests: cpu: 10m memory: 450Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL seccompProfile: type: RuntimeDefault volumeMounts: - mountPath: /etc/virt-operator/certificates name: kubevirt-operator-certs readOnly: true - mountPath: /profile-data name: profile-data nodeSelector: kubernetes.io/os: linux priorityClassName: kubevirt-cluster-critical securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault serviceAccountName: kubevirt-operator tolerations: - key: CriticalAddonsOnly operator: Exists volumes: - name: kubevirt-operator-certs secret: optional: true secretName: kubevirt-operator-certs - emptyDir: {} name: profile-data - label: app.kubernetes.io/component: schedule app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 control-plane: ssp-operator name: ssp-operator name: ssp-operator spec: replicas: 1 selector: matchLabels: control-plane: ssp-operator strategy: {} template: metadata: annotations: kubectl.kubernetes.io/default-container: manager creationTimestamp: null labels: app.kubernetes.io/component: schedule app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 control-plane: ssp-operator name: ssp-operator prometheus.ssp.kubevirt.io: "true" spec: containers: - args: - --leader-elect command: - /manager env: - name: VALIDATOR_IMAGE value: registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190 - name: OPERATOR_VERSION value: 4.16.1 - name: VM_CONSOLE_PROXY_IMAGE value: registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9@sha256:3d10aba6a4ebe115ae44fc0104d525be4b1ce6507eff226c830d144a4ca6e2bc image: registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:c26016ee78d6f5d21b51b0a8769e57d8a27b9e18812d6785c229bf04d133794d livenessProbe: httpGet: path: /healthz port: 8081 initialDelaySeconds: 15 periodSeconds: 20 name: manager ports: - containerPort: 9443 name: webhook-server protocol: TCP - containerPort: 8443 name: metrics protocol: TCP readinessProbe: httpGet: path: /readyz port: 8081 initialDelaySeconds: 5 periodSeconds: 10 resources: requests: cpu: 200m memory: 150Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL priorityClassName: system-cluster-critical securityContext: runAsNonRoot: true seccompProfile: type: RuntimeDefault serviceAccountName: ssp-operator terminationGracePeriodSeconds: 10 - label: app.kubernetes.io/component: storage app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: cdi-operator spec: replicas: 1 selector: matchLabels: name: cdi-operator operator.cdi.kubevirt.io: "" strategy: {} template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: storage app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 cdi.kubevirt.io: cdi-operator name: cdi-operator operator.cdi.kubevirt.io: "" prometheus.cdi.kubevirt.io: "true" spec: affinity: podAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchExpressions: - key: cdi.kubevirt.io operator: In values: - cdi-operator topologyKey: kubernetes.io/hostname weight: 1 containers: - env: - name: DEPLOY_CLUSTER_RESOURCES value: "true" - name: OPERATOR_VERSION value: 4.16.1 - name: CONTROLLER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061 - name: IMPORTER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031 - name: CLONER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab - name: OVIRT_POPULATOR_IMAGE value: registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7 - name: APISERVER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef - name: UPLOAD_SERVER_IMAGE value: registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c - name: UPLOAD_PROXY_IMAGE value: registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6 - name: VERBOSITY value: "1" - name: PULL_POLICY value: IfNotPresent - name: MONITORING_NAMESPACE image: registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9@sha256:689551d442aab7d257014ef74b2ee96102377307242a1151b0dc737adfd8d4d4 imagePullPolicy: IfNotPresent name: cdi-operator ports: - containerPort: 8080 name: metrics protocol: TCP resources: requests: cpu: 100m memory: 150Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsNonRoot: true seccompProfile: type: RuntimeDefault nodeSelector: kubernetes.io/os: linux priorityClassName: kubevirt-cluster-critical securityContext: runAsNonRoot: true serviceAccountName: cdi-operator tolerations: - key: CriticalAddonsOnly operator: Exists - label: app.kubernetes.io/component: storage app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hostpath-provisioner-operator spec: replicas: 1 selector: matchLabels: name: hostpath-provisioner-operator operator.hostpath-provisioner.kubevirt.io: "" strategy: {} template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: storage app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: hostpath-provisioner-operator operator.hostpath-provisioner.kubevirt.io: "" prometheus.hostpathprovisioner.kubevirt.io: "true" spec: containers: - command: - hostpath-provisioner-operator env: - name: WATCH_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: INSTALLER_PART_OF_LABEL valueFrom: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/part-of'] - name: INSTALLER_VERSION_LABEL valueFrom: fieldRef: fieldPath: metadata.labels['app.kubernetes.io/version'] - name: OPERATOR_NAME value: hostpath-provisioner-operator - name: OPERATOR_IMAGE value: registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b - name: PROVISIONER_IMAGE value: registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3e1b36f0f90ee7822771b43fdb90a1a3e5f686b234311092a32ee39347d4975 - name: CSI_PROVISIONER_IMAGE value: registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9@sha256:7c7411de1f2fc5ed2fd977616257d2548d0ed1447a8517ede3483754c17c8e7e - name: NODE_DRIVER_REG_IMAGE value: registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09a30b59c906ddc4604d70f18210bcebef1f90f8bf965422b0caba363cd88989 - name: LIVENESS_PROBE_IMAGE value: registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fa0478fbf91248166f0eed8ec5f8dbb5b31d26031438376d9301836b6a069643 - name: CSI_SNAPSHOT_IMAGE value: registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d6dfd062df3d0d49f7efb928b835b9c8e0bcfb514a653ba2896a0152f24a0a21 - name: CSI_SIG_STORAGE_PROVISIONER_IMAGE value: registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0769512df0fa1325d76a5f10a1a704cf60fc65f62f57b157ea53bc9ba682851f - name: VERBOSITY value: "1" - name: MONITORING_NAMESPACE - name: PRIORITY_CLASS value: kubevirt-cluster-critical image: registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 1 httpGet: path: /livez port: 6060 scheme: HTTP initialDelaySeconds: 30 periodSeconds: 5 name: hostpath-provisioner-operator ports: - containerPort: 8080 name: metrics protocol: TCP readinessProbe: failureThreshold: 1 httpGet: path: /readyz port: 6060 scheme: HTTP initialDelaySeconds: 5 periodSeconds: 5 resources: requests: cpu: 10m memory: 150Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsNonRoot: true seccompProfile: type: RuntimeDefault volumeMounts: - mountPath: /tmp/k8s-webhook-server/serving-certs name: apiservice-cert priorityClassName: kubevirt-cluster-critical serviceAccountName: hostpath-provisioner-operator volumes: - name: apiservice-cert secret: defaultMode: 420 items: - key: tls.crt path: tls.crt - key: tls.key path: tls.key secretName: hostpath-provisioner-operator-webhook-service-cert - label: app.kubernetes.io/component: multi-tenant app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: mtq-operator spec: replicas: 1 selector: matchLabels: name: mtq-operator operator.mtq.kubevirt.io: "" strategy: {} template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: multi-tenant app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: mtq-operator operator.mtq.kubevirt.io: "" prometheus.mtq.kubevirt.io: "true" spec: containers: - args: - -v=1 env: - name: DEPLOY_CLUSTER_RESOURCES value: "true" - name: OPERATOR_VERSION value: 4.16.1 - name: CONTROLLER_IMAGE value: registry.redhat.io/container-native-virtualization/mtq-controller-rhel9@sha256:395f9ed865080b9e90f23f8a1420e33ced37ecd1cfd9ba48b3c272c9a5814f66 - name: MTQ_LOCK_SERVER_IMAGE value: registry.redhat.io/container-native-virtualization/mtq-lock-server-rhel9@sha256:77b35525a1a1f8646b1a80961bd915a1ba6d4e61960465bc6f70a281673eb263 - name: VERBOSITY value: "1" - name: PULL_POLICY - name: MONITORING_NAMESPACE image: registry.redhat.io/container-native-virtualization/mtq-operator-rhel9@sha256:785b7a2182ec0742453e699df8456f5608a0ab12b8ff2e2ec7cd46336448ebb9 name: mtq-operator ports: - containerPort: 8080 name: metrics protocol: TCP resources: requests: cpu: 10m memory: 150Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsNonRoot: true seccompProfile: type: RuntimeDefault terminationMessagePath: /dev/termination-log terminationMessagePolicy: File nodeSelector: kubernetes.io/os: linux priorityClassName: kubevirt-cluster-critical securityContext: runAsNonRoot: true serviceAccountName: mtq-operator tolerations: - key: CriticalAddonsOnly operator: Exists - label: app.kubernetes.io/component: quota-management app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: aaq-operator spec: replicas: 1 selector: matchLabels: name: aaq-operator operator.aaq.kubevirt.io: "" strategy: {} template: metadata: creationTimestamp: null labels: app.kubernetes.io/component: quota-management app.kubernetes.io/managed-by: olm app.kubernetes.io/part-of: hyperconverged-cluster app.kubernetes.io/version: 4.16.1 name: aaq-operator operator.aaq.kubevirt.io: "" prometheus.aaq.kubevirt.io: "true" spec: containers: - args: - -v=1 env: - name: DEPLOY_CLUSTER_RESOURCES value: "true" - name: OPERATOR_VERSION value: 4.16.1 - name: CONTROLLER_IMAGE value: registry.redhat.io/container-native-virtualization/aaq-controller-rhel9@sha256:009db7871a870f7ff3da7bad4c915a52f633efdc653b386c4b46d8af51c81791 - name: AAQ_SERVER_IMAGE value: registry.redhat.io/container-native-virtualization/aaq-server-rhel9@sha256:9a745e9fffbbd0d0bdec122783c17de756166122788acaf0160494ed928cd241 - name: VERBOSITY value: "1" - name: PULL_POLICY value: IfNotPresent - name: MONITORING_NAMESPACE image: registry.redhat.io/container-native-virtualization/aaq-operator-rhel9@sha256:e5c4eb3f66341f6caa292ec85076f8783ca66539be00c42db8fb7c733815405d imagePullPolicy: IfNotPresent name: aaq-operator ports: - containerPort: 8080 name: metrics protocol: TCP resources: requests: cpu: 10m memory: 150Mi securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsNonRoot: true seccompProfile: type: RuntimeDefault terminationMessagePath: /dev/termination-log terminationMessagePolicy: File nodeSelector: kubernetes.io/os: linux priorityClassName: kubevirt-cluster-critical securityContext: runAsNonRoot: true serviceAccountName: aaq-operator tolerations: - key: CriticalAddonsOnly operator: Exists permissions: - rules: - apiGroups: - apps resources: - daemonsets verbs: - get - create - update - delete - apiGroups: - "" resources: - configmaps verbs: - get - create - update - apiGroups: - apps resources: - deployments verbs: - delete - apiGroups: - "" resources: - namespaces verbs: - update - get - patch - apiGroups: - "" resources: - serviceaccounts verbs: - get - create - update - delete - apiGroups: - monitoring.coreos.com resources: - prometheusrules - servicemonitors verbs: - get - create - update - delete - apiGroups: - rbac.authorization.k8s.io resources: - roles - rolebindings verbs: - get - create - update - delete - apiGroups: - policy resources: - poddisruptionbudgets verbs: - get - delete serviceAccountName: cluster-network-addons-operator - rules: - apiGroups: - "" resourceNames: - kubevirt-ca - kubevirt-export-ca - kubevirt-virt-handler-certs - kubevirt-virt-handler-server-certs - kubevirt-operator-certs - kubevirt-virt-api-certs - kubevirt-controller-certs - kubevirt-exportproxy-certs resources: - secrets verbs: - create - get - list - watch - patch - delete - apiGroups: - "" resources: - configmaps verbs: - create - get - list - watch - patch - delete - apiGroups: - route.openshift.io resources: - routes verbs: - create - get - list - watch - patch - delete - apiGroups: - route.openshift.io resources: - routes/custom-host verbs: - create - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - delete - update - create - patch - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - apiGroups: - route.openshift.io resources: - routes verbs: - list - get - watch - apiGroups: - "" resources: - secrets verbs: - list - get - watch - apiGroups: - networking.k8s.io resources: - ingresses verbs: - list - get - watch - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - delete - update - create - patch - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - apiGroups: - "" resourceNames: - kubevirt-export-ca resources: - configmaps verbs: - get - list - watch serviceAccountName: kubevirt-operator - rules: - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - create - update - patch - delete - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - create - update - patch - delete - apiGroups: - "" resources: - events verbs: - create - patch serviceAccountName: ssp-operator - rules: - apiGroups: - rbac.authorization.k8s.io resources: - rolebindings - roles verbs: - get - list - watch - create - update - delete - apiGroups: - "" resources: - serviceaccounts - configmaps - events - secrets - services verbs: - get - list - watch - create - update - patch - delete - apiGroups: - apps resources: - deployments - deployments/finalizers verbs: - get - list - watch - create - update - delete - apiGroups: - route.openshift.io resources: - routes - routes/custom-host verbs: - get - list - watch - create - update - apiGroups: - config.openshift.io resources: - proxies verbs: - get - list - watch - apiGroups: - monitoring.coreos.com resources: - servicemonitors - prometheusrules verbs: - get - list - watch - create - delete - update - patch - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - create - update - apiGroups: - "" resources: - secrets - configmaps verbs: - get - list - watch - create - apiGroups: - "" resources: - configmaps verbs: - get - list - watch - create - update - delete - apiGroups: - "" resources: - secrets verbs: - get - list - watch - apiGroups: - batch resources: - cronjobs verbs: - get - list - watch - create - update - deletecollection - apiGroups: - batch resources: - jobs verbs: - create - deletecollection - list - watch - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - create - update - apiGroups: - networking.k8s.io resources: - ingresses verbs: - get - list - watch - apiGroups: - route.openshift.io resources: - routes verbs: - get - list - watch - apiGroups: - "" resources: - configmaps verbs: - get - apiGroups: - "" resources: - services - endpoints - pods verbs: - get - list - watch serviceAccountName: cdi-operator - rules: - apiGroups: - apps resources: - daemonsets verbs: - list - get - watch - create - apiGroups: - apps resourceNames: - hostpath-provisioner - hostpath-provisioner-csi resources: - daemonsets verbs: - delete - update - apiGroups: - apps resources: - deployments verbs: - list - get - watch - create - delete - update - apiGroups: - "" resources: - endpoints verbs: - get - list - watch - apiGroups: - "" resources: - services verbs: - get - list - watch - create - apiGroups: - "" resourceNames: - hpp-prometheus-metrics resources: - services verbs: - update - delete - apiGroups: - "" resources: - configmaps verbs: - create - get - apiGroups: - "" resourceNames: - hostpath-provisioner-operator-lock resources: - configmaps verbs: - update - apiGroups: - "" resources: - serviceaccounts verbs: - list - get - create - watch - apiGroups: - "" resourceNames: - hostpath-provisioner-admin - hostpath-provisioner-admin-csi resources: - serviceaccounts verbs: - update - delete - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - update - create - apiGroups: - storage.k8s.io resources: - csistoragecapacities verbs: - get - list - watch - delete - update - create - apiGroups: - monitoring.coreos.com resources: - servicemonitors - prometheusrules verbs: - list - get - watch - create - delete - update - patch - apiGroups: - rbac.authorization.k8s.io resources: - rolebindings verbs: - list - get - watch - create - apiGroups: - rbac.authorization.k8s.io resources: - roles verbs: - list - get - watch - create - apiGroups: - rbac.authorization.k8s.io resourceNames: - hostpath-provisioner - hostpath-provisioner-admin - hostpath-provisioner-admin-csi - hostpath-provisioner-monitoring resources: - rolebindings verbs: - update - delete - apiGroups: - rbac.authorization.k8s.io resourceNames: - hostpath-provisioner - hostpath-provisioner-admin - hostpath-provisioner-admin-csi - hostpath-provisioner-monitoring resources: - roles verbs: - update - delete - apiGroups: - batch resources: - jobs verbs: - create - delete - list - watch serviceAccountName: hostpath-provisioner-operator - rules: - apiGroups: - "" resources: - serviceaccounts - configmaps - events - secrets - services verbs: - create - get - list - watch - delete - update - apiGroups: - "" resources: - pods - services - endpoints verbs: - get - list - watch - create - update - apiGroups: - apps resources: - deployments - deployments/finalizers verbs: - create - get - list - watch - delete - update - apiGroups: - monitoring.coreos.com resources: - servicemonitors - prometheusrules verbs: - get - list - watch - create - delete - update - patch - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - delete - update - create - patch - apiGroups: - rbac.authorization.k8s.io resources: - rolebindings - roles verbs: - create - get - list - watch - delete - update serviceAccountName: mtq-operator - rules: - apiGroups: - "" resources: - serviceaccounts - configmaps - events - secrets - services verbs: - create - get - list - watch - delete - update - apiGroups: - "" resources: - pods - services - endpoints verbs: - get - list - watch - create - update - apiGroups: - apps resources: - deployments - deployments/finalizers verbs: - create - get - list - watch - delete - update - apiGroups: - monitoring.coreos.com resources: - servicemonitors - prometheusrules verbs: - get - list - watch - create - delete - update - patch - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - list - watch - delete - update - create - patch - apiGroups: - rbac.authorization.k8s.io resources: - rolebindings - roles verbs: - create - get - list - watch - delete - update serviceAccountName: aaq-operator strategy: deployment installModes: - supported: true type: OwnNamespace - supported: true type: SingleNamespace - supported: false type: MultiNamespace - supported: false type: AllNamespaces keywords: - KubeVirt - Virtualization - VM - CNV - Container-native virtualization - Container native virtualization - Virt - Virtual labels: alm-owner-kubevirt: kubevirt-hyperconverged operated-by: kubevirt-hyperconverged links: - name: Source Code url: https://github.com/kubevirt - name: OpenShift Virtualization url: https://www.openshift.com/learn/topics/virtualization/ - name: KubeVirt Project url: https://kubevirt.io maintainers: - email: support@redhat.com name: Red Hat Support maturity: alpha provider: name: Red Hat relatedImages: - image: registry.redhat.io/container-native-virtualization/aaq-controller-rhel9@sha256:009db7871a870f7ff3da7bad4c915a52f633efdc653b386c4b46d8af51c81791 name: registry.redhat.io/container-native-virtualization/aaq-controller-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/aaq-operator-rhel9@sha256:e5c4eb3f66341f6caa292ec85076f8783ca66539be00c42db8fb7c733815405d name: registry.redhat.io/container-native-virtualization/aaq-operator-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/aaq-server-rhel9@sha256:9a745e9fffbbd0d0bdec122783c17de756166122788acaf0160494ed928cd241 name: registry.redhat.io/container-native-virtualization/aaq-server-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532 name: registry.redhat.io/container-native-virtualization/bridge-marker-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381 name: registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71 name: registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73 name: registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9:v4.16.1-3 - image: registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9@sha256:7c7411de1f2fc5ed2fd977616257d2548d0ed1447a8517ede3483754c17c8e7e name: registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b name: registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9:v4.16.1-2 - image: registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3e1b36f0f90ee7822771b43fdb90a1a3e5f686b234311092a32ee39347d4975 name: registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264 name: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9:v4.16.1-2 - image: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744 name: registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9:v4.16.1-2 - image: registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6 name: registry.redhat.io/container-native-virtualization/kubemacpool-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9@sha256:78e24bdf1b8d4f27c7bdf0f691085acfb507928ca1efe13c8b21ded970c74553 name: registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec name: registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubevirt-common-instancetypes-rhel9@sha256:dab4e22a8d8960a20e9087f58fcfac33be3f157a9e0c43dbfa98a08f24255c12 name: registry.redhat.io/container-native-virtualization/kubevirt-common-instancetypes-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2 name: registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9:v4.16.1-98 - image: registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9@sha256:e0e1051cfcebcb06fe136cc87c2a1f5c8a9ade7daa93a3d7a5f5dd0b46d031ad name: registry.redhat.io/container-native-virtualization/kubevirt-dpdk-checkup-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubevirt-realtime-checkup-rhel9@sha256:c3ce012a01e893340d24dd18ec609cd27cb3114fe891632f0d8058e48031028b name: registry.redhat.io/container-native-virtualization/kubevirt-realtime-checkup-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:c26016ee78d6f5d21b51b0a8769e57d8a27b9e18812d6785c229bf04d133794d name: registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9:v4.16.1-2 - image: registry.redhat.io/container-native-virtualization/kubevirt-storage-checkup-rhel9@sha256:4ee2cdb26b47d6ebfe319f2b7dcc7d90d00dc7d28867af606becc08776df3910 name: registry.redhat.io/container-native-virtualization/kubevirt-storage-checkup-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9@sha256:7bc4f057d78f4a414572b23b2484066e2c30d467e4f1ca2ba070fab7c68aee32 name: registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-create-datavolume-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9@sha256:3988a3a3f4d7ed8e166e012f6803bee68d450d6d3696c36427ff5947d3e89b02 name: registry.redhat.io/container-native-virtualization/kubevirt-tekton-tasks-disk-virt-customize-rhel9:v4.16.1-8 - image: registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190 name: registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652 name: registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/mtq-controller-rhel9@sha256:395f9ed865080b9e90f23f8a1420e33ced37ecd1cfd9ba48b3c272c9a5814f66 name: registry.redhat.io/container-native-virtualization/mtq-controller-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/mtq-lock-server-rhel9@sha256:77b35525a1a1f8646b1a80961bd915a1ba6d4e61960465bc6f70a281673eb263 name: registry.redhat.io/container-native-virtualization/mtq-lock-server-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/mtq-operator-rhel9@sha256:785b7a2182ec0742453e699df8456f5608a0ab12b8ff2e2ec7cd46336448ebb9 name: registry.redhat.io/container-native-virtualization/mtq-operator-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9@sha256:03f61dbb2ab3742dc7ca5a4b233cd819bd28b339d6f3f3a19e3a1f8b51362b8c name: registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9@sha256:1e9ac3c3e418f98eb59fcc98770d22a137b94a2af9410da230935e0fa35f3763 name: registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9@sha256:d61fa11e754835c49daa5738da165f5486203fdbcf2a27ecacd0494f1f24a0b9 name: registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-cni-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9@sha256:694f77fc7494600fb5d3e790193db5b94d50a9491895dd929217f505e7b329eb name: registry.redhat.io/container-native-virtualization/passt-network-binding-plugin-sidecar-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c name: registry.redhat.io/container-native-virtualization/pr-helper-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b name: registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9:v4.16.1-71 - image: registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b name: registry.redhat.io/container-native-virtualization/virt-api-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e9e54d14da1b841e5c44bd357320fd13f0c789ef0e84572e2e36da2398bb654a name: registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9:v4.16.1-7 - image: registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef name: registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab name: registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061 name: registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031 name: registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9@sha256:689551d442aab7d257014ef74b2ee96102377307242a1151b0dc737adfd8d4d4 name: registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6 name: registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c name: registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9:v4.16.1-4 - image: registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb name: registry.redhat.io/container-native-virtualization/virt-controller-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63 name: registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253 name: registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376 name: registry.redhat.io/container-native-virtualization/virt-handler-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b name: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056 name: registry.redhat.io/container-native-virtualization/virt-operator-rhel9:v4.16.1-5 - image: registry.redhat.io/container-native-virtualization/virtio-win-rhel9@sha256:584857c3d7cee20877a4ea135fb58fd7721dfc04a23a6c76580eba9facd6e6c0 name: registry.redhat.io/container-native-virtualization/virtio-win-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9@sha256:3d10aba6a4ebe115ae44fc0104d525be4b1ce6507eff226c830d144a4ca6e2bc name: registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9@sha256:990c9bf7d384802d78773e6de5597f9f67ae870d6353280b7704fb0d39a4eaf0 name: registry.redhat.io/container-native-virtualization/vm-network-latency-checkup-rhel9:v4.16.1-1 - image: registry.redhat.io/container-native-virtualization/wasp-agent-rhel9@sha256:235b81c74584bd07fe1841d7002a37aab657871dba2692ca7d68ef8b43a7d4dd name: registry.redhat.io/container-native-virtualization/wasp-agent-rhel9:v4.16.1-1 - image: registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7 name: registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8:2.6 - image: registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:185a83c994aced74546fe630cd71656f1e4112cb15be75f41dfcb1b9ed0966bd name: registry.redhat.io/openshift4/ose-coredns-rhel9:v4.16 - image: registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0769512df0fa1325d76a5f10a1a704cf60fc65f62f57b157ea53bc9ba682851f name: registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9:v4.16 - image: registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d6dfd062df3d0d49f7efb928b835b9c8e0bcfb514a653ba2896a0152f24a0a21 name: registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9:v4.16 - image: registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fa0478fbf91248166f0eed8ec5f8dbb5b31d26031438376d9301836b6a069643 name: registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9:v4.16 - image: registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09a30b59c906ddc4604d70f18210bcebef1f90f8bf965422b0caba363cd88989 name: registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9:v4.16 - image: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58 name: registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9:v4.16 replaces: kubevirt-hyperconverged-operator.v4.16.0 selector: matchLabels: alm-owner-kubevirt: kubevirt-hyperconverged operated-by: kubevirt-hyperconverged version: 4.16.1 webhookdefinitions: - admissionReviewVersions: - v1beta1 - v1 containerPort: 4343 deploymentName: hco-webhook failurePolicy: Fail generateName: validate-hco.kubevirt.io rules: - apiGroups: - hco.kubevirt.io apiVersions: - v1alpha1 - v1beta1 operations: - CREATE - DELETE - UPDATE resources: - hyperconvergeds sideEffects: None timeoutSeconds: 10 type: ValidatingAdmissionWebhook webhookPath: /validate-hco-kubevirt-io-v1beta1-hyperconverged - admissionReviewVersions: - v1beta1 - v1 containerPort: 4343 deploymentName: hco-webhook failurePolicy: Fail generateName: mutate-ns-hco.kubevirt.io objectSelector: matchLabels: kubernetes.io/metadata.name: openshift-cnv rules: - apiGroups: - "" apiVersions: - v1 operations: - DELETE resources: - namespaces sideEffects: NoneOnDryRun timeoutSeconds: 10 type: MutatingAdmissionWebhook webhookPath: /mutate-ns-hco-kubevirt-io - admissionReviewVersions: - v1beta1 - v1 containerPort: 4343 deploymentName: hco-webhook failurePolicy: Fail generateName: mutate-hyperconverged-hco.kubevirt.io rules: - apiGroups: - hco.kubevirt.io apiVersions: - v1alpha1 - v1beta1 operations: - CREATE - UPDATE resources: - hyperconvergeds sideEffects: NoneOnDryRun timeoutSeconds: 10 type: MutatingAdmissionWebhook webhookPath: /mutate-hco-kubevirt-io-v1beta1-hyperconverged - admissionReviewVersions: - v1 containerPort: 9443 deploymentName: ssp-operator failurePolicy: Fail generateName: validation.ssp.kubevirt.io rules: - apiGroups: - ssp.kubevirt.io apiVersions: - v1beta1 - v1beta2 operations: - CREATE - UPDATE resources: - ssps sideEffects: None targetPort: 9443 type: ValidatingAdmissionWebhook webhookPath: /validate-ssp-kubevirt-io-v1beta2-ssp - admissionReviewVersions: - v1beta1 containerPort: 9443 deploymentName: hostpath-provisioner-operator failurePolicy: Fail generateName: validate-hostpath-provisioner.kubevirt.io rules: - apiGroups: - hostpathprovisioner.kubevirt.io apiVersions: - v1beta1 operations: - CREATE - DELETE - UPDATE resources: - hostpathprovisioners sideEffects: None targetPort: 9443 type: ValidatingAdmissionWebhook webhookPath: /validate-hostpathprovisioner-kubevirt-io-v1beta1-hostpathprovisioner status: certsLastUpdated: "2024-07-20T18:17:07Z" certsRotateAt: "2026-07-19T18:17:00Z" cleanup: {} conditions: - lastTransitionTime: "2024-07-20T18:16:50Z" lastUpdateTime: "2024-07-20T18:16:50Z" message: requirements not yet checked phase: Pending reason: RequirementsUnknown - lastTransitionTime: "2024-07-20T18:16:50Z" lastUpdateTime: "2024-07-20T18:16:50Z" message: one or more requirements couldn't be found phase: Pending reason: RequirementsNotMet - lastTransitionTime: "2024-07-20T18:16:57Z" lastUpdateTime: "2024-07-20T18:16:57Z" message: all requirements found, attempting install phase: InstallReady reason: AllRequirementsMet - lastTransitionTime: "2024-07-20T18:17:00Z" lastUpdateTime: "2024-07-20T18:17:00Z" message: waiting for install components to report healthy phase: Installing reason: InstallSucceeded - lastTransitionTime: "2024-07-20T18:17:00Z" lastUpdateTime: "2024-07-20T18:17:12Z" message: 'installing: waiting for deployment hco-operator to become ready: deployment "hco-operator" not available: Deployment does not have minimum availability.' phase: Installing reason: InstallWaiting - lastTransitionTime: "2024-07-20T18:17:44Z" lastUpdateTime: "2024-07-20T18:17:44Z" message: install strategy completed with no errors phase: Succeeded reason: InstallSucceeded - lastTransitionTime: "2024-07-20T18:18:03Z" lastUpdateTime: "2024-07-20T18:18:03Z" message: 'installing: waiting for deployment ssp-operator to become ready: deployment "ssp-operator" not available: Deployment does not have minimum availability.' phase: Failed reason: ComponentUnhealthy - lastTransitionTime: "2024-07-20T18:18:05Z" lastUpdateTime: "2024-07-20T18:18:05Z" message: 'installing: waiting for deployment ssp-operator to become ready: deployment "ssp-operator" not available: Deployment does not have minimum availability.' phase: Pending reason: NeedsReinstall - lastTransitionTime: "2024-07-20T18:18:07Z" lastUpdateTime: "2024-07-20T18:18:07Z" message: all requirements found, attempting install phase: InstallReady reason: AllRequirementsMet - lastTransitionTime: "2024-07-20T18:18:09Z" lastUpdateTime: "2024-07-20T18:18:09Z" message: waiting for install components to report healthy phase: Installing reason: InstallSucceeded - lastTransitionTime: "2024-07-20T18:18:20Z" lastUpdateTime: "2024-07-20T18:18:20Z" message: install strategy completed with no errors phase: Succeeded reason: InstallSucceeded lastTransitionTime: "2024-07-20T18:18:20Z" lastUpdateTime: "2024-07-20T18:18:20Z" message: install strategy completed with no errors phase: Succeeded reason: InstallSucceeded requirementStatus: - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: aaqs.aaq.kubevirt.io status: Present uuid: 16e93496-8c6b-48dc-ad10-0d9cbc98e370 version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: cdis.cdi.kubevirt.io status: Present uuid: 93f88ab7-107b-45e5-b53a-99492bc63937 version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: hostpathprovisioners.hostpathprovisioner.kubevirt.io status: Present uuid: 7cacd8db-8fae-498d-abd8-eff69a812505 version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: hyperconvergeds.hco.kubevirt.io status: Present uuid: 2c487275-cc86-4454-b50f-36a49a4e1c7b version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: kubevirts.kubevirt.io status: Present uuid: e2361b44-4039-4e38-b6ca-57d1de3aea22 version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: mtqs.mtq.kubevirt.io status: Present uuid: 19ff8b28-29b2-4faa-a551-4c66a2b80f80 version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io status: Present uuid: 29c15931-9520-4d14-ac95-ad0ef79f243f version: v1 - group: apiextensions.k8s.io kind: CustomResourceDefinition message: CRD is present and Established condition is true name: ssps.ssp.kubevirt.io status: Present uuid: fe5a05f8-11a4-4ea4-a75b-c18aa0916949 version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":[""],"resources":["serviceaccounts","configmaps","events","secrets","services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["get","list","watch","create","update"],"apiGroups":[""],"resources":["pods","services","endpoints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["apps"],"resources":["deployments","deployments/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["get","list","watch","create","delete","update","patch"],"apiGroups":["monitoring.coreos.com"],"resources":["servicemonitors","prometheusrules"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["get","list","watch","delete","update","create","patch"],"apiGroups":["coordination.k8s.io"],"resources":["leases"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["rolebindings","roles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings","clusterroles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions","customresourcedefinitions/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","delete","update"],"apiGroups":["mtq.kubevirt.io"],"resources":["mtqs","mtqs/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","patch"],"apiGroups":["mtq.kubevirt.io"],"resources":["mtqs/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["scheduling.k8s.io"],"resources":["priorityclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":[""],"resources":["pods"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","get"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","get"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","update"],"apiGroups":[""],"resources":["resourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":[""],"resources":["limitranges"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","watch","list"],"apiGroups":["mtq.kubevirt.io"],"resources":["virtualmachinemigrationresourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["mtq.kubevirt.io"],"resources":["virtualmachinemigrationresourcequotas/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstances","virtualmachineinstancemigrations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","delete"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: mtq-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":[""],"resources":["serviceaccounts","configmaps","events","secrets","services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["get","list","watch","create","update"],"apiGroups":[""],"resources":["pods","services","endpoints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["apps"],"resources":["deployments","deployments/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["get","list","watch","create","delete","update","patch"],"apiGroups":["monitoring.coreos.com"],"resources":["servicemonitors","prometheusrules"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["get","list","watch","delete","update","create","patch"],"apiGroups":["coordination.k8s.io"],"resources":["leases"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: namespaced rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["rolebindings","roles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings","clusterroles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","create"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch","delete","update"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions","customresourcedefinitions/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","delete","update"],"apiGroups":["aaq.kubevirt.io"],"resources":["aaqs","aaqs/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","patch"],"apiGroups":["aaq.kubevirt.io"],"resources":["aaqs/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","list","watch","create","get","delete"],"apiGroups":["admissionregistration.k8s.io"],"resources":["mutatingwebhookconfigurations","validatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["scheduling.k8s.io"],"resources":["priorityclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","list","watch","get"],"apiGroups":[""],"resources":["pods"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","get"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","get"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","update","create","delete"],"apiGroups":[""],"resources":["resourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","create","delete","update"],"apiGroups":["quota.openshift.io"],"resources":["clusterresourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","watch","list","create"],"apiGroups":["aaq.kubevirt.io"],"resources":["aaqjobqueueconfigs"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["aaq.kubevirt.io"],"resources":["aaqjobqueueconfigs/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","watch","list"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareresourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","watch","list"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareclusterresourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","update","delete","get","watch","list"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareappliedclusterresourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","update"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareclusterresourcequotas/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","update"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareresourcequotas/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareresourcequotas/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["aaq.kubevirt.io"],"resources":["applicationawareclusterresourcequotas/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list","get"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstances","virtualmachineinstancemigrations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","delete"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["aaq.kubevirt.io"],"resources":["aaqs"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":[""],"resources":["resourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["quota.openshift.io"],"resources":["clusterresourcequotas"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: aaq-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","update","watch"],"apiGroups":["hco.kubevirt.io"],"resources":["hyperconvergeds"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","create","update","watch"],"apiGroups":["hco.kubevirt.io"],"resources":["hyperconvergeds/finalizers","hyperconvergeds/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["kubevirt.io"],"resources":["kubevirts","kubevirts/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["cdi.kubevirt.io"],"resources":["cdis","cdis/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["ssp.kubevirt.io"],"resources":["ssps","ssps/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["networkaddonsoperator.network.kubevirt.io"],"resources":["networkaddonsconfigs","networkaddonsconfigs/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["mtq.kubevirt.io"],"resources":["mtqs","mtqs/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["aaq.kubevirt.io"],"resources":["aaqs","aaqs/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":[""],"resources":["services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["pods"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list"],"apiGroups":[""],"resources":["nodes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","delete","watch"],"apiGroups":[""],"resources":["endpoints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch","update"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["apps"],"resources":["deployments","replicasets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["roles","rolebindings"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","delete"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch","update"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["monitoring.coreos.com"],"resources":["servicemonitors","prometheusrules"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","patch"],"apiGroups":["operators.coreos.com"],"resources":["clusterserviceversions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete"],"apiGroups":["scheduling.k8s.io"],"resources":["priorityclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","update","patch"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["console.openshift.io"],"resources":["consoleclidownloads","consolequickstarts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list"],"apiGroups":["config.openshift.io"],"resources":["clusterversions","infrastructures","ingresses","networks"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["config.openshift.io"],"resources":["apiservers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["config.openshift.io"],"resources":["dnses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["coordination.k8s.io"],"resources":["leases"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["route.openshift.io"],"resources":["routes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","patch"],"apiGroups":["operators.coreos.com"],"resources":["operatorconditions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["image.openshift.io"],"resources":["imagestreams"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["console.openshift.io"],"resources":["consoleplugins"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update"],"apiGroups":["operator.openshift.io"],"resources":["consoles"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: hyperconverged-cluster-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["operator.openshift.io"],"resources":["networks"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","create","update"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create","update"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["networkaddonsoperator.network.kubevirt.io"],"resources":["networkaddonsconfigs"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["patch"],"apiGroups":["networkaddonsoperator.network.kubevirt.io"],"resources":["networkaddonsconfigs/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["networkaddonsoperator.network.kubevirt.io"],"resources":["networkaddonsconfigs/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["apps"],"resources":["deployments","daemonsets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":[""],"resources":["configmaps","namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create","update","bind","delete"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterroles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create","update","delete"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create","update","delete"],"apiGroups":["admissionregistration.k8s.io"],"resources":["mutatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["config.openshift.io"],"resources":["infrastructures"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["delete"],"apiGroups":[""],"resources":["services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","list","watch"],"apiGroups":[""],"resources":["pods","pods/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","patch","update"],"apiGroups":["events.k8s.io"],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","patch"],"apiGroups":[""],"resources":["nodes","nodes/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch","create","update"],"apiGroups":[""],"resources":["secrets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations","mutatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create","update","list","watch"],"apiGroups":[""],"resources":["services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authentication.k8s.io"],"resources":["tokenreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authorization.k8s.io"],"resources":["subjectaccessreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create","update"],"apiGroups":["apps"],"resources":["deployments"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstances"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["endpoints"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: cluster-network-addons-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch","update","patch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete","patch"],"apiGroups":[""],"resources":["serviceaccounts","services","endpoints","pods/exec"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["patch","delete"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","patch"],"apiGroups":["batch"],"resources":["jobs"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list","create","delete","patch"],"apiGroups":["apps"],"resources":["controllerrevisions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","patch"],"apiGroups":["apps"],"resources":["deployments","daemonsets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","patch","update"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterroles","clusterrolebindings","roles","rolebindings"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","patch"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","patch","update"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"],"resourceNames":["privileged"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","delete"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"],"resourceNames":["kubevirt-handler","kubevirt-controller"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","update","patch"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations","mutatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","update","patch"],"apiGroups":["apiregistration.k8s.io"],"resources":["apiservices"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete","update","patch"],"apiGroups":["monitoring.coreos.com"],"resources":["servicemonitors","prometheusrules"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","delete","patch"],"apiGroups":[""],"resources":["pods"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch","update"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines","virtualmachineinstances"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["patch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch","patch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstancemigrations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstancepresets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list"],"apiGroups":[""],"resources":["limitranges"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["snapshot.kubevirt.io"],"resources":["virtualmachinesnapshots","virtualmachinerestores","virtualmachinesnapshotcontents"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["datasources","datavolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineinstancetypes","virtualmachineclusterinstancetypes","virtualmachinepreferences","virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["migrations.kubevirt.io"],"resources":["migrationpolicies"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","list","get"],"apiGroups":["apps"],"resources":["controllerrevisions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","delete","create","patch"],"apiGroups":["policy"],"resources":["poddisruptionbudgets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","delete","update","create","patch"],"apiGroups":[""],"resources":["pods","configmaps","endpoints","services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":[""],"resources":["secrets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":[""],"resources":["pods/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":[""],"resources":["pods/eviction"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["patch"],"apiGroups":[""],"resources":["pods/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","patch"],"apiGroups":[""],"resources":["nodes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list"],"apiGroups":["apps"],"resources":["daemonsets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list","create","delete","get","update"],"apiGroups":["apps"],"resources":["controllerrevisions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete","patch"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["snapshot.kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["export.kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["watch","list","create","delete","update","patch","get"],"apiGroups":["pool.kubevirt.io"],"resources":["virtualmachinepools","virtualmachinepools/finalizers","virtualmachinepools/status","virtualmachinepools/scale"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachineinstances/addvolume","virtualmachineinstances/removevolume","virtualmachineinstances/freeze","virtualmachineinstances/unfreeze","virtualmachineinstances/softreboot","virtualmachineinstances/sev/setupsession","virtualmachineinstances/sev/injectlaunchsecret"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["cdi.kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["k8s.cni.cncf.io"],"resources":["network-attachment-definitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authorization.k8s.io"],"resources":["subjectaccessreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshotclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshots"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["storage.k8s.io"],"resources":["storageclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineinstancetypes","virtualmachineclusterinstancetypes","virtualmachinepreferences","virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["migrations.kubevirt.io"],"resources":["migrationpolicies"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","patch","delete"],"apiGroups":["clone.kubevirt.io"],"resources":["virtualmachineclones","virtualmachineclones/status","virtualmachineclones/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":[""],"resources":["resourcequotas"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","list","watch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstances"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["patch","list","watch","get"],"apiGroups":[""],"resources":["nodes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["migrations.kubevirt.io"],"resources":["migrationpolicies"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["export.kubevirt.io"],"resources":["virtualmachineexports"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list"],"apiGroups":["subresources.kubevirt.io"],"resources":["version","guestfs"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachineinstances/console","virtualmachineinstances/vnc","virtualmachineinstances/vnc/screenshot","virtualmachineinstances/portforward","virtualmachineinstances/guestosinfo","virtualmachineinstances/filesystemlist","virtualmachineinstances/userlist","virtualmachineinstances/sev/fetchcertchain","virtualmachineinstances/sev/querylaunchmeasurement"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachineinstances/pause","virtualmachineinstances/unpause","virtualmachineinstances/addvolume","virtualmachineinstances/removevolume","virtualmachineinstances/freeze","virtualmachineinstances/unfreeze","virtualmachineinstances/softreboot","virtualmachineinstances/sev/setupsession","virtualmachineinstances/sev/injectlaunchsecret"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachines/expand-spec","virtualmachines/portforward"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachines/start","virtualmachines/stop","virtualmachines/restart","virtualmachines/addvolume","virtualmachines/removevolume","virtualmachines/migrate","virtualmachines/memorydump"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["expand-vm-spec"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch","deletecollection"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines","virtualmachineinstances","virtualmachineinstancepresets","virtualmachineinstancereplicasets","virtualmachineinstancemigrations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch","deletecollection"],"apiGroups":["snapshot.kubevirt.io"],"resources":["virtualmachinesnapshots","virtualmachinesnapshotcontents","virtualmachinerestores"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch","deletecollection"],"apiGroups":["export.kubevirt.io"],"resources":["virtualmachineexports"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch","deletecollection"],"apiGroups":["clone.kubevirt.io"],"resources":["virtualmachineclones"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch","deletecollection"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineinstancetypes","virtualmachineclusterinstancetypes","virtualmachinepreferences","virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch","deletecollection"],"apiGroups":["pool.kubevirt.io"],"resources":["virtualmachinepools"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["migrations.kubevirt.io"],"resources":["migrationpolicies"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachineinstances/console","virtualmachineinstances/vnc","virtualmachineinstances/vnc/screenshot","virtualmachineinstances/portforward","virtualmachineinstances/guestosinfo","virtualmachineinstances/filesystemlist","virtualmachineinstances/userlist","virtualmachineinstances/sev/fetchcertchain","virtualmachineinstances/sev/querylaunchmeasurement"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachineinstances/pause","virtualmachineinstances/unpause","virtualmachineinstances/addvolume","virtualmachineinstances/removevolume","virtualmachineinstances/freeze","virtualmachineinstances/unfreeze","virtualmachineinstances/softreboot","virtualmachineinstances/sev/setupsession","virtualmachineinstances/sev/injectlaunchsecret"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachines/expand-spec","virtualmachines/portforward"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachines/start","virtualmachines/stop","virtualmachines/restart","virtualmachines/addvolume","virtualmachines/removevolume","virtualmachines/migrate","virtualmachines/memorydump"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["expand-vm-spec"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines","virtualmachineinstances","virtualmachineinstancepresets","virtualmachineinstancereplicasets","virtualmachineinstancemigrations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch"],"apiGroups":["snapshot.kubevirt.io"],"resources":["virtualmachinesnapshots","virtualmachinesnapshotcontents","virtualmachinerestores"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch"],"apiGroups":["export.kubevirt.io"],"resources":["virtualmachineexports"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch"],"apiGroups":["clone.kubevirt.io"],"resources":["virtualmachineclones"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineinstancetypes","virtualmachineclusterinstancetypes","virtualmachinepreferences","virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","delete","create","update","patch","list","watch"],"apiGroups":["pool.kubevirt.io"],"resources":["virtualmachinepools"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["migrations.kubevirt.io"],"resources":["migrationpolicies"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list"],"apiGroups":["kubevirt.io"],"resources":["kubevirts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachines/expand-spec","virtualmachineinstances/guestosinfo","virtualmachineinstances/filesystemlist","virtualmachineinstances/userlist","virtualmachineinstances/sev/fetchcertchain","virtualmachineinstances/sev/querylaunchmeasurement"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["expand-vm-spec"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines","virtualmachineinstances","virtualmachineinstancepresets","virtualmachineinstancereplicasets","virtualmachineinstancemigrations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["snapshot.kubevirt.io"],"resources":["virtualmachinesnapshots","virtualmachinesnapshotcontents","virtualmachinerestores"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["export.kubevirt.io"],"resources":["virtualmachineexports"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["clone.kubevirt.io"],"resources":["virtualmachineclones"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineinstancetypes","virtualmachineclusterinstancetypes","virtualmachinepreferences","virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["pool.kubevirt.io"],"resources":["virtualmachinepools"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["migrations.kubevirt.io"],"resources":["migrationpolicies"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineclusterinstancetypes","virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authentication.k8s.io"],"resources":["tokenreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authorization.k8s.io"],"resources":["subjectaccessreviews"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: kubevirt-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["endpoints","pods"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":[""],"resources":["services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","watch"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":["apiregistration.k8s.io"],"resources":["apiservices"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":["apps"],"resources":["deployments"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authentication.k8s.io"],"resources":["tokenreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authorization.k8s.io"],"resources":["subjectaccessreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["dataimportcrons"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["datasources"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["datavolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["cdi.kubevirt.io"],"resources":["datavolumes/source"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["config.openshift.io"],"resources":["clusterversions","infrastructures"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","list","update","watch"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","list","update","watch"],"apiGroups":[""],"resources":["configmaps","serviceaccounts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["persistentvolumeclaims/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["persistentvolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch"],"apiGroups":[""],"resources":["pods"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","patch"],"apiGroups":[""],"resources":["secrets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":[""],"resources":["serviceaccounts"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":[""],"resources":["serviceaccounts/token"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":[""],"resources":["services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","list","update","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineclusterinstancetypes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","list","update","watch"],"apiGroups":["instancetype.kubevirt.io"],"resources":["virtualmachineclusterpreferences"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","update","watch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachineinstances","virtualmachines"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","list","update","watch"],"apiGroups":["monitoring.coreos.com"],"resources":["prometheusrules","servicemonitors"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","list","update","watch"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings","clusterroles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","list","update","watch"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings","clusterroles","rolebindings"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","update","watch"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterroles","rolebindings"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","list","update","watch"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterroles","rolebindings","roles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["rolebindings","roles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["delete","list","watch"],"apiGroups":["route.openshift.io"],"resources":["routes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","update","watch"],"apiGroups":["ssp.kubevirt.io"],"resources":["ssps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["ssp.kubevirt.io"],"resources":["ssps/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["ssp.kubevirt.io"],"resources":["ssps/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachineinstances/vnc"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["subresources.kubevirt.io"],"resources":["virtualmachines/restart","virtualmachines/start","virtualmachines/stop"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","list","update","watch"],"apiGroups":["tekton.dev"],"resources":["pipelines"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","update","watch"],"apiGroups":["tekton.dev"],"resources":["tasks"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["template.openshift.io"],"resources":["processedtemplates"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","delete","get","list","patch","update","watch"],"apiGroups":["template.openshift.io"],"resources":["templates"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["token.kubevirt.io"],"resources":["virtualmachines/vnc"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: ssp-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings","clusterroles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update","create"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions","customresourcedefinitions/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["cdi.kubevirt.io","upload.cdi.kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","list","watch"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations","mutatingwebhookconfigurations"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","delete"],"apiGroups":["admissionregistration.k8s.io"],"resources":["validatingwebhookconfigurations"],"resourceNames":["cdi-api-dataimportcron-validate","cdi-api-populator-validate","cdi-api-datavolume-validate","cdi-api-validate","objecttransfer-api-validate"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","update","delete"],"apiGroups":["admissionregistration.k8s.io"],"resources":["mutatingwebhookconfigurations"],"resourceNames":["cdi-api-datavolume-mutate","cdi-api-pvc-mutate"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete"],"apiGroups":["apiregistration.k8s.io"],"resources":["apiservices"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":["authorization.k8s.io"],"resources":["subjectaccessreviews"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["persistentvolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["storage.k8s.io"],"resources":["storageclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":[""],"resources":["namespaces"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshots"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","get"],"apiGroups":["cdi.kubevirt.io"],"resources":["datavolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["cdi.kubevirt.io"],"resources":["datasources"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["volumeclonesources"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["storageprofiles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["cdis"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["cdi.kubevirt.io"],"resources":["cdiconfigs"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["cdi.kubevirt.io"],"resources":["cdis/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","patch"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update","delete","deletecollection","patch"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","update"],"apiGroups":[""],"resources":["persistentvolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":[""],"resources":["persistentvolumeclaims/finalizers","pods/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete"],"apiGroups":[""],"resources":["pods","services"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","create"],"apiGroups":[""],"resources":["configmaps"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["storage.k8s.io"],"resources":["storageclasses","csidrivers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["config.openshift.io"],"resources":["proxies","infrastructures"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["config.openshift.io"],"resources":["clusterversions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["cdi.kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshots","volumesnapshotclasses","volumesnapshotcontents"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","deletecollection"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshots"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["apiextensions.k8s.io"],"resources":["customresourcedefinitions"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["scheduling.k8s.io"],"resources":["priorityclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["image.openshift.io"],"resources":["imagestreams"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create"],"apiGroups":[""],"resources":["secrets"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["kubevirt.io"],"resources":["virtualmachines/finalizers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["forklift.cdi.kubevirt.io"],"resources":["ovirtvolumepopulators","openstackvolumepopulators"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","update"],"apiGroups":["cdi.kubevirt.io"],"resources":["dataimportcrons"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: cdi-operator status: Present version: v1 - dependents: - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","delete"],"apiGroups":[""],"resources":["persistentvolumes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","update"],"apiGroups":[""],"resources":["persistentvolumeclaims"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","create","patch","update"],"apiGroups":[""],"resources":["events"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","delete"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings"],"resourceNames":["hostpath-provisioner","hostpath-provisioner-admin","hostpath-provisioner-admin-csi"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","get","watch","create"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterrolebindings"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","get","watch","create"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterroles"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","delete"],"apiGroups":["rbac.authorization.k8s.io"],"resources":["clusterroles"],"resourceNames":["hostpath-provisioner","hostpath-provisioner-admin","hostpath-provisioner-admin-csi"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update"],"apiGroups":["apps"],"resources":["deployments/finalizers"],"resourceNames":["hostpath-provisioner-operator"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["*"],"apiGroups":["hostpathprovisioner.kubevirt.io"],"resources":["*"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","get","watch","create"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["delete","update"],"apiGroups":["security.openshift.io"],"resources":["securitycontextconstraints"],"resourceNames":["hostpath-provisioner","hostpath-provisioner-csi"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["config.openshift.io"],"resources":["apiservers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","get","watch"],"apiGroups":["storage.k8s.io"],"resources":["storageclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["nodes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["storage.k8s.io"],"resources":["csinodes"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["list","create","get","watch"],"apiGroups":["storage.k8s.io"],"resources":["csidrivers"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["delete","update"],"apiGroups":["storage.k8s.io"],"resources":["csidrivers"],"resourceNames":["kubevirt.io.hostpath-provisioner"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch","patch"],"apiGroups":["storage.k8s.io"],"resources":["volumeattachments"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["patch"],"apiGroups":["storage.k8s.io"],"resources":["volumeattachments/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshotclasses"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshots"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["create","get","list","watch","update","delete","patch"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshotcontents"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["update","patch"],"apiGroups":["snapshot.storage.k8s.io"],"resources":["volumesnapshotcontents/status"]} status: Satisfied version: v1 - group: rbac.authorization.k8s.io kind: PolicyRule message: cluster rule:{"verbs":["get","list","watch"],"apiGroups":[""],"resources":["pods"]} status: Satisfied version: v1 group: "" kind: ServiceAccount message: "" name: hostpath-provisioner-operator status: Present version: v1 kind: List metadata: resourceVersion: "" ============ InstallPlans ============ Command: oc get installplans -n openshift-cnv -o yaml apiVersion: v1 items: - apiVersion: operators.coreos.com/v1alpha1 kind: InstallPlan metadata: creationTimestamp: "2024-07-20T18:16:48Z" generateName: install- generation: 1 labels: operators.coreos.com/kubevirt-hyperconverged.openshift-cnv: "" name: install-2kj2m namespace: openshift-cnv ownerReferences: - apiVersion: operators.coreos.com/v1alpha1 blockOwnerDeletion: false controller: false kind: Subscription name: kubevirt-hyperconverged uid: 2a8af75f-ad2c-4a09-855f-bbb578c88ec5 resourceVersion: "89593" uid: 72bd9241-cd54-44f1-86bb-ddc6512986f5 spec: approval: Automatic approved: true clusterServiceVersionNames: - kubevirt-hyperconverged-operator.v4.16.1 generation: 1 status: bundleLookups: - catalogSourceRef: name: brew-catalog-source namespace: openshift-marketplace identifier: kubevirt-hyperconverged-operator.v4.16.1 path: registry.redhat.io/container-native-virtualization/hco-bundle-registry-rhel9@sha256:c46220b63f8b635609b2902f2f22f09ddfc245b31e761754206740d133c12023 properties: '{"properties":[{"type":"olm.gvk","value":{"group":"aaq.kubevirt.io","kind":"AAQ","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"cdi.kubevirt.io","kind":"CDI","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"cdi.kubevirt.io","kind":"CDI","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"hco.kubevirt.io","kind":"HyperConverged","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"hostpathprovisioner.kubevirt.io","kind":"HostPathProvisioner","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"kubevirt.io","kind":"KubeVirt","version":"v1"}},{"type":"olm.gvk","value":{"group":"kubevirt.io","kind":"KubeVirt","version":"v1alpha3"}},{"type":"olm.gvk","value":{"group":"mtq.kubevirt.io","kind":"MTQ","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"networkaddonsoperator.network.kubevirt.io","kind":"NetworkAddonsConfig","version":"v1"}},{"type":"olm.gvk","value":{"group":"networkaddonsoperator.network.kubevirt.io","kind":"NetworkAddonsConfig","version":"v1alpha1"}},{"type":"olm.gvk","value":{"group":"ssp.kubevirt.io","kind":"SSP","version":"v1beta1"}},{"type":"olm.gvk","value":{"group":"ssp.kubevirt.io","kind":"SSP","version":"v1beta2"}},{"type":"olm.package","value":{"packageName":"kubevirt-hyperconverged","version":"4.16.1"}}]}' replaces: kubevirt-hyperconverged-operator.v4.16.0 catalogSources: - brew-catalog-source conditions: - lastTransitionTime: "2024-07-20T18:16:58Z" lastUpdateTime: "2024-07-20T18:16:58Z" status: "True" type: Installed phase: Complete plan: - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: operators.coreos.com kind: ClusterServiceVersion manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged-operator.v4.16.1 sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1alpha1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: mtqs.mtq.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: hostpathprovisioners.hostpathprovisioner.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: ssps.ssp.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: hyperconvergeds.hco.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: cdis.cdi.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirts.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: apiextensions.k8s.io kind: CustomResourceDefinition manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: aaqs.aaq.kubevirt.io sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: hostpath-provisioner-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged-o-wkdxO9sSuBV8GtBlZHVuNIwj2Mh6wTLztj1h5 sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged-o-wkdxO9sSuBV8GtBlZHVuNIwj2Mh6wTLztj1h5 sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged-o-sK35whlxbzvv9rS75DLklskYwZQwQ3Iq4AGaA sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged-o-sK35whlxbzvv9rS75DLklskYwZQwQ3Iq4AGaA sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: mtq-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--c6H15OeI7vUAAvMWEsoxqk1lmmecLXm5ttGAhY sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--c6H15OeI7vUAAvMWEsoxqk1lmmecLXm5ttGAhY sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--bZMKACpvP20SDRKTcKPIexRklYnr1ue4G9zP5t sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--bZMKACpvP20SDRKTcKPIexRklYnr1ue4G9zP5t sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: aaq-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--22IQPYA0KB1w232A25zuUbQcJKLzjBEBVE8SDz sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--22IQPYA0KB1w232A25zuUbQcJKLzjBEBVE8SDz sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--bH6SZlrayUXY4lHtJZCbymKW1vE1FXx3AxXOeG sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--bH6SZlrayUXY4lHtJZCbymKW1vE1FXx3AxXOeG sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: hyperconverged-cluster-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--1yTd2Wj8HhECzE3NMZQtPkoVhbSpAqS3JUPJ2L sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--1yTd2Wj8HhECzE3NMZQtPkoVhbSpAqS3JUPJ2L sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: cluster-network-addons-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--8NyHxu1QD6kKKAjqpHdPqlIEIR92nA7qL8puFM sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--8NyHxu1QD6kKKAjqpHdPqlIEIR92nA7qL8puFM sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--68tWAP274MgBs42rfbXuBaVI6t5xcDunIOghAB sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--68tWAP274MgBs42rfbXuBaVI6t5xcDunIOghAB sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--5Gdupo5SItIfakQTiGxWbDxxnBEWCnknIkyJDr sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--5Gdupo5SItIfakQTiGxWbDxxnBEWCnknIkyJDr sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--1go54Ax6AZTYoX474udF8ZU1h2bumFOwtezD6s sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--1go54Ax6AZTYoX474udF8ZU1h2bumFOwtezD6s sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: ssp-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--a9sZOII7Q6eMmPsD66yU1rs31GBPXh39YoDwGn sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--a9sZOII7Q6eMmPsD66yU1rs31GBPXh39YoDwGn sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--6wDihdqxvJdEECn7vu2rYzwwmOiY6oLuYKqQQ8 sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--6wDihdqxvJdEECn7vu2rYzwwmOiY6oLuYKqQQ8 sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: "" kind: ServiceAccount manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: cdi-operator sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: Role manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--3fn1C03eTe5bHCGPnMxtwc4PwIfg68O5ZIYk9u sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: RoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--3fn1C03eTe5bHCGPnMxtwc4PwIfg68O5ZIYk9u sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRole manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--9iBLRve0HslKkjiBowBnrl6me6mSAn5siFzMCP sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present - resolving: kubevirt-hyperconverged-operator.v4.16.1 resource: group: rbac.authorization.k8s.io kind: ClusterRoleBinding manifest: '{"kind":"ConfigMap","name":"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252","namespace":"openshift-marketplace","catalogSourceName":"brew-catalog-source","catalogSourceNamespace":"openshift-marketplace","replaces":"kubevirt-hyperconverged-operator.v4.16.0","properties":"{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}"}' name: kubevirt-hyperconverged--9iBLRve0HslKkjiBowBnrl6me6mSAn5siFzMCP sourceName: brew-catalog-source sourceNamespace: openshift-marketplace version: v1 status: Present startTime: "2024-07-20T18:16:58Z" kind: List metadata: resourceVersion: "" ============== OperatorGroups ============== Command: oc get operatorgroups -n openshift-cnv -o yaml apiVersion: v1 items: - apiVersion: operators.coreos.com/v1 kind: OperatorGroup metadata: annotations: olm.providedAPIs: AAQ.v1alpha1.aaq.kubevirt.io,CDI.v1beta1.cdi.kubevirt.io,HostPathProvisioner.v1beta1.hostpathprovisioner.kubevirt.io,HyperConverged.v1beta1.hco.kubevirt.io,KubeVirt.v1.kubevirt.io,MTQ.v1alpha1.mtq.kubevirt.io,NetworkAddonsConfig.v1.networkaddonsoperator.network.kubevirt.io,SSP.v1beta1.ssp.kubevirt.io,SSP.v1beta2.ssp.kubevirt.io creationTimestamp: "2024-07-20T18:16:34Z" generation: 1 name: openshift-cnv-group namespace: openshift-cnv resourceVersion: "88398" uid: 2f86c126-3f3c-4b77-95c7-2929d813c495 spec: targetNamespaces: - openshift-cnv upgradeStrategy: Default status: lastUpdated: "2024-07-20T18:16:34Z" namespaces: - openshift-cnv kind: List metadata: resourceVersion: "" ======================== HCO operator related CRD ======================== Related object: kind=PrometheusRule name=kubevirt-hyperconverged-prometheus-rule namespace=openshift-cnv Command: oc get PrometheusRule kubevirt-hyperconverged-prometheus-rule -n openshift-cnv -o json { "apiVersion": "monitoring.coreos.com/v1", "kind": "PrometheusRule", "metadata": { "creationTimestamp": "2024-07-20T18:17:14Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "monitoring", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-hyperconverged-prometheus-rule", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": false, "controller": false, "kind": "Deployment", "name": "hco-operator", "uid": "cd56d891-b298-4fef-b1de-2660ccfebf0f" } ], "resourceVersion": "89387", "uid": "f0fa80a0-e57d-4536-8587-2e2cba286cd9" }, "spec": { "groups": [ { "name": "recordingRules.rules", "rules": [ { "expr": "sum(kube_pod_container_resource_requests{resource=\"cpu\"} and on (pod) kube_pod_status_phase{phase=\"Running\"} * on (pod) group_left kube_pod_labels{ label_kubevirt_io=\"virt-launcher\"} \u003e 0)", "record": "cluster:vmi_request_cpu_cores:sum" }, { "expr": "sum by (container, reason)(kubevirt_memory_delta_from_requested_bytes)", "record": "cnv_abnormal" }, { "expr": "label_replace(vector(2) and on() ((kubevirt_hco_system_health_status\u003e1) or (count(ALERTS{kubernetes_operator_part_of=\"kubevirt\", alertstate=\"firing\", operator_health_impact=\"critical\"})\u003e0)) or (vector(1) and on() ((kubevirt_hco_system_health_status==1) or (count(ALERTS{kubernetes_operator_part_of=\"kubevirt\", alertstate=\"firing\", operator_health_impact=\"warning\"})\u003e0))) or vector(0),\"name\",\"kubevirt-hyperconverged\",\"\",\"\")", "record": "kubevirt_hyperconverged_operator_health_status" } ] }, { "name": "alerts.rules", "rules": [ { "alert": "HCOInstallationIncomplete", "annotations": { "description": "the installation was not completed; the HyperConverged custom resource is missing. In order to complete the installation of the Hyperconverged Cluster Operator you should create the HyperConverged custom resource.", "runbook_url": "https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/HCOInstallationIncomplete.md", "summary": "the installation was not completed; to complete the installation, create a HyperConverged custom resource." }, "expr": "kubevirt_hco_hyperconverged_cr_exists == 0", "for": "1h", "labels": { "kubernetes_operator_component": "hyperconverged-cluster-operator", "kubernetes_operator_part_of": "kubevirt", "operator_health_impact": "critical", "severity": "info" } }, { "alert": "KubeVirtCRModified", "annotations": { "description": "Out-of-band modification for {{ $labels.component_name }}.", "runbook_url": "https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/KubeVirtCRModified.md", "summary": "{{ $value }} out-of-band CR modifications were detected in the last 10 minutes." }, "expr": "sum by(component_name) ((round(increase(kubevirt_hco_out_of_band_modifications_total[10m]))\u003e0 and kubevirt_hco_out_of_band_modifications_total offset 10m) or (kubevirt_hco_out_of_band_modifications_total != 0 unless kubevirt_hco_out_of_band_modifications_total offset 10m))", "labels": { "kubernetes_operator_component": "hyperconverged-cluster-operator", "kubernetes_operator_part_of": "kubevirt", "operator_health_impact": "warning", "severity": "warning" } }, { "alert": "SingleStackIPv6Unsupported", "annotations": { "description": "KubeVirt Hyperconverged is not supported on a single stack IPv6 cluster", "runbook_url": "https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/SingleStackIPv6Unsupported.md", "summary": "KubeVirt Hyperconverged is not supported on a single stack IPv6 cluster" }, "expr": "kubevirt_hco_single_stack_ipv6 == 1", "labels": { "kubernetes_operator_component": "hyperconverged-cluster-operator", "kubernetes_operator_part_of": "kubevirt", "operator_health_impact": "critical", "severity": "critical" } }, { "alert": "UnsupportedHCOModification", "annotations": { "description": "unsafe modification for the {{ $labels.annotation_name }} annotation in the HyperConverged resource.", "runbook_url": "https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/UnsupportedHCOModification.md", "summary": "{{ $value }} unsafe modifications were detected in the HyperConverged resource." }, "expr": "sum by(annotation_name) ((kubevirt_hco_unsafe_modifications)\u003e0)", "labels": { "kubernetes_operator_component": "hyperconverged-cluster-operator", "kubernetes_operator_part_of": "kubevirt", "operator_health_impact": "none", "severity": "info" } } ] } ] } } Related object: kind=Role name=hyperconverged-cluster-operator-metrics namespace=openshift-cnv Command: oc get Role hyperconverged-cluster-operator-metrics -n openshift-cnv -o json { "apiVersion": "rbac.authorization.k8s.io/v1", "kind": "Role", "metadata": { "creationTimestamp": "2024-07-20T18:17:14Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "monitoring", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "hyperconverged-cluster-operator-metrics", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": false, "controller": false, "kind": "Deployment", "name": "hco-operator", "uid": "cd56d891-b298-4fef-b1de-2660ccfebf0f" } ], "resourceVersion": "89400", "uid": "d13747ac-18a0-450d-a788-0dae1984d1df" }, "rules": [ { "apiGroups": [ "" ], "resources": [ "services", "endpoints", "pods" ], "verbs": [ "get", "list", "watch" ] } ] } Related object: kind=RoleBinding name=hyperconverged-cluster-operator-metrics namespace=openshift-cnv Command: oc get RoleBinding hyperconverged-cluster-operator-metrics -n openshift-cnv -o json { "apiVersion": "rbac.authorization.k8s.io/v1", "kind": "RoleBinding", "metadata": { "creationTimestamp": "2024-07-20T18:17:14Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "monitoring", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "hyperconverged-cluster-operator-metrics", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": false, "controller": false, "kind": "Deployment", "name": "hco-operator", "uid": "cd56d891-b298-4fef-b1de-2660ccfebf0f" } ], "resourceVersion": "89404", "uid": "d588cd2a-b7ae-4a12-8eb1-1eae3aa2f6a4" }, "roleRef": { "apiGroup": "rbac.authorization.k8s.io", "kind": "Role", "name": "hyperconverged-cluster-operator-metrics" }, "subjects": [ { "kind": "ServiceAccount", "name": "prometheus-k8s", "namespace": "openshift-monitoring" } ] } Related object: kind=Service name=kubevirt-hyperconverged-operator-metrics namespace=openshift-cnv Command: oc get Service kubevirt-hyperconverged-operator-metrics -n openshift-cnv -o json { "apiVersion": "v1", "kind": "Service", "metadata": { "creationTimestamp": "2024-07-20T18:17:14Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "monitoring", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-hyperconverged-operator-metrics", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": false, "controller": false, "kind": "Deployment", "name": "hco-operator", "uid": "cd56d891-b298-4fef-b1de-2660ccfebf0f" } ], "resourceVersion": "89409", "uid": "a6451f6c-194a-4439-8c06-7cbeadee5e9c" }, "spec": { "clusterIP": "172.30.38.205", "clusterIPs": [ "172.30.38.205" ], "internalTrafficPolicy": "Cluster", "ipFamilies": [ "IPv4" ], "ipFamilyPolicy": "SingleStack", "ports": [ { "name": "http-metrics", "port": 8383, "protocol": "TCP", "targetPort": 8383 } ], "selector": { "name": "hyperconverged-cluster-operator" }, "sessionAffinity": "None", "type": "ClusterIP" }, "status": { "loadBalancer": {} } } Related object: kind=ServiceMonitor name=kubevirt-hyperconverged-operator-metrics namespace=openshift-cnv Command: oc get ServiceMonitor kubevirt-hyperconverged-operator-metrics -n openshift-cnv -o json { "apiVersion": "monitoring.coreos.com/v1", "kind": "ServiceMonitor", "metadata": { "creationTimestamp": "2024-07-20T18:17:14Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "monitoring", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-hyperconverged-operator-metrics", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": false, "controller": false, "kind": "Deployment", "name": "hco-operator", "uid": "cd56d891-b298-4fef-b1de-2660ccfebf0f" } ], "resourceVersion": "89410", "uid": "df04a7bb-765d-44ce-bd5a-57b85e5c47f5" }, "spec": { "endpoints": [ { "port": "http-metrics" } ], "namespaceSelector": {}, "selector": { "matchLabels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "monitoring", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } } } } Related object: kind=PriorityClass name=kubevirt-cluster-critical Command: oc get PriorityClass kubevirt-cluster-critical -o json { "apiVersion": "scheduling.k8s.io/v1", "description": "This priority class should be used for KubeVirt core components only.", "kind": "PriorityClass", "metadata": { "creationTimestamp": "2024-07-20T18:17:14Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-cluster-critical", "resourceVersion": "89375", "uid": "333d6a44-dfca-4f05-a731-5af1323687b2" }, "preemptionPolicy": "PreemptLowerPriority", "value": 1000000000 } Related object: kind=KubeVirt name=kubevirt-kubevirt-hyperconverged namespace=openshift-cnv Command: oc get KubeVirt kubevirt-kubevirt-hyperconverged -n openshift-cnv -o json { "apiVersion": "kubevirt.io/v1", "kind": "KubeVirt", "metadata": { "annotations": { "kubevirt.io/latest-observed-api-version": "v1", "kubevirt.io/storage-observed-api-version": "v1" }, "creationTimestamp": "2024-07-20T18:17:44Z", "finalizers": [ "foregroundDeleteKubeVirt" ], "generation": 3, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-kubevirt-hyperconverged", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "hco.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "HyperConverged", "name": "kubevirt-hyperconverged", "uid": "ace53535-5650-4f26-a38a-6e394153a67c" } ], "resourceVersion": "139102", "uid": "d90b7326-fd8a-49b2-b565-2dceaf08826e" }, "spec": { "certificateRotateStrategy": { "selfSigned": { "ca": { "duration": "48h0m0s", "renewBefore": "24h0m0s" }, "server": { "duration": "24h0m0s", "renewBefore": "12h0m0s" } } }, "configuration": { "architectureConfiguration": { "amd64": { "emulatedMachines": [ "q35*", "pc-q35*" ], "machineType": "pc-q35-rhel9.4.0", "ovmfPath": "/usr/share/OVMF" }, "arm64": { "emulatedMachines": [ "virt*" ], "machineType": "virt", "ovmfPath": "/usr/share/AAVMF" } }, "developerConfiguration": { "cpuAllocationRatio": 10, "diskVerification": { "memoryLimit": "2G" }, "featureGates": [ "DataVolumes", "SRIOV", "CPUManager", "CPUNodeDiscovery", "Snapshot", "HotplugVolumes", "ExpandDisks", "GPU", "HostDevices", "NUMA", "VMExport", "DisableCustomSELinuxPolicy", "KubevirtSeccompProfile", "HotplugNICs", "VMPersistentState", "NetworkBindingPlugins", "CommonInstancetypesDeploymentGate", "VMLiveUpdateFeatures", "WithHostModelCPU", "HypervStrictCheck" ], "memoryOvercommit": 100 }, "evictionStrategy": "LiveMigrate", "migrations": { "allowAutoConverge": false, "allowPostCopy": false, "completionTimeoutPerGiB": 800, "parallelMigrationsPerCluster": 5, "parallelOutboundMigrationsPerNode": 2, "progressTimeout": 150 }, "network": { "defaultNetworkInterface": "masquerade" }, "obsoleteCPUModels": { "486": true, "Conroe": true, "Opteron_G1": true, "Opteron_G2": true, "athlon": true, "core2duo": true, "coreduo": true, "kvm32": true, "kvm64": true, "n270": true, "pentium": true, "pentium2": true, "pentium3": true, "pentiumpro": true, "phenom": true, "qemu32": true, "qemu64": true }, "seccompConfiguration": { "virtualMachineInstanceProfile": { "customProfile": { "localhostProfile": "kubevirt/kubevirt.json" } } }, "smbios": { "family": "Red Hat", "manufacturer": "Red Hat", "product": "OpenShift Virtualization", "version": "4.16.1" }, "tlsConfiguration": { "ciphers": [ "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256" ], "minTLSVersion": "VersionTLS12" }, "virtualMachineOptions": { "disableSerialConsoleLog": {} }, "vmRolloutStrategy": "LiveUpdate" }, "customizeComponents": {}, "productComponent": "compute", "productName": "hyperconverged-cluster", "productVersion": "4.16.1", "serviceMonitorNamespace": "openshift-cnv", "uninstallStrategy": "BlockUninstallIfWorkloadsExist", "workloadUpdateStrategy": { "batchEvictionInterval": "1m0s", "batchEvictionSize": 10, "workloadUpdateMethods": [ "LiveMigrate" ] } }, "status": { "conditions": [ { "lastProbeTime": "2024-07-20T19:00:45Z", "lastTransitionTime": "2024-07-20T19:00:45Z", "message": "All components are ready.", "reason": "AllComponentsReady", "status": "True", "type": "Available" }, { "lastProbeTime": "2024-07-20T19:00:45Z", "lastTransitionTime": "2024-07-20T19:00:45Z", "message": "All components are ready.", "reason": "AllComponentsReady", "status": "False", "type": "Progressing" }, { "lastProbeTime": "2024-07-20T19:00:45Z", "lastTransitionTime": "2024-07-20T19:00:45Z", "message": "All components are ready.", "reason": "AllComponentsReady", "status": "False", "type": "Degraded" }, { "lastProbeTime": "2024-07-20T18:19:42Z", "lastTransitionTime": null, "message": "All resources were created.", "reason": "AllResourcesCreated", "status": "True", "type": "Created" } ], "defaultArchitecture": "amd64", "generations": [ { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineinstances.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineinstancepresets.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineinstancereplicasets.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachines.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineinstancemigrations.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachinesnapshots.snapshot.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachinesnapshotcontents.snapshot.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachinerestores.snapshot.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineinstancetypes.instancetype.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineclusterinstancetypes.instancetype.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachinepools.pool.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "migrationpolicies.migrations.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachinepreferences.instancetype.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineclusterpreferences.instancetype.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineexports.export.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "apiextensions.k8s.io/v1", "lastGeneration": 1, "name": "virtualmachineclones.clone.kubevirt.io", "resource": "customresourcedefinitions" }, { "group": "admissionregistration.k8s.io", "lastGeneration": 2, "name": "virt-operator-validator", "resource": "validatingwebhookconfigurations" }, { "group": "admissionregistration.k8s.io", "lastGeneration": 2, "name": "virt-api-validator", "resource": "validatingwebhookconfigurations" }, { "group": "admissionregistration.k8s.io", "lastGeneration": 2, "name": "virt-api-mutator", "resource": "mutatingwebhookconfigurations" }, { "group": "apps", "lastGeneration": 3, "name": "virt-api", "namespace": "openshift-cnv", "resource": "deployments" }, { "group": "apps", "lastGeneration": 1, "name": "virt-api-pdb", "namespace": "openshift-cnv", "resource": "poddisruptionbudgets" }, { "group": "apps", "lastGeneration": 3, "name": "virt-controller", "namespace": "openshift-cnv", "resource": "deployments" }, { "group": "apps", "lastGeneration": 1, "name": "virt-controller-pdb", "namespace": "openshift-cnv", "resource": "poddisruptionbudgets" }, { "group": "apps", "lastGeneration": 3, "name": "virt-exportproxy", "namespace": "openshift-cnv", "resource": "deployments" }, { "group": "apps", "lastGeneration": 1, "name": "virt-exportproxy-pdb", "namespace": "openshift-cnv", "resource": "poddisruptionbudgets" }, { "group": "apps", "lastGeneration": 1, "name": "virt-handler", "namespace": "openshift-cnv", "resource": "daemonsets" } ], "observedDeploymentConfig": "{\"id\":\"66dac7b23085f48c2daadc1ba486461899d60fe6\",\"namespace\":\"openshift-cnv\",\"kubeVirtVersion\":\"sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056\",\"virtOperatorImage\":\"registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056\",\"virtApiImage\":\"registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b\",\"virtControllerImage\":\"registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb\",\"virtHandlerImage\":\"registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376\",\"virtLauncherImage\":\"registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b\",\"virtExportProxyImage\":\"registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63\",\"virtExportServerImage\":\"registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253\",\"GsImage\":\"registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652\",\"PrHelperImage\":\"registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c\",\"SidecarShimImage\":\"registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b\",\"additionalProperties\":{\"CertificateRotationStrategy\":\"\\u003cv1.KubeVirtCertificateRotateStrategy Value\\u003e\",\"Configuration\":\"\\u003cv1.KubeVirtConfiguration Value\\u003e\",\"CustomizeComponents\":\"\\u003cv1.CustomizeComponents Value\\u003e\",\"ImagePullPolicy\":\"\",\"ImagePullSecrets\":\"null\",\"Infra\":\"\\u003c*v1.ComponentConfig Value\\u003e\",\"MonitorAccount\":\"\",\"MonitorNamespace\":\"\",\"ProductComponent\":\"compute\",\"ProductName\":\"hyperconverged-cluster\",\"ProductVersion\":\"4.16.1\",\"ServiceMonitorNamespace\":\"openshift-cnv\",\"UninstallStrategy\":\"BlockUninstallIfWorkloadsExist\",\"WorkloadUpdateStrategy\":\"\\u003cv1.KubeVirtWorkloadUpdateStrategy Value\\u003e\",\"Workloads\":\"\\u003c*v1.ComponentConfig Value\\u003e\"}}", "observedDeploymentID": "66dac7b23085f48c2daadc1ba486461899d60fe6", "observedGeneration": 3, "observedKubeVirtVersion": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "operatorVersion": "v1.2.2-89-g1f0f4e129", "outdatedVirtualMachineInstanceWorkloads": 0, "phase": "Deployed", "targetDeploymentConfig": "{\"id\":\"66dac7b23085f48c2daadc1ba486461899d60fe6\",\"namespace\":\"openshift-cnv\",\"kubeVirtVersion\":\"sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056\",\"virtOperatorImage\":\"registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056\",\"virtApiImage\":\"registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b\",\"virtControllerImage\":\"registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb\",\"virtHandlerImage\":\"registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376\",\"virtLauncherImage\":\"registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b\",\"virtExportProxyImage\":\"registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63\",\"virtExportServerImage\":\"registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253\",\"GsImage\":\"registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652\",\"PrHelperImage\":\"registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c\",\"SidecarShimImage\":\"registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b\",\"additionalProperties\":{\"CertificateRotationStrategy\":\"\\u003cv1.KubeVirtCertificateRotateStrategy Value\\u003e\",\"Configuration\":\"\\u003cv1.KubeVirtConfiguration Value\\u003e\",\"CustomizeComponents\":\"\\u003cv1.CustomizeComponents Value\\u003e\",\"ImagePullPolicy\":\"\",\"ImagePullSecrets\":\"null\",\"Infra\":\"\\u003c*v1.ComponentConfig Value\\u003e\",\"MonitorAccount\":\"\",\"MonitorNamespace\":\"\",\"ProductComponent\":\"compute\",\"ProductName\":\"hyperconverged-cluster\",\"ProductVersion\":\"4.16.1\",\"ServiceMonitorNamespace\":\"openshift-cnv\",\"UninstallStrategy\":\"BlockUninstallIfWorkloadsExist\",\"WorkloadUpdateStrategy\":\"\\u003cv1.KubeVirtWorkloadUpdateStrategy Value\\u003e\",\"Workloads\":\"\\u003c*v1.ComponentConfig Value\\u003e\"}}", "targetDeploymentID": "66dac7b23085f48c2daadc1ba486461899d60fe6", "targetKubeVirtVersion": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" } } Related object: kind=CDI name=cdi-kubevirt-hyperconverged Command: oc get CDI cdi-kubevirt-hyperconverged -o json { "apiVersion": "cdi.kubevirt.io/v1beta1", "kind": "CDI", "metadata": { "annotations": { "cdi.kubevirt.io/configAuthority": "" }, "creationTimestamp": "2024-07-20T18:17:44Z", "finalizers": [ "operator.cdi.kubevirt.io" ], "generation": 3, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "cdi-kubevirt-hyperconverged", "resourceVersion": "91781", "uid": "a77bff10-1265-4244-9194-c90d23d8ca3c" }, "spec": { "certConfig": { "ca": { "duration": "48h0m0s", "renewBefore": "24h0m0s" }, "server": { "duration": "24h0m0s", "renewBefore": "12h0m0s" } }, "config": { "featureGates": [ "HonorWaitForFirstConsumer", "DataVolumeClaimAdoption" ], "tlsSecurityProfile": { "intermediate": {}, "type": "Intermediate" } }, "customizeComponents": {}, "infra": {}, "uninstallStrategy": "BlockUninstallIfWorkloadsExist", "workload": {} }, "status": { "conditions": [ { "lastHeartbeatTime": "2024-07-20T18:18:08Z", "lastTransitionTime": "2024-07-20T18:18:08Z", "message": "Deployment Completed", "reason": "DeployCompleted", "status": "True", "type": "Available" }, { "lastHeartbeatTime": "2024-07-20T18:18:08Z", "lastTransitionTime": "2024-07-20T18:18:08Z", "status": "False", "type": "Progressing" }, { "lastHeartbeatTime": "2024-07-20T18:18:08Z", "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "False", "type": "Degraded" } ], "observedVersion": "4.16.1", "operatorVersion": "4.16.1", "phase": "Deployed", "targetVersion": "4.16.1" } } Related object: kind=NetworkAddonsConfig name=cluster Command: oc get NetworkAddonsConfig cluster -o json { "apiVersion": "networkaddonsoperator.network.kubevirt.io/v1", "kind": "NetworkAddonsConfig", "metadata": { "creationTimestamp": "2024-07-20T18:17:44Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "cluster", "resourceVersion": "92559", "uid": "d7650128-2444-4020-ab0b-6ac2df8bd98c" }, "spec": { "kubeMacPool": {}, "linuxBridge": {}, "multus": {}, "selfSignConfiguration": { "caOverlapInterval": "24h0m0s", "caRotateInterval": "48h0m0s", "certOverlapInterval": "12h0m0s", "certRotateInterval": "24h0m0s" }, "tlsSecurityProfile": { "intermediate": {}, "type": "Intermediate" } }, "status": { "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "False", "type": "Progressing" }, { "lastTransitionTime": "2024-07-20T18:17:47Z", "status": "False", "type": "Degraded" }, { "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "Available" } ], "containers": [ { "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "name": "cni-plugins", "parentKind": "DaemonSet", "parentName": "kube-cni-linux-bridge-plugin" }, { "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "name": "bridge-marker", "parentKind": "DaemonSet", "parentName": "bridge-marker" }, { "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "name": "manager", "parentKind": "Deployment", "parentName": "kubemacpool-cert-manager" }, { "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "name": "manager", "parentKind": "Deployment", "parentName": "kubemacpool-mac-controller-manager" }, { "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "name": "kube-rbac-proxy", "parentKind": "Deployment", "parentName": "kubemacpool-mac-controller-manager" } ], "observedVersion": "sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381", "operatorVersion": "sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381", "targetVersion": "sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381" } } Related object: kind=SSP name=ssp-kubevirt-hyperconverged namespace=openshift-cnv Command: oc get SSP ssp-kubevirt-hyperconverged -n openshift-cnv -o json { "apiVersion": "ssp.kubevirt.io/v1beta2", "kind": "SSP", "metadata": { "creationTimestamp": "2024-07-20T18:17:44Z", "finalizers": [ "ssp.kubevirt.io/finalizer" ], "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "schedule", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "ssp-kubevirt-hyperconverged", "namespace": "openshift-cnv", "resourceVersion": "95754", "uid": "b91ee09f-fac1-4b06-9813-bfb1013a4029" }, "spec": { "commonTemplates": { "dataImportCronTemplates": [ { "metadata": { "annotations": { "cdi.kubevirt.io/storage.bind.immediate.requested": "true" }, "labels": { "instancetype.kubevirt.io/default-instancetype": "u1.medium", "instancetype.kubevirt.io/default-preference": "centos.7" }, "name": "centos-7-image-cron" }, "spec": { "garbageCollect": "Outdated", "managedDataSource": "centos7", "schedule": "2 3/12 * * *", "template": { "metadata": {}, "spec": { "source": { "registry": { "pullMethod": "node", "url": "docker://quay.io/containerdisks/centos:7-2009" } }, "storage": { "resources": { "requests": { "storage": "30Gi" } } } }, "status": {} } } }, { "metadata": { "annotations": { "cdi.kubevirt.io/storage.bind.immediate.requested": "true" }, "labels": { "instancetype.kubevirt.io/default-instancetype": "u1.medium", "instancetype.kubevirt.io/default-preference": "centos.stream8" }, "name": "centos-stream8-image-cron" }, "spec": { "garbageCollect": "Outdated", "managedDataSource": "centos-stream8", "schedule": "2 3/12 * * *", "template": { "metadata": {}, "spec": { "source": { "registry": { "pullMethod": "node", "url": "docker://quay.io/containerdisks/centos-stream:8" } }, "storage": { "resources": { "requests": { "storage": "30Gi" } } } }, "status": {} } } }, { "metadata": { "annotations": { "cdi.kubevirt.io/storage.bind.immediate.requested": "true" }, "labels": { "instancetype.kubevirt.io/default-instancetype": "u1.medium", "instancetype.kubevirt.io/default-preference": "centos.stream9", "kubevirt.io/dynamic-credentials-support": "true" }, "name": "centos-stream9-image-cron" }, "spec": { "garbageCollect": "Outdated", "managedDataSource": "centos-stream9", "schedule": "2 3/12 * * *", "template": { "metadata": {}, "spec": { "source": { "registry": { "pullMethod": "node", "url": "docker://quay.io/containerdisks/centos-stream:9" } }, "storage": { "resources": { "requests": { "storage": "30Gi" } } } }, "status": {} } } }, { "metadata": { "annotations": { "cdi.kubevirt.io/storage.bind.immediate.requested": "true" }, "labels": { "instancetype.kubevirt.io/default-instancetype": "u1.medium", "instancetype.kubevirt.io/default-preference": "fedora", "kubevirt.io/dynamic-credentials-support": "true" }, "name": "fedora-image-cron" }, "spec": { "garbageCollect": "Outdated", "managedDataSource": "fedora", "schedule": "2 3/12 * * *", "template": { "metadata": {}, "spec": { "source": { "registry": { "pullMethod": "node", "url": "docker://quay.io/containerdisks/fedora:latest" } }, "storage": { "resources": { "requests": { "storage": "30Gi" } } } }, "status": {} } } }, { "metadata": { "annotations": { "cdi.kubevirt.io/storage.bind.immediate.requested": "true" }, "labels": { "instancetype.kubevirt.io/default-instancetype": "u1.medium", "instancetype.kubevirt.io/default-preference": "rhel.8" }, "name": "rhel8-image-cron" }, "spec": { "garbageCollect": "Outdated", "managedDataSource": "rhel8", "schedule": "2 3/12 * * *", "template": { "metadata": {}, "spec": { "source": { "registry": { "imageStream": "rhel8-guest", "pullMethod": "node" } }, "storage": { "resources": { "requests": { "storage": "30Gi" } } } }, "status": {} } } }, { "metadata": { "annotations": { "cdi.kubevirt.io/storage.bind.immediate.requested": "true" }, "labels": { "instancetype.kubevirt.io/default-instancetype": "u1.medium", "instancetype.kubevirt.io/default-preference": "rhel.9", "kubevirt.io/dynamic-credentials-support": "true" }, "name": "rhel9-image-cron" }, "spec": { "garbageCollect": "Outdated", "managedDataSource": "rhel9", "schedule": "2 3/12 * * *", "template": { "metadata": {}, "spec": { "source": { "registry": { "imageStream": "rhel9-guest", "pullMethod": "node" } }, "storage": { "resources": { "requests": { "storage": "30Gi" } } } }, "status": {} } } } ], "namespace": "openshift" }, "featureGates": { "deployCommonInstancetypes": false }, "templateValidator": { "replicas": 2 }, "tlsSecurityProfile": { "intermediate": {}, "type": "Intermediate" } }, "status": { "conditions": [ { "lastHeartbeatTime": "2024-07-20T18:19:48Z", "lastTransitionTime": "2024-07-20T18:19:48Z", "message": "All SSP resources are available", "reason": "Available", "status": "True", "type": "Available" }, { "lastHeartbeatTime": "2024-07-20T18:19:48Z", "lastTransitionTime": "2024-07-20T18:19:48Z", "message": "No SSP resources are progressing", "reason": "Progressing", "status": "False", "type": "Progressing" }, { "lastHeartbeatTime": "2024-07-20T18:19:48Z", "lastTransitionTime": "2024-07-20T18:19:48Z", "message": "No SSP resources are degraded", "reason": "Degraded", "status": "False", "type": "Degraded" } ], "observedGeneration": 1, "observedVersion": "4.16.1", "operatorVersion": "4.16.1", "phase": "Deployed", "targetVersion": "4.16.1" } } Related object: kind=ConsoleCLIDownload name=virtctl-clidownloads-kubevirt-hyperconverged Command: oc get ConsoleCLIDownload virtctl-clidownloads-kubevirt-hyperconverged -o json { "apiVersion": "console.openshift.io/v1", "kind": "ConsoleCLIDownload", "metadata": { "creationTimestamp": "2024-07-20T18:17:44Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "virtctl-clidownloads-kubevirt-hyperconverged", "resourceVersion": "90243", "uid": "1e6642ac-c8d5-43bf-8546-37c0a442431e" }, "spec": { "description": "The virtctl client is a supplemental command-line utility for managing virtualization resources from the command line.", "displayName": "virtctl - KubeVirt command line interface", "links": [ { "href": "https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us/amd64/linux/virtctl.tar.gz", "text": "Download virtctl for Linux for x86_64" }, { "href": "https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us/arm64/linux/virtctl.tar.gz", "text": "Download virtctl for Linux for ARM 64" }, { "href": "https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us/amd64/mac/virtctl.zip", "text": "Download virtctl for Mac for x86_64" }, { "href": "https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us/arm64/mac/virtctl.zip", "text": "Download virtctl for Mac for ARM 64" }, { "href": "https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us/amd64/windows/virtctl.zip", "text": "Download virtctl for Windows for x86_64" }, { "href": "https://hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us/arm64/windows/virtctl.zip", "text": "Download virtctl for Windows for ARM 64" } ] } } Related object: kind=Route name=hyperconverged-cluster-cli-download namespace=openshift-cnv Command: oc get Route hyperconverged-cluster-cli-download -n openshift-cnv -o json { "apiVersion": "route.openshift.io/v1", "kind": "Route", "metadata": { "annotations": { "openshift.io/host.generated": "true" }, "creationTimestamp": "2024-07-20T18:17:44Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "hyperconverged-cluster-cli-download", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "hco.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "HyperConverged", "name": "kubevirt-hyperconverged", "uid": "ace53535-5650-4f26-a38a-6e394153a67c" } ], "resourceVersion": "90262", "uid": "2aaa24ad-96ad-4e9b-ad6f-7a6098e9558b" }, "spec": { "host": "hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us", "port": { "targetPort": 8080 }, "tls": { "insecureEdgeTerminationPolicy": "Redirect", "termination": "edge" }, "to": { "kind": "Service", "name": "hyperconverged-cluster-cli-download", "weight": 100 }, "wildcardPolicy": "None" }, "status": { "ingress": [ { "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:44Z", "status": "True", "type": "Admitted" } ], "host": "hyperconverged-cluster-cli-download-openshift-cnv.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us", "routerCanonicalHostname": "router-default.apps.ci-op-czx87bn5-16ee9.release-ci.cnv-qe.rhood.us", "routerName": "default", "wildcardPolicy": "None" } ] } } Related object: kind=Service name=hyperconverged-cluster-cli-download namespace=openshift-cnv Command: oc get Service hyperconverged-cluster-cli-download -n openshift-cnv -o json { "apiVersion": "v1", "kind": "Service", "metadata": { "creationTimestamp": "2024-07-20T18:17:44Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "hyperconverged-cluster-cli-download", "namespace": "openshift-cnv", "resourceVersion": "90265", "uid": "dfae2a62-768a-46ce-82a1-a5f9e5891c86" }, "spec": { "clusterIP": "172.30.213.175", "clusterIPs": [ "172.30.213.175" ], "internalTrafficPolicy": "Cluster", "ipFamilies": [ "IPv4" ], "ipFamilyPolicy": "SingleStack", "ports": [ { "name": "8080", "port": 8080, "protocol": "TCP", "targetPort": 8080 } ], "selector": { "name": "hyperconverged-cluster-cli-download" }, "sessionAffinity": "None", "type": "ClusterIP" }, "status": { "loadBalancer": {} } } Related object: kind=Service name=kubevirt-console-plugin-service namespace=openshift-cnv Command: oc get Service kubevirt-console-plugin-service -n openshift-cnv -o json { "apiVersion": "v1", "kind": "Service", "metadata": { "annotations": { "service.alpha.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1721492719", "service.beta.openshift.io/serving-cert-secret-name": "plugin-serving-cert", "service.beta.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1721492719" }, "creationTimestamp": "2024-07-20T18:17:44Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-console-plugin-service", "namespace": "openshift-cnv", "resourceVersion": "90309", "uid": "84d7130d-47f1-460e-b4ce-6ce750ad6cbc" }, "spec": { "clusterIP": "172.30.86.96", "clusterIPs": [ "172.30.86.96" ], "internalTrafficPolicy": "Cluster", "ipFamilies": [ "IPv4" ], "ipFamilyPolicy": "SingleStack", "ports": [ { "name": "kubevirt-console-plugin-port", "port": 9443, "protocol": "TCP", "targetPort": 9443 } ], "selector": { "app.kubernetes.io/component": "kubevirt-console-plugin" }, "sessionAffinity": "None", "type": "ClusterIP" }, "status": { "loadBalancer": {} } } Related object: kind=Service name=kubevirt-apiserver-proxy-service namespace=openshift-cnv Command: oc get Service kubevirt-apiserver-proxy-service -n openshift-cnv -o json { "apiVersion": "v1", "kind": "Service", "metadata": { "annotations": { "service.alpha.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1721492719", "service.beta.openshift.io/serving-cert-secret-name": "console-proxy-serving-cert", "service.beta.openshift.io/serving-cert-signed-by": "openshift-service-serving-signer@1721492719" }, "creationTimestamp": "2024-07-20T18:17:44Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-apiserver-proxy-service", "namespace": "openshift-cnv", "resourceVersion": "90337", "uid": "5b1bcbe2-08a4-4888-89e3-acf7077c812a" }, "spec": { "clusterIP": "172.30.112.110", "clusterIPs": [ "172.30.112.110" ], "internalTrafficPolicy": "Cluster", "ipFamilies": [ "IPv4" ], "ipFamilyPolicy": "SingleStack", "ports": [ { "name": "kubevirt-apiserver-proxy-port", "port": 8080, "protocol": "TCP", "targetPort": 8080 } ], "selector": { "app.kubernetes.io/component": "kubevirt-apiserver-proxy" }, "sessionAffinity": "None", "type": "ClusterIP" }, "status": { "loadBalancer": {} } } Related object: kind=ConsoleQuickStart name=windows-bootsource-pipeline Command: oc get ConsoleQuickStart windows-bootsource-pipeline -o json { "apiVersion": "console.openshift.io/v1", "kind": "ConsoleQuickStart", "metadata": { "creationTimestamp": "2024-07-20T18:17:45Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "windows-bootsource-pipeline", "resourceVersion": "90302", "uid": "eb67d0ca-49d5-49a6-8cda-7edbcf009adb" }, "spec": { "conclusion": "The uploaded boot source is available in [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e Bootable volumes.", "description": "To be able to create Windows virtual machines from a template, you must first create a Windows boot source by running Windows EFI Installer pipeline.", "displayName": "Creating a Windows boot source to use with OpenShift Pipelines", "durationMinutes": 40, "icon": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJJY29ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzggMzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZTAwO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwxLjA1SDEwQzUuMDMsMS4wNSwxLDUuMDgsMSwxMC4wNVYyOC4wNWMwLDQuOTcsNC4wMyw5LDksOUgyOGM0Ljk3LDAsOS00LjAzLDktOVYxMC4wNWMwLTQuOTctNC4wMy05LTktOWgwWiIvPjxwYXRoIGQ9Ik0yOCwyLjNjNC4yNywwLDcuNzUsMy40OCw3Ljc1LDcuNzVWMjguMDVjMCw0LjI3LTMuNDgsNy43NS03Ljc1LDcuNzVIMTBjLTQuMjcsMC03Ljc1LTMuNDgtNy43NS03Ljc1VjEwLjA1YzAtNC4yNywzLjQ4LTcuNzUsNy43NS03Ljc1SDI4bTAtMS4yNUgxMEM1LjAzLDEuMDUsMSw1LjA4LDEsMTAuMDVWMjguMDVjMCw0Ljk3LDQuMDMsOSw5LDlIMjhjNC45NywwLDktNC4wMyw5LTlWMTAuMDVjMC00Ljk3LTQuMDMtOS05LTloMFoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYuNTQsMjQuNzRjLS4xNy0uMy0uNTUtLjQtLjg1LS4yM2wtNi43LDMuODMtNi44Ni0zLjY3Yy0uMy0uMTctLjY4LS4wNS0uODUsLjI2LS4xNiwuMy0uMDUsLjY4LC4yNiwuODVsNy4xNSwzLjgzaC4wMWMuMDksLjA2LC4xOSwuMDgsLjI5LC4wOGgwYy4xLDAsLjIxLS4wMywuMzEtLjA4bDctNGMuMy0uMTcsLjQtLjU1LC4yMy0uODVaIi8+PGc+PHBhdGggZD0iTTI2LjQ3LDEyLjY0aDBzLS4wNS0uMDUtLjA3LS4wN2MtLjAzLS4wMy0uMDctLjA1LS4xLS4wN2wtNi45OS0zLjk5Yy0uMzEtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bDYuMDUsMy40Ni01Ljc0LDMuMjgtLjIzLS4xM2MtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC4yMywuMTN2Ni43MmMtLjE5LC4wMy0uMzYsLjEyLS40NiwuMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOGgwYy4xMSwwLC4yMS0uMDMsLjMxLS4wOGw3LTRjLjE5LS4xMSwuMzEtLjMyLC4zMS0uNTRWMTMuMDVoMGMwLS4xNi0uMDYtLjMtLjE1LS40MVptLTEuMSw4LjA0bC01Ljc1LDMuMjl2LTYuNTZsNS43NS0zLjI5djYuNTZaIi8+PHBhdGggZD0iTTEzLjc3LDEyLjYzYy4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2cy0uNTYtLjM5LS44Ni0uMjFsLTEuMDcsLjY0Yy0uMywuMTgtLjM5LC41Ni0uMjEsLjg2LC4xMiwuMiwuMzIsLjMsLjU0LC4zWiIvPjxwYXRoIGQ9Ik0xOC4wMSw5LjQ5Yy0uMTgtLjI5LS41Ni0uMzktLjg2LS4yMWwtMS4wNywuNjRjLS4zLC4xOC0uMzksLjU2LS4yMSwuODYsLjEyLC4xOSwuMzIsLjMsLjU0LC4zLC4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2WiIvPjxwYXRoIGQ9Ik0xNS4xMSwyMi4xMWwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMjMuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIuODUsMjAuODFsLS4yMy0uMTN2LS4yNmMwLS4zNC0uMjgtLjYyLS42Mi0uNjJzLS42MiwuMjgtLjYyLC42MnYuNjJjMCwuMjIsLjEyLC40MywuMzEsLjU0bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIsMTkuNDZjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIsMTYuODhjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIuODUsMTIuODFsLS41NC0uMzFjLS4xOS0uMTEtLjQzLS4xMS0uNjIsMC0uMTksLjExLS4zMSwuMzItLjMxLC41NHYuNjJjMCwuMzQsLjI4LC42MiwuNjIsLjYyLC4yMywwLC40My0uMTMsLjU0LS4zMSwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMTUuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTUuMTEsMTQuMTFsLS44Ny0uNWMtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC44NywuNWMuMSwuMDYsLjIsLjA4LC4zMSwuMDgsLjIyLDAsLjQzLS4xMSwuNTQtLjMyLC4xNy0uMywuMDctLjY4LS4yMy0uODVaIi8+PC9nPjwvc3ZnPg==", "introduction": "To be able to create Windows virtual machines from a template, you must first create a Windows boot source by running Windows EFI Installer pipeline.\n\n**Additional resources**\n\nFor more details about managing virtual machines with OpenShift Pipelines, go to the OpenShift documentation [Managing virtual machines with OpenShift Pipelines](https://docs.openshift.com/container-platform/4.16/virt/virtual_machines/virt-managing-vms-openshift-pipelines.html)", "prerequisites": [ "You have created an [OpenShift Pipelines operator](https://docs.openshift.com/container-platform/4.16/cicd/index.html#openshift-pipelines)." ], "tasks": [ { "description": "1. The URL of the Windows Disk Image (ISO) is also required to customize the PipelineRun.\nRetrieve the URL of Windows Disk Image (ISO) for x64 devices from one of these sources. Select “English (United States)”:\n * For [Windows 11]( https://www.microsoft.com/en-us/software-download/windows11)\n * For [Windows Server 2022]( https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2022)\n2. Go to [ArtifactHub](https://artifacthub.io/packages/tekton-pipeline/redhat-pipelines/windows-efi-installer#how-to-run) and take these steps:\n * Go to the \"How to Run\" section of ArtifactHub for the correct version of Windows for your boot source.\n * Copy PipelineRun.", "title": "Retrieve the ISO URL and PipelineRun" }, { "description": "Now that you have all the components necessary for the PipelineRun, add this information in the OpenShift console.\n1. On the OpenShift console, click [Pipelines]{{highlight qs-nav-pipelines}} \u003e **Pipelines**.\n2. Click **Create** and select the **PipelineRun** option.\n3. Paste the copied PipelineRun and insert the URL of Windows ISO from the previous task in the winImageDownloadURL parameter of the PipelineRun.\n4. Update the parameter acceptEula. By setting this parameter, you are agreeing to the applicable Microsoft end user license agreement(s) for each deployment or installation for the Microsoft product(s). In case you set it to false, the Pipeline will exit in first task.\n5. Click **Create**. PipelineRun is triggered. Depending on your cluster resources, you might have to wait 20-60 minutes before your boot source is created.", "review": { "failedTaskHelp": "Not Completed", "instructions": "#### Verify that you have successfully created the boot source.\n* Click [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e **Bootable volumes**.\n\nIf you were successful, your Windows boot source image is listed in the boot source's project with the message “Source available”." }, "summary": { "failed": "Try these steps again.", "success": "The Windows boot source image is now available as a bootable volume." }, "title": "Create and start PipelineRun" } ] } } Related object: kind=ConsoleQuickStart name=creating-virtual-machine Command: oc get ConsoleQuickStart creating-virtual-machine -o json { "apiVersion": "console.openshift.io/v1", "kind": "ConsoleQuickStart", "metadata": { "creationTimestamp": "2024-07-20T18:17:45Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "creating-virtual-machine", "resourceVersion": "90306", "uid": "1d9316fb-bdf7-4347-b6fe-071a04a2cb1e" }, "spec": { "conclusion": "The virtual machine was created successfully.", "description": "Quick create a virtual machine from a template that already has a boot source.", "displayName": "Create a virtual machine from a template", "durationMinutes": 5, "icon": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJJY29ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzggMzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZTAwO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwxLjA1SDEwQzUuMDMsMS4wNSwxLDUuMDgsMSwxMC4wNVYyOC4wNWMwLDQuOTcsNC4wMyw5LDksOUgyOGM0Ljk3LDAsOS00LjAzLDktOVYxMC4wNWMwLTQuOTctNC4wMy05LTktOWgwWiIvPjxwYXRoIGQ9Ik0yOCwyLjNjNC4yNywwLDcuNzUsMy40OCw3Ljc1LDcuNzVWMjguMDVjMCw0LjI3LTMuNDgsNy43NS03Ljc1LDcuNzVIMTBjLTQuMjcsMC03Ljc1LTMuNDgtNy43NS03Ljc1VjEwLjA1YzAtNC4yNywzLjQ4LTcuNzUsNy43NS03Ljc1SDI4bTAtMS4yNUgxMEM1LjAzLDEuMDUsMSw1LjA4LDEsMTAuMDVWMjguMDVjMCw0Ljk3LDQuMDMsOSw5LDlIMjhjNC45NywwLDktNC4wMyw5LTlWMTAuMDVjMC00Ljk3LTQuMDMtOS05LTloMFoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYuNTQsMjQuNzRjLS4xNy0uMy0uNTUtLjQtLjg1LS4yM2wtNi43LDMuODMtNi44Ni0zLjY3Yy0uMy0uMTctLjY4LS4wNS0uODUsLjI2LS4xNiwuMy0uMDUsLjY4LC4yNiwuODVsNy4xNSwzLjgzaC4wMWMuMDksLjA2LC4xOSwuMDgsLjI5LC4wOGgwYy4xLDAsLjIxLS4wMywuMzEtLjA4bDctNGMuMy0uMTcsLjQtLjU1LC4yMy0uODVaIi8+PGc+PHBhdGggZD0iTTI2LjQ3LDEyLjY0aDBzLS4wNS0uMDUtLjA3LS4wN2MtLjAzLS4wMy0uMDctLjA1LS4xLS4wN2wtNi45OS0zLjk5Yy0uMzEtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bDYuMDUsMy40Ni01Ljc0LDMuMjgtLjIzLS4xM2MtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC4yMywuMTN2Ni43MmMtLjE5LC4wMy0uMzYsLjEyLS40NiwuMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOGgwYy4xMSwwLC4yMS0uMDMsLjMxLS4wOGw3LTRjLjE5LS4xMSwuMzEtLjMyLC4zMS0uNTRWMTMuMDVoMGMwLS4xNi0uMDYtLjMtLjE1LS40MVptLTEuMSw4LjA0bC01Ljc1LDMuMjl2LTYuNTZsNS43NS0zLjI5djYuNTZaIi8+PHBhdGggZD0iTTEzLjc3LDEyLjYzYy4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2cy0uNTYtLjM5LS44Ni0uMjFsLTEuMDcsLjY0Yy0uMywuMTgtLjM5LC41Ni0uMjEsLjg2LC4xMiwuMiwuMzIsLjMsLjU0LC4zWiIvPjxwYXRoIGQ9Ik0xOC4wMSw5LjQ5Yy0uMTgtLjI5LS41Ni0uMzktLjg2LS4yMWwtMS4wNywuNjRjLS4zLC4xOC0uMzksLjU2LS4yMSwuODYsLjEyLC4xOSwuMzIsLjMsLjU0LC4zLC4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2WiIvPjxwYXRoIGQ9Ik0xNS4xMSwyMi4xMWwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMjMuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIuODUsMjAuODFsLS4yMy0uMTN2LS4yNmMwLS4zNC0uMjgtLjYyLS42Mi0uNjJzLS42MiwuMjgtLjYyLC42MnYuNjJjMCwuMjIsLjEyLC40MywuMzEsLjU0bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIsMTkuNDZjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIsMTYuODhjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIuODUsMTIuODFsLS41NC0uMzFjLS4xOS0uMTEtLjQzLS4xMS0uNjIsMC0uMTksLjExLS4zMSwuMzItLjMxLC41NHYuNjJjMCwuMzQsLjI4LC42MiwuNjIsLjYyLC4yMywwLC40My0uMTMsLjU0LS4zMSwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMTUuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTUuMTEsMTQuMTFsLS44Ny0uNWMtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC44NywuNWMuMSwuMDYsLjIsLjA4LC4zMSwuMDgsLjIyLDAsLjQzLS4xMSwuNTQtLjMyLC4xNy0uMywuMDctLjY4LS4yMy0uODVaIi8+PC9nPjwvc3ZnPg==", "introduction": "Create a virtual machine by running the Quick create VirtualMachine wizard.\n\n### Documentation\n[What you can do with OpenShift Virtualization](https://docs.openshift.com/container-platform/4.16/virt/about-virt.html)\n\n## About OpenShift Virtualization and virtual machines\nRed Hat® OpenShift® Virtualization is a feature of the OpenShift Container Platform that you can use to run and manage virtual machine workloads alongside container workloads.\n\nOpenShift Virtualization adds new objects into your OpenShift Container Platform cluster via Kubernetes custom resources to enable virtualization tasks. You can create and manage virtual machines, connect to virtual machines through the web console and CLI tools, import and clone existing virtual machines, and perform other advanced tasks.\n\nThis quick start walks you through the process in just a few minutes.", "tasks": [ { "description": "1. In the [Perspective switcher]{{highlight qs-perspective-switcher}}, click the dropdown menu and select **Administrator**.\n\n2. In the left navigation pane, click [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e [Catalog]{{highlight qs-nav-virtualization-catalog}}.\n\n3. On the Catalog screen, select the project that contains the template for the virtual machine that you want to create. Use filters to limit the number of template tiles that are displayed.\n Click the template tile that you want to use to create your virtual machine.\n\n4. Verify that the **Template Info** is accurate for the virtual machine that you want to create. Customize the template by clicking the **Customize VirtualMachine**, if available.\n\n5. Create the virtual machine by clicking **Quick create VirtualMachine**.", "review": { "failedTaskHelp": "Not Completed", "instructions": "#### To verify that you have successfully created the virtual machine:\nClick [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e [VirtualMachines]{{highlight qs-nav-virtualmachines}}. and verify that the virtual machine that you created is listed.\n\nDo you see your virtual machine listed?" }, "summary": { "failed": "Not Completed", "success": "The virtual machine is successfully created." }, "title": "Create a virtual machine" } ] } } Related object: kind=ConsoleQuickStart name=creating-virtual-machine-from-volume Command: oc get ConsoleQuickStart creating-virtual-machine-from-volume -o json { "apiVersion": "console.openshift.io/v1", "kind": "ConsoleQuickStart", "metadata": { "creationTimestamp": "2024-07-20T18:17:45Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "creating-virtual-machine-from-volume", "resourceVersion": "90313", "uid": "a21b4dee-728b-4246-ba7a-521e3da0a62c" }, "spec": { "conclusion": "The virtual machine was created successfully.", "description": "Quick create a virtual machine from a volume with InstanceType.", "displayName": "Create a virtual machine from a volume", "durationMinutes": 5, "icon": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJJY29ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzggMzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZTAwO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwxLjA1SDEwQzUuMDMsMS4wNSwxLDUuMDgsMSwxMC4wNVYyOC4wNWMwLDQuOTcsNC4wMyw5LDksOUgyOGM0Ljk3LDAsOS00LjAzLDktOVYxMC4wNWMwLTQuOTctNC4wMy05LTktOWgwWiIvPjxwYXRoIGQ9Ik0yOCwyLjNjNC4yNywwLDcuNzUsMy40OCw3Ljc1LDcuNzVWMjguMDVjMCw0LjI3LTMuNDgsNy43NS03Ljc1LDcuNzVIMTBjLTQuMjcsMC03Ljc1LTMuNDgtNy43NS03Ljc1VjEwLjA1YzAtNC4yNywzLjQ4LTcuNzUsNy43NS03Ljc1SDI4bTAtMS4yNUgxMEM1LjAzLDEuMDUsMSw1LjA4LDEsMTAuMDVWMjguMDVjMCw0Ljk3LDQuMDMsOSw5LDlIMjhjNC45NywwLDktNC4wMyw5LTlWMTAuMDVjMC00Ljk3LTQuMDMtOS05LTloMFoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYuNTQsMjQuNzRjLS4xNy0uMy0uNTUtLjQtLjg1LS4yM2wtNi43LDMuODMtNi44Ni0zLjY3Yy0uMy0uMTctLjY4LS4wNS0uODUsLjI2LS4xNiwuMy0uMDUsLjY4LC4yNiwuODVsNy4xNSwzLjgzaC4wMWMuMDksLjA2LC4xOSwuMDgsLjI5LC4wOGgwYy4xLDAsLjIxLS4wMywuMzEtLjA4bDctNGMuMy0uMTcsLjQtLjU1LC4yMy0uODVaIi8+PGc+PHBhdGggZD0iTTI2LjQ3LDEyLjY0aDBzLS4wNS0uMDUtLjA3LS4wN2MtLjAzLS4wMy0uMDctLjA1LS4xLS4wN2wtNi45OS0zLjk5Yy0uMzEtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bDYuMDUsMy40Ni01Ljc0LDMuMjgtLjIzLS4xM2MtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC4yMywuMTN2Ni43MmMtLjE5LC4wMy0uMzYsLjEyLS40NiwuMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOGgwYy4xMSwwLC4yMS0uMDMsLjMxLS4wOGw3LTRjLjE5LS4xMSwuMzEtLjMyLC4zMS0uNTRWMTMuMDVoMGMwLS4xNi0uMDYtLjMtLjE1LS40MVptLTEuMSw4LjA0bC01Ljc1LDMuMjl2LTYuNTZsNS43NS0zLjI5djYuNTZaIi8+PHBhdGggZD0iTTEzLjc3LDEyLjYzYy4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2cy0uNTYtLjM5LS44Ni0uMjFsLTEuMDcsLjY0Yy0uMywuMTgtLjM5LC41Ni0uMjEsLjg2LC4xMiwuMiwuMzIsLjMsLjU0LC4zWiIvPjxwYXRoIGQ9Ik0xOC4wMSw5LjQ5Yy0uMTgtLjI5LS41Ni0uMzktLjg2LS4yMWwtMS4wNywuNjRjLS4zLC4xOC0uMzksLjU2LS4yMSwuODYsLjEyLC4xOSwuMzIsLjMsLjU0LC4zLC4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2WiIvPjxwYXRoIGQ9Ik0xNS4xMSwyMi4xMWwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMjMuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIuODUsMjAuODFsLS4yMy0uMTN2LS4yNmMwLS4zNC0uMjgtLjYyLS42Mi0uNjJzLS42MiwuMjgtLjYyLC42MnYuNjJjMCwuMjIsLjEyLC40MywuMzEsLjU0bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIsMTkuNDZjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIsMTYuODhjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIuODUsMTIuODFsLS41NC0uMzFjLS4xOS0uMTEtLjQzLS4xMS0uNjIsMC0uMTksLjExLS4zMSwuMzItLjMxLC41NHYuNjJjMCwuMzQsLjI4LC42MiwuNjIsLjYyLC4yMywwLC40My0uMTMsLjU0LS4zMSwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMTUuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTUuMTEsMTQuMTFsLS44Ny0uNWMtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC44NywuNWMuMSwuMDYsLjIsLjA4LC4zMSwuMDgsLjIyLDAsLjQzLS4xMSwuNTQtLjMyLC4xNy0uMywuMDctLjY4LS4yMy0uODVaIi8+PC9nPjwvc3ZnPg==", "introduction": "Create a personalized virtual machine by using a bootable volume.\n\n### Documentation\n[What you can do with OpenShift Virtualization](https://docs.openshift.com/container-platform/4.16/virt/about-virt.html)\n\n## About OpenShift Virtualization and virtual machines\nRed Hat® OpenShift® Virtualization is a feature of the OpenShift Container Platform that you can use to run and manage virtual machine workloads alongside container workloads.\n\nOpenShift Virtualization adds new objects into your OpenShift Container Platform cluster via Kubernetes custom resources to enable virtualization tasks. You can create and manage virtual machines, connect to virtual machines through the web console and CLI tools, import and clone existing virtual machines, and perform other advanced tasks.\n\nThis quick start walks you through the process in just a few minutes.", "tasks": [ { "description": "1. In the [Perspective switcher]{{highlight qs-perspective-switcher}}, click the dropdown menu and select **Administrator**.\n\n\n2. Go to the Create new VirtualMachine screen by either:\n \u003col type=\"a\"\u003e\n \u003cli\u003eIn the left navigation pane, click [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e [Catalog]{{highlight qs-nav-virtualization-catalog}}. Click on the \u003cstrong\u003eInstanceTypes\u003c/strong\u003e tab.\u003c/li\u003e\u0026nbsp; \n \u003cli\u003eIn the left navigation pane, click [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e [VirtualMachines]{{highlight qs-nav-virtualmachines}}.\n From the Create dropdown at the top right of the page, click \u003cstrong\u003eFrom volume\u003c/strong\u003e.\u003c/li\u003e\u0026nbsp; \n \u003c/ol\u003e\n\n3. On the Create new VirtualMachine screen, complete the 3 steps form:\n \u003col type=\"a\"\u003e\n \u003cli\u003eSelect a volume to boot from. You can upload a new volume or use an existing PersistentVolumeClaim (PVC).\u003c/li\u003e\u0026nbsp; \n \u003cli\u003eSelect InstanceType and size.\u003c/li\u003e\u0026nbsp; \n \u003cli\u003eVirtualMachine details (Optional). You can edit the virtual machine’s name and review the details.\u003c/li\u003e\u0026nbsp; \n \u003c/ol\u003e\n\n4. Create the virtual machine by clicking **Create VirtualMachine**.", "review": { "failedTaskHelp": "Not Completed", "instructions": "#### To verify that you have successfully created the virtual machine:\nClick [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e [VirtualMachines]{{highlight qs-nav-virtualmachines}}. and verify that the virtual machine that you created is listed.\n\nDo you see your virtual machine listed?" }, "summary": { "failed": "Not Completed", "success": "The virtual machine is successfully created." }, "title": "Create a virtual machine from a volume" } ] } } Related object: kind=ConsoleQuickStart name=upload-boot-source Command: oc get ConsoleQuickStart upload-boot-source -o json { "apiVersion": "console.openshift.io/v1", "kind": "ConsoleQuickStart", "metadata": { "creationTimestamp": "2024-07-20T18:17:45Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "upload-boot-source", "resourceVersion": "90322", "uid": "b2f4f878-66eb-4ca6-91ea-7bbdbaf0565f" }, "spec": { "conclusion": "The uploaded boot source is available in [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e Bootable volumes.", "description": "Upload a boot source to create a virtual machine from a template or an InstanceType and Preference that do not have a boot source.", "displayName": "Upload a boot source", "durationMinutes": 10, "icon": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJJY29ucyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzggMzgiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZTAwO30uY2xzLTJ7ZmlsbDojZmZmO308L3N0eWxlPjwvZGVmcz48Zz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yOCwxLjA1SDEwQzUuMDMsMS4wNSwxLDUuMDgsMSwxMC4wNVYyOC4wNWMwLDQuOTcsNC4wMyw5LDksOUgyOGM0Ljk3LDAsOS00LjAzLDktOVYxMC4wNWMwLTQuOTctNC4wMy05LTktOWgwWiIvPjxwYXRoIGQ9Ik0yOCwyLjNjNC4yNywwLDcuNzUsMy40OCw3Ljc1LDcuNzVWMjguMDVjMCw0LjI3LTMuNDgsNy43NS03Ljc1LDcuNzVIMTBjLTQuMjcsMC03Ljc1LTMuNDgtNy43NS03Ljc1VjEwLjA1YzAtNC4yNywzLjQ4LTcuNzUsNy43NS03Ljc1SDI4bTAtMS4yNUgxMEM1LjAzLDEuMDUsMSw1LjA4LDEsMTAuMDVWMjguMDVjMCw0Ljk3LDQuMDMsOSw5LDlIMjhjNC45NywwLDktNC4wMyw5LTlWMTAuMDVjMC00Ljk3LTQuMDMtOS05LTloMFoiLz48L2c+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjYuNTQsMjQuNzRjLS4xNy0uMy0uNTUtLjQtLjg1LS4yM2wtNi43LDMuODMtNi44Ni0zLjY3Yy0uMy0uMTctLjY4LS4wNS0uODUsLjI2LS4xNiwuMy0uMDUsLjY4LC4yNiwuODVsNy4xNSwzLjgzaC4wMWMuMDksLjA2LC4xOSwuMDgsLjI5LC4wOGgwYy4xLDAsLjIxLS4wMywuMzEtLjA4bDctNGMuMy0uMTcsLjQtLjU1LC4yMy0uODVaIi8+PGc+PHBhdGggZD0iTTI2LjQ3LDEyLjY0aDBzLS4wNS0uMDUtLjA3LS4wN2MtLjAzLS4wMy0uMDctLjA1LS4xLS4wN2wtNi45OS0zLjk5Yy0uMzEtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bDYuMDUsMy40Ni01Ljc0LDMuMjgtLjIzLS4xM2MtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC4yMywuMTN2Ni43MmMtLjE5LC4wMy0uMzYsLjEyLS40NiwuMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOGgwYy4xMSwwLC4yMS0uMDMsLjMxLS4wOGw3LTRjLjE5LS4xMSwuMzEtLjMyLC4zMS0uNTRWMTMuMDVoMGMwLS4xNi0uMDYtLjMtLjE1LS40MVptLTEuMSw4LjA0bC01Ljc1LDMuMjl2LTYuNTZsNS43NS0zLjI5djYuNTZaIi8+PHBhdGggZD0iTTEzLjc3LDEyLjYzYy4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2cy0uNTYtLjM5LS44Ni0uMjFsLTEuMDcsLjY0Yy0uMywuMTgtLjM5LC41Ni0uMjEsLjg2LC4xMiwuMiwuMzIsLjMsLjU0LC4zWiIvPjxwYXRoIGQ9Ik0xOC4wMSw5LjQ5Yy0uMTgtLjI5LS41Ni0uMzktLjg2LS4yMWwtMS4wNywuNjRjLS4zLC4xOC0uMzksLjU2LS4yMSwuODYsLjEyLC4xOSwuMzIsLjMsLjU0LC4zLC4xMSwwLC4yMi0uMDMsLjMyLS4wOWwxLjA3LS42NGMuMy0uMTgsLjM5LS41NiwuMjEtLjg2WiIvPjxwYXRoIGQ9Ik0xNS4xMSwyMi4xMWwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMjMuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIuODUsMjAuODFsLS4yMy0uMTN2LS4yNmMwLS4zNC0uMjgtLjYyLS42Mi0uNjJzLS42MiwuMjgtLjYyLC42MnYuNjJjMCwuMjIsLjEyLC40MywuMzEsLjU0bC41NCwuMzFjLjEsLjA2LC4yMSwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTIsMTkuNDZjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIsMTYuODhjLjM0LDAsLjYyLS4yOCwuNjItLjYydi0uOTljMC0uMzQtLjI4LS42Mi0uNjItLjYycy0uNjIsLjI4LS42MiwuNjJ2Ljk5YzAsLjM0LC4yOCwuNjIsLjYyLC42MloiLz48cGF0aCBkPSJNMTIuODUsMTIuODFsLS41NC0uMzFjLS4xOS0uMTEtLjQzLS4xMS0uNjIsMC0uMTksLjExLS4zMSwuMzItLjMxLC41NHYuNjJjMCwuMzQsLjI4LC42MiwuNjIsLjYyLC4yMywwLC40My0uMTMsLjU0LS4zMSwuMjIsMCwuNDMtLjExLC41NC0uMzEsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTcuMzgsMTUuNGwtLjg3LS41Yy0uMy0uMTctLjY4LS4wNy0uODUsLjIzLS4xNywuMy0uMDcsLjY4LC4yMywuODVsLjg3LC41Yy4xLC4wNiwuMiwuMDgsLjMxLC4wOCwuMjIsMCwuNDMtLjExLC41NC0uMzIsLjE3LS4zLC4wNy0uNjgtLjIzLS44NVoiLz48cGF0aCBkPSJNMTUuMTEsMTQuMTFsLS44Ny0uNWMtLjMtLjE3LS42OC0uMDctLjg1LC4yMy0uMTcsLjMtLjA3LC42OCwuMjMsLjg1bC44NywuNWMuMSwuMDYsLjIsLjA4LC4zMSwuMDgsLjIyLDAsLjQzLS4xMSwuNTQtLjMyLC4xNy0uMywuMDctLjY4LS4yMy0uODVaIi8+PC9nPjwvc3ZnPg==", "introduction": "Boot sources are consistent OS images that you use to create virtual machines.\n\nOnce you upload a boot source, you can use the boot source image to create a virtual machine from a template or an InstanceType and Preference. The boot source is available for other users to create virtual machines from templates or InstanceTypes and Preferences with a boot source available.\n\nTo upload a boot source image, you:\n* Upload a boot source image using a persistent volume claim (PVC).", "tasks": [ { "description": "1. Enter the **Administrator** view. In the [Perspective switcher]{{highlight qs-perspective-switcher}}, click the dropdown menu and select **Administrator**.\n\n2. In the **Administrator** view, from the side menu, click [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e **Bootable volumes**.\n\n3. From the **Project** dropdown at the top left of the page, select the namespace that you want to work with.\n\n4. Click **Add volume** and select the **With form** option.\n\n5. Select **Upload volume** as source type and click **Browse** in the **Upload PVC image** field to select the boot source image that you want to upload.\n\n6. In the **Disk size** field, specify the size of the bootable volume.\n - Ensure that the storage allocation you specify for the bootable volume is larger than the size of the uncompressed image. Use the console to verify the size of the image you want to upload.\n\n7. In the **Volume name** field, specify a name for the bootable volume.\n\n8. To allow creating virtual machines from an InstanceType and Preference with the bootable volume, select an appropriate **Preference** and **Default InstanceType** in the **Volume metadata** section.\n\n9. Click **Save** to upload the image. Uploading the image may take some time, depending on the size of the image.", "review": { "failedTaskHelp": "Not Completed", "instructions": "#### To verify that you have successfully uploaded your boot source\n1. Click [Virtualization]{{highlight qs-nav-sec-virtualization}} \u003e **Bootable volumes**.\n\n2. In the boot source's project, your upload is listed." }, "summary": { "failed": "Not Completed", "success": "The boot source image is now available as a bootable volume." }, "title": "Upload a boot source image" } ] } } Related object: kind=ConfigMap name=grafana-dashboard-kubevirt-top-consumers namespace=openshift-config-managed Command: oc get ConfigMap grafana-dashboard-kubevirt-top-consumers -n openshift-config-managed -o json { "apiVersion": "v1", "data": { "kubevirt-top-consumers.json": "{\n \"annotations\": {\n \"list\": [\n {\n \"builtIn\": 1,\n \"datasource\": \"-- Grafana --\",\n \"enable\": true,\n \"hide\": true,\n \"iconColor\": \"rgba(0, 211, 255, 1)\",\n \"name\": \"Annotations \u0026 Alerts\",\n \"type\": \"dashboard\"\n }\n ]\n },\n \"editable\": true,\n \"gnetId\": null,\n \"graphTooltip\": 0,\n \"id\": 1,\n \"iteration\": 1628598301477,\n \"links\": [],\n \"panels\": [\n {\n \"collapsed\": false,\n \"datasource\": null,\n \"gridPos\": {\n \"h\": 1,\n \"w\": 24,\n \"x\": 0,\n \"y\": 0\n },\n \"id\": 44,\n \"panels\": [],\n \"repeat\": null,\n \"title\": \"Top Consumers\",\n \"type\": \"row\"\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 0,\n \"y\": 1\n },\n \"id\": 45,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Virtual Machine\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"name\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Avg Memory Usage\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"bytes\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum (avg_over_time(kubevirt_vmi_memory_available_bytes[$__range]) - avg_over_time(kubevirt_vmi_memory_usable_bytes[$__range]))by(name, namespace)))\u003e0\",\n \"format\": \"table\",\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of Memory\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 12,\n \"y\": 1\n },\n \"id\": 35,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"virt-launcher Pod\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"pod\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"CPU Usage\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTargetBlank\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"percentunit\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum(rate(container_cpu_usage_seconds_total{container=\\\"compute\\\",pod=~\\\"virt-launcher-.*\\\"}[$__range])) by (namespace,pod)))\u003e0\",\n \"format\": \"table\",\n \"hide\": false,\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of CPU by virt-launcher Pods\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 0,\n \"y\": 9\n },\n \"id\": 37,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Virtual Machine\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"name\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Storage Traffic Usage\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"bytes\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum(rate(kubevirt_vmi_storage_read_traffic_bytes_total[$__range]) + rate(kubevirt_vmi_storage_write_traffic_bytes_total[$__range])) by (namespace, name)))\u003e0\",\n \"format\": \"table\",\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of Storage Traffic\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 12,\n \"y\": 9\n },\n \"id\": 38,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Virtual Machine\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"name\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Storage IOPS Usage\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"none\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum(rate(kubevirt_vmi_storage_iops_read_total[$__range]) + rate(kubevirt_vmi_storage_iops_write_total[$__range])) by (namespace, name)))\u003e0\",\n \"format\": \"table\",\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of Storage IOPS\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 0,\n \"y\": 17\n },\n \"id\": 36,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Virtual Machine\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"name\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Network Traffic Usage\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"bytes\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum(rate(kubevirt_vmi_network_receive_bytes_total[$__range]) + rate(kubevirt_vmi_network_transmit_bytes_total[$__range])) by (namespace, name)))\u003e0\",\n \"format\": \"table\",\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of Network Traffic\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 12,\n \"y\": 17\n },\n \"id\": 40,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Virtual Machine\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"name\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"vCPU Wait Time\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"s\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum(rate(kubevirt_vmi_vcpu_wait_seconds_total[$__range])) by (namespace, name)))\u003e0\",\n \"format\": \"table\",\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of vCPU Wait\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"columns\": [],\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {},\n \"overrides\": []\n },\n \"fill\": 1,\n \"fontSize\": \"100%\",\n \"gridPos\": {\n \"h\": 7,\n \"w\": 12,\n \"x\": 0,\n \"y\": 25\n },\n \"id\": 39,\n \"interval\": \"1m\",\n \"legend\": {\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"links\": [],\n \"nullPointMode\": \"null as zero\",\n \"options\": [],\n \"pageSize\": null,\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"showHeader\": true,\n \"sort\": {\n \"col\": 3,\n \"desc\": true\n },\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"styles\": [\n {\n \"alias\": \"Time\",\n \"align\": \"auto\",\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"pattern\": \"Time\",\n \"type\": \"hidden\"\n },\n {\n \"alias\": \"Namespace\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"\",\n \"linkUrl\": \"\",\n \"pattern\": \"namespace\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Virtual Machine\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"name\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n },\n {\n \"alias\": \"Avg Memory Swap Traffic\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"link\": false,\n \"linkTooltip\": \"Drill down\",\n \"linkUrl\": \"\",\n \"pattern\": \"Value #A\",\n \"thresholds\": [],\n \"type\": \"number\",\n \"unit\": \"bytes\"\n },\n {\n \"alias\": \"\",\n \"align\": \"auto\",\n \"colorMode\": null,\n \"colors\": [],\n \"dateFormat\": \"YYYY-MM-DD HH:mm:ss\",\n \"decimals\": 2,\n \"pattern\": \"/.*/\",\n \"thresholds\": [],\n \"type\": \"string\",\n \"unit\": \"short\"\n }\n ],\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum(avg_over_time(kubevirt_vmi_memory_swap_in_traffic_bytes[$__range]) + avg_over_time(kubevirt_vmi_memory_swap_out_traffic_bytes[$__range])) by (namespace, name)))\u003e0\",\n \"format\": \"table\",\n \"instant\": true,\n \"interval\": \"\",\n \"intervalFactor\": 2,\n \"legendFormat\": \"\",\n \"refId\": \"A\",\n \"step\": 10\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeShift\": null,\n \"title\": \"Top Consumers of Memory Swap Traffic\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"table\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": false\n }\n ]\n },\n {\n \"collapsed\": false,\n \"datasource\": null,\n \"gridPos\": {\n \"h\": 1,\n \"w\": 24,\n \"x\": 0,\n \"y\": 26\n },\n \"id\": 42,\n \"panels\": [],\n \"repeat\": null,\n \"title\": \"Top Consumers Over Time\",\n \"type\": \"row\"\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 30\n },\n \"hiddenSeries\": false,\n \"id\": 46,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(topk(5, sum (avg_over_time(kubevirt_vmi_memory_available_bytes[$__rate_interval]) - avg_over_time(kubevirt_vmi_memory_usable_bytes[$__rate_interval]))by(name, namespace)))\u003e0\",\n \"format\": \"time_series\",\n \"instant\": false,\n \"interval\": \"\",\n \"legendFormat\": \"{{name}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"Memory Usage by Virtual Machines\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"decimals\": 2,\n \"format\": \"bytes\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"description\": \"\",\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 37\n },\n \"hiddenSeries\": false,\n \"id\": 19,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(sum(irate(container_cpu_usage_seconds_total{container=\\\"compute\\\",pod=~\\\"virt-launcher-.*\\\"}[$__rate_interval])) by (pod, namespace))\u003e0\",\n \"format\": \"time_series\",\n \"instant\": false,\n \"interval\": \"\",\n \"legendFormat\": \"{{pod}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"CPU Usage by virt-launcher Pods\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"transformations\": [],\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"decimals\": 2,\n \"format\": \"s\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"description\": \"\",\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 44\n },\n \"hiddenSeries\": false,\n \"id\": 30,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(sum(irate(kubevirt_vmi_storage_read_traffic_bytes_total[$__rate_interval]) + irate(kubevirt_vmi_storage_write_traffic_bytes_total[$__rate_interval])) by (name, namespace))\u003e0\",\n \"format\": \"time_series\",\n \"instant\": false,\n \"interval\": \"\",\n \"legendFormat\": \"{{name}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"Storage Traffic by Virtual Machines\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"decimals\": 2,\n \"format\": \"bytes\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"decimals\": 2,\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"decimals\": 2,\n \"description\": \"\",\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 51\n },\n \"hiddenSeries\": false,\n \"id\": 33,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(sum(irate(kubevirt_vmi_storage_iops_read_total[$__rate_interval]) + irate(kubevirt_vmi_storage_iops_write_total[$__rate_interval])) by (name, namespace))\u003e0\",\n \"format\": \"time_series\",\n \"instant\": false,\n \"interval\": \"\",\n \"legendFormat\": \"{{name}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"Storage IOPS Usage by Virtual Machines\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"decimals\": 2,\n \"format\": \"short\",\n \"label\": \"\",\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 58\n },\n \"hiddenSeries\": false,\n \"id\": 29,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(sum(irate(kubevirt_vmi_network_receive_bytes_total[$__rate_interval]) + irate(kubevirt_vmi_network_transmit_bytes_total[$__rate_interval])) by (namespace, name))\u003e0\",\n \"format\": \"time_series\",\n \"instant\": false,\n \"interval\": \"\",\n \"legendFormat\": \"{{name}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"Network Traffic by Virtual Machines\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"decimals\": 2,\n \"format\": \"bytes\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"decimals\": 2,\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 65\n },\n \"hiddenSeries\": false,\n \"id\": 25,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(sum(irate(kubevirt_vmi_vcpu_wait_seconds_total{}[$__rate_interval])) by (name, namespace))\u003e0\",\n \"format\": \"time_series\",\n \"interval\": \"\",\n \"legendFormat\": \"{{name}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"vCPU Wait by Virtual Machines\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"format\": \"s\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n },\n {\n \"aliasColors\": {},\n \"bars\": false,\n \"dashLength\": 10,\n \"dashes\": false,\n \"datasource\": \"$datasource\",\n \"decimals\": 2,\n \"description\": \"\",\n \"fieldConfig\": {\n \"defaults\": {\n \"custom\": {}\n },\n \"overrides\": []\n },\n \"fill\": 1,\n \"fillGradient\": 0,\n \"gridPos\": {\n \"h\": 7,\n \"w\": 24,\n \"x\": 0,\n \"y\": 72\n },\n \"hiddenSeries\": false,\n \"id\": 23,\n \"interval\": \"1m\",\n \"legend\": {\n \"alignAsTable\": true,\n \"avg\": false,\n \"current\": false,\n \"max\": false,\n \"min\": false,\n \"rightSide\": true,\n \"show\": true,\n \"total\": false,\n \"values\": false\n },\n \"lines\": true,\n \"linewidth\": 1,\n \"nullPointMode\": \"null\",\n \"options\": [],\n \"percentage\": false,\n \"pluginVersion\": \"7.5.11\",\n \"pointradius\": 5,\n \"points\": false,\n \"renderer\": \"flot\",\n \"seriesOverrides\": [],\n \"spaceLength\": 10,\n \"stack\": false,\n \"steppedLine\": false,\n \"targets\": [\n {\n \"expr\": \"sort_desc(sum(avg_over_time(kubevirt_vmi_memory_swap_in_traffic_bytes{}[$__rate_interval]) + avg_over_time(kubevirt_vmi_memory_swap_out_traffic_bytes{}[$__rate_interval])) by (name, namespace))\u003e0\",\n \"format\": \"time_series\",\n \"instant\": false,\n \"interval\": \"\",\n \"legendFormat\": \"{{name}} / {{namespace}}\",\n \"refId\": \"A\"\n }\n ],\n \"thresholds\": [],\n \"timeFrom\": null,\n \"timeRegions\": [],\n \"timeShift\": null,\n \"title\": \"Memory Swap Traffic by Virtual Machines\",\n \"tooltip\": {\n \"shared\": false,\n \"sort\": 0,\n \"value_type\": \"individual\"\n },\n \"transform\": \"table\",\n \"type\": \"graph\",\n \"xaxis\": {\n \"buckets\": null,\n \"mode\": \"time\",\n \"name\": null,\n \"show\": true,\n \"values\": []\n },\n \"yaxes\": [\n {\n \"decimals\": 2,\n \"format\": \"bytes\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n },\n {\n \"decimals\": 2,\n \"format\": \"short\",\n \"label\": null,\n \"logBase\": 1,\n \"max\": null,\n \"min\": 0,\n \"show\": true\n }\n ],\n \"yaxis\": {\n \"align\": false,\n \"alignLevel\": null\n }\n }\n ],\n \"refresh\": false,\n \"schemaVersion\": 22,\n \"style\": \"dark\",\n \"tags\": [\n \"kubevirt-mixin\"\n ],\n \"time\": {\n \"from\": \"now-1h\",\n \"to\": \"now\"\n },\n \"timepicker\": {\n \"refresh_intervals\": [\n \"5s\",\n \"10s\",\n \"30s\",\n \"1m\",\n \"5m\",\n \"15m\",\n \"30m\",\n \"1h\",\n \"2h\",\n \"1d\"\n ],\n \"time_options\": [\n \"5m\",\n \"15m\",\n \"1h\",\n \"6h\",\n \"12h\",\n \"24h\",\n \"2d\",\n \"7d\",\n \"30d\"\n ]\n },\n \"timezone\": \"UTC\",\n \"title\": \"KubeVirt / Infrastructure Resources / Top Consumers\",\n \"uid\": \"Ml7SPcyMkk\",\n \"version\": 0\n}\n" }, "kind": "ConfigMap", "metadata": { "creationTimestamp": "2024-07-20T18:17:45Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "console.openshift.io/dashboard": "true" }, "name": "grafana-dashboard-kubevirt-top-consumers", "namespace": "openshift-config-managed", "resourceVersion": "90325", "uid": "b02377f4-0ba2-498b-986e-b271b245908d" } } Related object: kind=ImageStream name=rhel8-guest namespace=openshift-virtualization-os-images Command: oc get ImageStream rhel8-guest -n openshift-virtualization-os-images -o json { "apiVersion": "image.openshift.io/v1", "kind": "ImageStream", "metadata": { "annotations": { "openshift.io/image.dockerRepositoryCheck": "2024-07-20T18:18:22Z" }, "creationTimestamp": "2024-07-20T18:18:21Z", "generation": 2, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "rhel8-guest", "namespace": "openshift-virtualization-os-images", "resourceVersion": "92548", "uid": "6e10d58a-319a-45fb-88ac-f81ae945e718" }, "spec": { "lookupPolicy": { "local": false }, "tags": [ { "annotations": null, "from": { "kind": "DockerImage", "name": "registry.redhat.io/rhel8/rhel-guest-image" }, "generation": 2, "importPolicy": { "importMode": "Legacy", "scheduled": true }, "name": "latest", "referencePolicy": { "type": "Source" } } ] }, "status": { "dockerImageRepository": "image-registry.openshift-image-registry.svc:5000/openshift-virtualization-os-images/rhel8-guest", "tags": [ { "items": [ { "created": "2024-07-20T18:18:22Z", "dockerImageReference": "registry.redhat.io/rhel8/rhel-guest-image@sha256:e71bfa29a35d21d0055e9f1dfe0d492e31389b0ba13b87cbc1840c9e1d4a1fe2", "generation": 2, "image": "sha256:e71bfa29a35d21d0055e9f1dfe0d492e31389b0ba13b87cbc1840c9e1d4a1fe2" } ], "tag": "latest" } ] } } Related object: kind=ImageStream name=rhel9-guest namespace=openshift-virtualization-os-images Command: oc get ImageStream rhel9-guest -n openshift-virtualization-os-images -o json { "apiVersion": "image.openshift.io/v1", "kind": "ImageStream", "metadata": { "annotations": { "openshift.io/image.dockerRepositoryCheck": "2024-07-20T18:18:22Z" }, "creationTimestamp": "2024-07-20T18:18:21Z", "generation": 2, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "rhel9-guest", "namespace": "openshift-virtualization-os-images", "resourceVersion": "92530", "uid": "42317474-431a-491c-a194-5890a2866a3d" }, "spec": { "lookupPolicy": { "local": false }, "tags": [ { "annotations": null, "from": { "kind": "DockerImage", "name": "registry.redhat.io/rhel9/rhel-guest-image" }, "generation": 2, "importPolicy": { "importMode": "Legacy", "scheduled": true }, "name": "latest", "referencePolicy": { "type": "Source" } } ] }, "status": { "dockerImageRepository": "image-registry.openshift-image-registry.svc:5000/openshift-virtualization-os-images/rhel9-guest", "tags": [ { "items": [ { "created": "2024-07-20T18:18:22Z", "dockerImageReference": "registry.redhat.io/rhel9/rhel-guest-image@sha256:dede71e24368b21394c2829460ba7a25cec13e6aea54394f80d5fc721bd115ea", "generation": 2, "image": "sha256:dede71e24368b21394c2829460ba7a25cec13e6aea54394f80d5fc721bd115ea" } ], "tag": "latest" } ] } } Related object: kind=ConfigMap name=virtio-win namespace=openshift-cnv Command: oc get ConfigMap virtio-win -n openshift-cnv -o json { "apiVersion": "v1", "data": { "virtio-win-image": "registry.redhat.io/container-native-virtualization/virtio-win-rhel9@sha256:584857c3d7cee20877a4ea135fb58fd7721dfc04a23a6c76580eba9facd6e6c0" }, "kind": "ConfigMap", "metadata": { "creationTimestamp": "2024-07-20T18:18:21Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "virtio-win", "namespace": "openshift-cnv", "resourceVersion": "92361", "uid": "96e90018-9367-4d87-a4d9-51f06f7a9b58" } } Related object: kind=Role name=virtio-win namespace=openshift-cnv Command: oc get Role virtio-win -n openshift-cnv -o json { "apiVersion": "rbac.authorization.k8s.io/v1", "kind": "Role", "metadata": { "creationTimestamp": "2024-07-20T18:18:22Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "virtio-win", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "hco.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "HyperConverged", "name": "kubevirt-hyperconverged", "uid": "ace53535-5650-4f26-a38a-6e394153a67c" } ], "resourceVersion": "92415", "uid": "a0ec9475-84fa-4c3a-900f-88230599be97" }, "rules": [ { "apiGroups": [ "" ], "resourceNames": [ "virtio-win" ], "resources": [ "configmaps" ], "verbs": [ "get" ] } ] } Related object: kind=RoleBinding name=virtio-win namespace=openshift-cnv Command: oc get RoleBinding virtio-win -n openshift-cnv -o json { "apiVersion": "rbac.authorization.k8s.io/v1", "kind": "RoleBinding", "metadata": { "creationTimestamp": "2024-07-20T18:18:22Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "virtio-win", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "hco.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "HyperConverged", "name": "kubevirt-hyperconverged", "uid": "ace53535-5650-4f26-a38a-6e394153a67c" } ], "resourceVersion": "92428", "uid": "a16547c6-dab4-4d15-a7fb-a7df187974ea" }, "roleRef": { "apiGroup": "rbac.authorization.k8s.io", "kind": "Role", "name": "virtio-win" }, "subjects": [ { "apiGroup": "rbac.authorization.k8s.io", "kind": "Group", "name": "system:authenticated" } ] } Related object: kind=Deployment name=kubevirt-console-plugin namespace=openshift-cnv Command: oc get Deployment kubevirt-console-plugin -n openshift-cnv -o json { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:18:22Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-console-plugin", "namespace": "openshift-cnv", "resourceVersion": "92905", "uid": "068f349b-8273-4d20-9298-ec697eed3160" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "spec": { "containers": [ { "image": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2", "imagePullPolicy": "IfNotPresent", "name": "kubevirt-console-plugin", "ports": [ { "containerPort": 9443, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/serving-cert", "name": "plugin-serving-cert", "readOnly": true }, { "mountPath": "/etc/nginx/nginx.conf", "name": "nginx-conf", "readOnly": true, "subPath": "nginx.conf" } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "plugin-serving-cert", "secret": { "defaultMode": 420, "secretName": "plugin-serving-cert" } }, { "configMap": { "defaultMode": 420, "name": "nginx-conf" }, "name": "nginx-conf" } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:28Z", "lastUpdateTime": "2024-07-20T18:18:28Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:22Z", "lastUpdateTime": "2024-07-20T18:18:28Z", "message": "ReplicaSet \"kubevirt-console-plugin-5f875d9655\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } } Related object: kind=Deployment name=kubevirt-apiserver-proxy namespace=openshift-cnv Command: oc get Deployment kubevirt-apiserver-proxy -n openshift-cnv -o json { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:18:22Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-apiserver-proxy", "namespace": "openshift-cnv", "resourceVersion": "92750", "uid": "4d81f390-ca95-4dd3-86e0-4b66cf3c2c66" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "spec": { "containers": [ { "image": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec", "imagePullPolicy": "IfNotPresent", "name": "kubevirt-apiserver-proxy", "ports": [ { "containerPort": 8080, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/app/cert", "name": "console-proxy-serving-cert", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "console-proxy-serving-cert", "secret": { "defaultMode": 420, "secretName": "console-proxy-serving-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:25Z", "lastUpdateTime": "2024-07-20T18:18:25Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:22Z", "lastUpdateTime": "2024-07-20T18:18:25Z", "message": "ReplicaSet \"kubevirt-apiserver-proxy-5c65bdf585\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } } Related object: kind=ConfigMap name=nginx-conf namespace=openshift-cnv Command: oc get ConfigMap nginx-conf -n openshift-cnv -o json { "apiVersion": "v1", "data": { "nginx.conf": "error_log /dev/stdout info;\nevents {}\nhttp {\n\taccess_log /dev/stdout;\n\tinclude /etc/nginx/mime.types;\n\tdefault_type application/octet-stream;\n\tkeepalive_timeout 65;\n\tadd_header X-Content-Type-Options nosniff;\n\t\tserver {\n\t\t\tlisten 9443 ssl;\n\t\t\tssl_certificate /var/serving-cert/tls.crt;\n\t\t\tssl_certificate_key /var/serving-cert/tls.key;\n\t\t\troot /usr/share/nginx/html;\n\n\t\t\t# Prevent caching for plugin-manifest.json and plugin-entry.js\n\t\t\t# to avoid \"Unexpected end of JSON input\" error\n\t\t\tlocation = /plugin-manifest.json {\n\t\t\t add_header Cache-Control 'no-cache, no-store, must-revalidate, proxy-revalidate, max-age=0';\n\t\t\t add_header Pragma 'no-cache';\n\t\t\t add_header Expires '0';\n\t\t\t}\n\t\t\tlocation = /plugin-entry.js {\n\t\t\t add_header Cache-Control 'no-cache, no-store, must-revalidate, proxy-revalidate, max-age=0';\n\t\t\t add_header Pragma 'no-cache';\n\t\t\t add_header Expires '0';\n\t\t\t}\n }\n\t}\n" }, "kind": "ConfigMap", "metadata": { "creationTimestamp": "2024-07-20T18:18:22Z", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "nginx-conf", "namespace": "openshift-cnv", "resourceVersion": "92442", "uid": "80a0a9b9-7f9f-437d-9372-f911ed2067ab" } } Related object: kind=ConsolePlugin name=kubevirt-plugin Command: oc get ConsolePlugin kubevirt-plugin -o json { "apiVersion": "console.openshift.io/v1", "kind": "ConsolePlugin", "metadata": { "creationTimestamp": "2024-07-20T18:18:22Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-plugin", "resourceVersion": "92447", "uid": "4533e3df-052d-4de0-8454-7ffa37953629" }, "spec": { "backend": { "service": { "basePath": "/", "name": "kubevirt-console-plugin-service", "namespace": "openshift-cnv", "port": 9443 }, "type": "Service" }, "displayName": "Kubevirt Console Plugin", "i18n": { "loadType": "" }, "proxy": [ { "alias": "kubevirt-apiserver-proxy", "authorization": "UserToken", "endpoint": { "service": { "name": "kubevirt-apiserver-proxy-service", "namespace": "openshift-cnv", "port": 8080 }, "type": "Service" } } ] } } ======== HCO Pods ======== Command: oc get pods -n openshift-cnv -o json { "apiVersion": "v1", "items": [ { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.69/23\"],\"mac_address\":\"0a:58:0a:81:02:45\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.69/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.69\"\n ],\n \"mac\": \"0a:58:0a:81:02:45\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:16Z", "generateName": "aaq-operator-6f68c5fdb9-", "labels": { "app.kubernetes.io/component": "quota-management", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "aaq-operator", "operator.aaq.kubevirt.io": "", "pod-template-hash": "6f68c5fdb9", "prometheus.aaq.kubevirt.io": "true" }, "name": "aaq-operator-6f68c5fdb9-xccsx", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "aaq-operator-6f68c5fdb9", "uid": "45880d70-bbb3-4c3c-a59f-92c8fd123a26" } ], "resourceVersion": "89688", "uid": "48407672-aba1-420f-b315-d0c502719f4c" }, "spec": { "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "DEPLOY_CLUSTER_RESOURCES", "value": "true" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/aaq-controller-rhel9@sha256:009db7871a870f7ff3da7bad4c915a52f633efdc653b386c4b46d8af51c81791" }, { "name": "AAQ_SERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/aaq-server-rhel9@sha256:9a745e9fffbbd0d0bdec122783c17de756166122788acaf0160494ed928cd241" }, { "name": "VERBOSITY", "value": "1" }, { "name": "PULL_POLICY", "value": "IfNotPresent" }, { "name": "MONITORING_NAMESPACE" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/aaq-operator-rhel9@sha256:e5c4eb3f66341f6caa292ec85076f8783ca66539be00c42db8fb7c733815405d", "imagePullPolicy": "IfNotPresent", "name": "aaq-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-r8zbj", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "aaq-operator-dockercfg-fd8ts" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "aaq-operator", "serviceAccountName": "aaq-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-r8zbj", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:22Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:16Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:22Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:22Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:16Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://4b9c36add57178ca5e7b3682cca2197385d093db19a9e350d440995b44594687", "image": "registry.redhat.io/container-native-virtualization/aaq-operator-rhel9@sha256:e5c4eb3f66341f6caa292ec85076f8783ca66539be00c42db8fb7c733815405d", "imageID": "registry.redhat.io/container-native-virtualization/aaq-operator-rhel9@sha256:913c45495da29bd15182960564287833095f039858c65730ed581743465d0b18", "lastState": {}, "name": "aaq-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:21Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.69", "podIPs": [ { "ip": "10.129.2.69" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:16Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "Bridge marker exposes network bridges available on nodes as node resources", "openshift.io/scc": "bridge-marker" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "bridge-marker-", "labels": { "app": "bridge-marker", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "757fb85fb7", "name": "bridge-marker", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "bridge-marker-9p4kz", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "bridge-marker", "uid": "e0a6cda7-b461-41e4-89db-da46e9846f44" } ], "resourceVersion": "91078", "uid": "7e5e53c6-fbb4-4399-840c-78c33ff74c9a" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-26-69.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "-node-name", "$(NODE_NAME)" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } } ], "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imagePullPolicy": "IfNotPresent", "name": "bridge-marker", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-jdz5p", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostNetwork": true, "imagePullSecrets": [ { "name": "bridge-marker-dockercfg-z8qx9" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "bridge-marker", "serviceAccountName": "bridge-marker", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-jdz5p", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:52Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:52Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:52Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://e864d79bb0a36bb4c8c089c1a9cdbc5d54414805f9713fd762905752bec40a71", "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imageID": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:ec7e380a004d3db61dff340d239cbb6b6c389a2854abb5c7bc4a37948d45b30d", "lastState": {}, "name": "bridge-marker", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:51Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.0.26.69", "podIPs": [ { "ip": "10.0.26.69" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "Bridge marker exposes network bridges available on nodes as node resources", "openshift.io/scc": "bridge-marker" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "bridge-marker-", "labels": { "app": "bridge-marker", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "757fb85fb7", "name": "bridge-marker", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "bridge-marker-fq456", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "bridge-marker", "uid": "e0a6cda7-b461-41e4-89db-da46e9846f44" } ], "resourceVersion": "90890", "uid": "ba24a4be-e09d-4419-b6ec-674e6540955a" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-57-22.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "-node-name", "$(NODE_NAME)" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } } ], "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imagePullPolicy": "IfNotPresent", "name": "bridge-marker", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-pnbld", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostNetwork": true, "imagePullSecrets": [ { "name": "bridge-marker-dockercfg-z8qx9" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "bridge-marker", "serviceAccountName": "bridge-marker", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-pnbld", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://c1031722df020457874425dba93610805dbda8d98a4b4e3e947a8672dadc3667", "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imageID": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:ec7e380a004d3db61dff340d239cbb6b6c389a2854abb5c7bc4a37948d45b30d", "lastState": {}, "name": "bridge-marker", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:49Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.0.57.22", "podIPs": [ { "ip": "10.0.57.22" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "Bridge marker exposes network bridges available on nodes as node resources", "openshift.io/scc": "bridge-marker" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "bridge-marker-", "labels": { "app": "bridge-marker", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "757fb85fb7", "name": "bridge-marker", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "bridge-marker-hdgnb", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "bridge-marker", "uid": "e0a6cda7-b461-41e4-89db-da46e9846f44" } ], "resourceVersion": "90918", "uid": "280a54ce-b527-4bce-a7c3-211c5613a558" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-89-129.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "-node-name", "$(NODE_NAME)" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } } ], "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imagePullPolicy": "IfNotPresent", "name": "bridge-marker", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-r9xtb", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostNetwork": true, "imagePullSecrets": [ { "name": "bridge-marker-dockercfg-z8qx9" } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "bridge-marker", "serviceAccountName": "bridge-marker", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-r9xtb", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://1d5fe19a2ab93fdf4886d65e079ecbb9dfe99048b7f39f5c7be3fa1664d9bd69", "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imageID": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:ec7e380a004d3db61dff340d239cbb6b6c389a2854abb5c7bc4a37948d45b30d", "lastState": {}, "name": "bridge-marker", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:48Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.0.89.129", "podIPs": [ { "ip": "10.0.89.129" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "Bridge marker exposes network bridges available on nodes as node resources", "openshift.io/scc": "bridge-marker" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "bridge-marker-", "labels": { "app": "bridge-marker", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "757fb85fb7", "name": "bridge-marker", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "bridge-marker-js8sm", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "bridge-marker", "uid": "e0a6cda7-b461-41e4-89db-da46e9846f44" } ], "resourceVersion": "91178", "uid": "2b353dc7-2731-488f-a89e-7be6a712857e" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-25-72.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "-node-name", "$(NODE_NAME)" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } } ], "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imagePullPolicy": "IfNotPresent", "name": "bridge-marker", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-kcr55", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostNetwork": true, "imagePullSecrets": [ { "name": "bridge-marker-dockercfg-z8qx9" } ], "nodeName": "ip-10-0-25-72.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "bridge-marker", "serviceAccountName": "bridge-marker", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-kcr55", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:54Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:54Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:54Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://459e5349f9603777504f12e98832ebca5930f35c0c37041533356a5ab0ae320a", "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imageID": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:ec7e380a004d3db61dff340d239cbb6b6c389a2854abb5c7bc4a37948d45b30d", "lastState": {}, "name": "bridge-marker", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:54Z" } } } ], "hostIP": "10.0.25.72", "hostIPs": [ { "ip": "10.0.25.72" } ], "phase": "Running", "podIP": "10.0.25.72", "podIPs": [ { "ip": "10.0.25.72" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "Bridge marker exposes network bridges available on nodes as node resources", "openshift.io/scc": "bridge-marker" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "bridge-marker-", "labels": { "app": "bridge-marker", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "757fb85fb7", "name": "bridge-marker", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "bridge-marker-pb7mm", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "bridge-marker", "uid": "e0a6cda7-b461-41e4-89db-da46e9846f44" } ], "resourceVersion": "91297", "uid": "d03cb7fb-18b3-4abb-aacf-0bfe71e43a6b" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-56-30.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "-node-name", "$(NODE_NAME)" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } } ], "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imagePullPolicy": "IfNotPresent", "name": "bridge-marker", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-2jx5x", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostNetwork": true, "imagePullSecrets": [ { "name": "bridge-marker-dockercfg-z8qx9" } ], "nodeName": "ip-10-0-56-30.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "bridge-marker", "serviceAccountName": "bridge-marker", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-2jx5x", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://58e6357e0aca98e567a4afe6b2349ceca503aed9805b4e0a8dae4cc9a17982d2", "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imageID": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:ec7e380a004d3db61dff340d239cbb6b6c389a2854abb5c7bc4a37948d45b30d", "lastState": {}, "name": "bridge-marker", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:55Z" } } } ], "hostIP": "10.0.56.30", "hostIPs": [ { "ip": "10.0.56.30" } ], "phase": "Running", "podIP": "10.0.56.30", "podIPs": [ { "ip": "10.0.56.30" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "Bridge marker exposes network bridges available on nodes as node resources", "openshift.io/scc": "bridge-marker" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "bridge-marker-", "labels": { "app": "bridge-marker", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "757fb85fb7", "name": "bridge-marker", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "bridge-marker-sn2jg", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "bridge-marker", "uid": "e0a6cda7-b461-41e4-89db-da46e9846f44" } ], "resourceVersion": "91141", "uid": "5482d92b-4de5-4ea1-a69d-adc9bffef33b" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-92-157.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "-node-name", "$(NODE_NAME)" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } } ], "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imagePullPolicy": "IfNotPresent", "name": "bridge-marker", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-qx2lr", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostNetwork": true, "nodeName": "ip-10-0-92-157.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "bridge-marker", "serviceAccountName": "bridge-marker", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-qx2lr", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:53Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:53Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:53Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://d01e0639f45a8e8d75bebd5cead4742ea5aac1cdeb6f0a388f0dc9b17fcff4b1", "image": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532", "imageID": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:ec7e380a004d3db61dff340d239cbb6b6c389a2854abb5c7bc4a37948d45b30d", "lastState": {}, "name": "bridge-marker", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:53Z" } } } ], "hostIP": "10.0.92.157", "hostIPs": [ { "ip": "10.0.92.157" } ], "phase": "Running", "podIP": "10.0.92.157", "podIPs": [ { "ip": "10.0.92.157" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.65/23\"],\"mac_address\":\"0a:58:0a:80:02:41\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.65/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.65\"\n ],\n \"mac\": \"0a:58:0a:80:02:41\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:17:48Z", "generateName": "cdi-apiserver-86d59dcb5-", "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-apiserver", "operator.cdi.kubevirt.io/createVersion": "4.16.1", "pod-template-hash": "86d59dcb5" }, "name": "cdi-apiserver-86d59dcb5-shtrj", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "cdi-apiserver-86d59dcb5", "uid": "2a05e781-1167-446c-88c3-c251c322f032" } ], "resourceVersion": "91359", "uid": "dcdd2e7a-74b5-45f5-9bdc-c5e7976c133e" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-apiserver" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "INSTALLER_PART_OF_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "INSTALLER_VERSION_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef", "imagePullPolicy": "IfNotPresent", "name": "cdi-apiserver", "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 2, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/certs/cdi-apiserver-signer-bundle", "name": "ca-bundle", "readOnly": true }, { "mountPath": "/var/run/certs/cdi-apiserver-server-cert", "name": "server-cert", "readOnly": true }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-sdnzz", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "cdi-apiserver-dockercfg-mv6tp" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "cdi-apiserver", "serviceAccountName": "cdi-apiserver", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "configMap": { "defaultMode": 420, "items": [ { "key": "ca-bundle.crt", "path": "ca-bundle.crt" } ], "name": "cdi-apiserver-signer-bundle" }, "name": "ca-bundle" }, { "name": "server-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-apiserver-server-cert" } }, { "name": "kube-api-access-sdnzz", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:55Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:48Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:57Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:57Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:48Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://15361974a86d2b98e0059234c3d5abadca0a96f0aeec6d5473e588f1f7d1fb9b", "image": "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef", "imageID": "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:c46f1233bc785a0405e5b0e4392f4242dbe48ef72a04c2ba93244946f10483c0", "lastState": {}, "name": "cdi-apiserver", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:55Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.65", "podIPs": [ { "ip": "10.128.2.65" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:48Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.72/23\"],\"mac_address\":\"0a:58:0a:81:02:48\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.72/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.72\"\n ],\n \"mac\": \"0a:58:0a:81:02:48\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:17:49Z", "generateName": "cdi-deployment-67cf7d955c-", "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-deployment", "operator.cdi.kubevirt.io/createVersion": "4.16.1", "pod-template-hash": "67cf7d955c", "prometheus.cdi.kubevirt.io": "true" }, "name": "cdi-deployment-67cf7d955c-stw7x", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "cdi-deployment-67cf7d955c", "uid": "29cf5a32-df06-4a53-b5b3-17958edd05d5" } ], "resourceVersion": "91756", "uid": "9b4535fc-2e20-451d-8a59-568d0a1dd0fb" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-deployment" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "IMPORTER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031" }, { "name": "CLONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab" }, { "name": "UPLOADSERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c" }, { "name": "UPLOADPROXY_SERVICE", "value": "cdi-uploadproxy" }, { "name": "OVIRT_POPULATOR_IMAGE", "value": "registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7" }, { "name": "PULL_POLICY", "value": "IfNotPresent" }, { "name": "INSTALLER_PART_OF_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "INSTALLER_VERSION_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061", "imagePullPolicy": "IfNotPresent", "name": "cdi-deployment", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "exec": { "command": [ "cat", "/tmp/ready" ] }, "failureThreshold": 3, "initialDelaySeconds": 2, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/cdi/token/keys", "name": "cdi-api-signing-key" }, { "mountPath": "/var/run/certs/cdi-uploadserver-signer", "name": "uploadserver-ca-cert" }, { "mountPath": "/var/run/certs/cdi-uploadserver-client-signer", "name": "uploadserver-client-ca-cert" }, { "mountPath": "/var/run/ca-bundle/cdi-uploadserver-signer-bundle", "name": "uploadserver-ca-bundle" }, { "mountPath": "/var/run/ca-bundle/cdi-uploadserver-client-signer-bundle", "name": "uploadserver-client-ca-bundle" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-qm6s9", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "cdi-sa-dockercfg-nd7cg" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "cdi-sa", "serviceAccountName": "cdi-sa", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "cdi-api-signing-key", "secret": { "defaultMode": 420, "items": [ { "key": "id_rsa.pub", "path": "id_rsa.pub" }, { "key": "id_rsa", "path": "id_rsa" } ], "secretName": "cdi-api-signing-key" } }, { "name": "uploadserver-ca-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadserver-signer" } }, { "name": "uploadserver-client-ca-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadserver-client-signer" } }, { "configMap": { "defaultMode": 420, "items": [ { "key": "ca-bundle.crt", "path": "ca-bundle.crt" } ], "name": "cdi-uploadserver-signer-bundle" }, "name": "uploadserver-ca-bundle" }, { "configMap": { "defaultMode": 420, "items": [ { "key": "ca-bundle.crt", "path": "ca-bundle.crt" } ], "name": "cdi-uploadserver-client-signer-bundle" }, "name": "uploadserver-client-ca-bundle" }, { "name": "kube-api-access-qm6s9", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:02Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:07Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:07Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://d4f3a87a865e2bce26584343cb690603349864a439441f460e866f6c9007fd01", "image": "registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061", "imageID": "registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:af8c807a5b1ef4054999636ecd707470a077a9ec2a1219b6dcb0130382cc34a7", "lastState": {}, "name": "cdi-deployment", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:02Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.72", "podIPs": [ { "ip": "10.129.2.72" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:49Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.73/23\"],\"mac_address\":\"0a:58:0a:80:02:49\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.73/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.73\"\n ],\n \"mac\": \"0a:58:0a:80:02:49\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "anyuid" }, "creationTimestamp": "2024-07-20T18:19:49Z", "generateName": "cdi-http-import-server-5bd7d8df67-", "labels": { "kubevirt.io": "cdi-http-import-server", "pod-template-hash": "5bd7d8df67" }, "name": "cdi-http-import-server-5bd7d8df67-7vmgf", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "cdi-http-import-server-5bd7d8df67", "uid": "d4dddf35-0be3-4518-8b86-68dcbf2d61a1" } ], "resourceVersion": "96196", "uid": "16187282-343f-494f-9cbe-e4e7dd03dade" }, "spec": { "containers": [ { "image": "quay.io/kubevirt/cdi-http-import-server:latest", "imagePullPolicy": "Always", "name": "cdi-http-import-server", "ports": [ { "containerPort": 80, "name": "http", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "tcpSocket": { "port": 80 }, "timeoutSeconds": 1 }, "resources": {}, "securityContext": { "capabilities": { "drop": [ "MKNOD" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-xrxhb", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsUser": 0, "seLinuxOptions": { "level": "s0:c31,c0" } }, "serviceAccount": "kubevirt-testing", "serviceAccountName": "kubevirt-testing", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 } ], "volumes": [ { "name": "kube-api-access-xrxhb", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:01Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:10Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:10Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://f588721a9bb59fabe561c03082e5e46e6957ae31c48974ce8062e697271f694d", "image": "quay.io/kubevirt/cdi-http-import-server:latest", "imageID": "quay.io/kubevirt/cdi-http-import-server@sha256:90968a6e64326c58baccb17e84def7807113383a4a31d23be0f2604976d48291", "lastState": {}, "name": "cdi-http-import-server", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:20:01Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.73", "podIPs": [ { "ip": "10.128.2.73" } ], "qosClass": "BestEffort", "startTime": "2024-07-20T18:19:49Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.67/23\"],\"mac_address\":\"0a:58:0a:81:02:43\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.67/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.67\"\n ],\n \"mac\": \"0a:58:0a:81:02:43\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:15Z", "generateName": "cdi-operator-84b5bf868-", "labels": { "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-operator", "name": "cdi-operator", "operator.cdi.kubevirt.io": "", "pod-template-hash": "84b5bf868", "prometheus.cdi.kubevirt.io": "true" }, "name": "cdi-operator-84b5bf868-qwbg9", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "cdi-operator-84b5bf868", "uid": "f079dc44-e78c-4050-956f-2e013f600140" } ], "resourceVersion": "89617", "uid": "2becdfea-68bb-445d-aebe-4bdd8f7484bd" }, "spec": { "affinity": { "podAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-operator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "env": [ { "name": "DEPLOY_CLUSTER_RESOURCES", "value": "true" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061" }, { "name": "IMPORTER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031" }, { "name": "CLONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab" }, { "name": "OVIRT_POPULATOR_IMAGE", "value": "registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7" }, { "name": "APISERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef" }, { "name": "UPLOAD_SERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c" }, { "name": "UPLOAD_PROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6" }, { "name": "VERBOSITY", "value": "1" }, { "name": "PULL_POLICY", "value": "IfNotPresent" }, { "name": "MONITORING_NAMESPACE" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9@sha256:689551d442aab7d257014ef74b2ee96102377307242a1151b0dc737adfd8d4d4", "imagePullPolicy": "IfNotPresent", "name": "cdi-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-22j44", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "cdi-operator-dockercfg-vfnkd" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "cdi-operator", "serviceAccountName": "cdi-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-22j44", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:15Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:15Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://850065f141081f3ee052de21610fb1a382579ad1efe726754713fcf039576576", "image": "registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9@sha256:689551d442aab7d257014ef74b2ee96102377307242a1151b0dc737adfd8d4d4", "imageID": "registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9@sha256:689551d442aab7d257014ef74b2ee96102377307242a1151b0dc737adfd8d4d4", "lastState": {}, "name": "cdi-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:19Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.67", "podIPs": [ { "ip": "10.129.2.67" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:15Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.73/23\"],\"mac_address\":\"0a:58:0a:81:02:49\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.73/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.73\"\n ],\n \"mac\": \"0a:58:0a:81:02:49\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:17:49Z", "generateName": "cdi-uploadproxy-5f6446c6dd-", "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-uploadproxy", "operator.cdi.kubevirt.io/createVersion": "4.16.1", "pod-template-hash": "5f6446c6dd" }, "name": "cdi-uploadproxy-5f6446c6dd-sjn7c", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "cdi-uploadproxy-5f6446c6dd", "uid": "04c654ec-a50e-4fef-b947-646376057f22" } ], "resourceVersion": "91394", "uid": "221a50f1-c8ee-4d50-824d-af93b560d1bd" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-uploadproxy" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "APISERVER_PUBLIC_KEY", "valueFrom": { "secretKeyRef": { "key": "id_rsa.pub", "name": "cdi-api-signing-key" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6", "imagePullPolicy": "IfNotPresent", "name": "cdi-uploadproxy", "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 2, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/certs/cdi-uploadproxy-server-cert", "name": "server-cert", "readOnly": true }, { "mountPath": "/var/run/certs/cdi-uploadserver-client-cert", "name": "client-cert", "readOnly": true }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-lqvhv", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "cdi-uploadproxy-dockercfg-vz8cq" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "cdi-uploadproxy", "serviceAccountName": "cdi-uploadproxy", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "server-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadproxy-server-cert" } }, { "name": "client-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadserver-client-cert" } }, { "name": "kube-api-access-lqvhv", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:58Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:58Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://f6ddaf9686aeacd92852ecdeed3b610aa2a5aa1ddcc567c0d927b49a9775e21b", "image": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6", "imageID": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:660aa467caaf2a1283bfa0275421ad29dbc9a35b681bb88624a7d72a50940a49", "lastState": {}, "name": "cdi-uploadproxy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:56Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.73", "podIPs": [ { "ip": "10.129.2.73" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:49Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.62/23\"],\"mac_address\":\"0a:58:0a:80:02:3e\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.62/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.62\"\n ],\n \"mac\": \"0a:58:0a:80:02:3e\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generateName": "cluster-network-addons-operator-7ddd59d665-", "labels": { "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "cluster-network-addons-operator", "pod-template-hash": "7ddd59d665", "prometheus.cnao.io": "true" }, "name": "cluster-network-addons-operator-7ddd59d665-znbsp", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "cluster-network-addons-operator-7ddd59d665", "uid": "0b6fca41-7e47-42da-9c01-80bca6659ad1" } ], "resourceVersion": "89322", "uid": "587fa0c7-9888-4d2d-99cc-5eebb3b9dd9f" }, "spec": { "containers": [ { "env": [ { "name": "MULTUS_IMAGE", "value": "NOT_AVAILABLE" }, { "name": "MULTUS_DYNAMIC_NETWORKS_CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9@sha256:03f61dbb2ab3742dc7ca5a4b233cd819bd28b339d6f3f3a19e3a1f8b51362b8c" }, { "name": "LINUX_BRIDGE_IMAGE", "value": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71" }, { "name": "LINUX_BRIDGE_MARKER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532" }, { "name": "OVS_CNI_IMAGE", "value": "registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9@sha256:1e9ac3c3e418f98eb59fcc98770d22a137b94a2af9410da230935e0fa35f3763" }, { "name": "KUBEMACPOOL_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6" }, { "name": "MACVTAP_CNI_IMAGE", "value": "NOT_AVAILABLE" }, { "name": "KUBE_RBAC_PROXY_IMAGE", "value": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58" }, { "name": "KUBE_SECONDARY_DNS_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9@sha256:78e24bdf1b8d4f27c7bdf0f691085acfb507928ca1efe13c8b21ded970c74553" }, { "name": "CORE_DNS_IMAGE", "value": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:185a83c994aced74546fe630cd71656f1e4112cb15be75f41dfcb1b9ed0966bd" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381" }, { "name": "OPERATOR_NAME", "value": "cluster-network-addons-operator" }, { "name": "OPERATOR_VERSION", "value": "sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381" }, { "name": "OPERATOR_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "OPERAND_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "WATCH_NAMESPACE" }, { "name": "MONITORING_NAMESPACE", "value": "openshift-monitoring" }, { "name": "MONITORING_SERVICE_ACCOUNT", "value": "prometheus-k8s" }, { "name": "RUNBOOK_URL_TEMPLATE", "value": "https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/%s.md" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381", "imagePullPolicy": "IfNotPresent", "name": "cluster-network-addons-operator", "resources": { "requests": { "cpu": "50m", "memory": "30Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-7h92m", "readOnly": true } ] }, { "args": [ "--logtostderr", "--secure-listen-address=:8443", "--upstream=http://127.0.0.1:8080" ], "env": [ { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "imagePullPolicy": "IfNotPresent", "name": "kube-rbac-proxy", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "20Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-7h92m", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "cluster-network-addons-operator-dockercfg-9m2wn" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "cluster-network-addons-operator", "serviceAccountName": "cluster-network-addons-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-7h92m", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:12Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:03Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:12Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:12Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:03Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://1c079b230d6d2b55e46766b5c7c84a3e992e756235b231816eccf16e3941e89a", "image": "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381", "imageID": "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381", "lastState": {}, "name": "cluster-network-addons-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:10Z" } } }, { "containerID": "cri-o://27b3fd15132c902ce8c9f6f736ef66ced24dd248086a7666a7613448dc5c6fa1", "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3efbfad53f80bd8988582c9047caf18ba8f184cb8d7afaecbac1b78d38ae4b9a", "lastState": {}, "name": "kube-rbac-proxy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:11Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.62", "podIPs": [ { "ip": "10.128.2.62" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:03Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.65/23\"],\"mac_address\":\"0a:58:0a:83:00:41\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.65/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.65\"\n ],\n \"mac\": \"0a:58:0a:83:00:41\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:19:49Z", "generateName": "disks-images-provider-", "labels": { "controller-revision-hash": "747bc7676c", "kubevirt.io": "disks-images-provider", "name": "disks-images-provider", "pod-template-generation": "1" }, "name": "disks-images-provider-fqxsq", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "disks-images-provider", "uid": "854abd92-84c6-4a16-9a2e-b8b00c7e7ac8" } ], "resourceVersion": "96271", "uid": "06178ca1-a82c-4b38-b67d-3ad52cccc791" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-89-129.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "image": "quay.io/kubevirt/disks-images-provider:latest", "imagePullPolicy": "Always", "name": "target", "readinessProbe": { "exec": { "command": [ "cat", "/ready" ] }, "failureThreshold": 3, "initialDelaySeconds": 10, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": {}, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/hostImages", "name": "images" }, { "mountPath": "/local-storage", "name": "local-storage" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-xvrtz", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "kubevirt-testing", "serviceAccountName": "kubevirt-testing", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/pid-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/unschedulable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/tmp/hostImages", "type": "DirectoryOrCreate" }, "name": "images" }, { "hostPath": { "path": "/mnt/local-storage", "type": "DirectoryOrCreate" }, "name": "local-storage" }, { "name": "kube-api-access-xvrtz", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:58Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:15Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:15Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://41622188cccfd4f7453329416550e19ed7a1349b3a246c03806081a8d3e803a7", "image": "quay.io/kubevirt/disks-images-provider:latest", "imageID": "quay.io/kubevirt/disks-images-provider@sha256:b6c7fb9a1311456336216c383b4209a59812614cfede6e417c2614edb3284b7a", "lastState": {}, "name": "target", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:19:57Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.131.0.65", "podIPs": [ { "ip": "10.131.0.65" } ], "qosClass": "BestEffort", "startTime": "2024-07-20T18:19:49Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.85/23\"],\"mac_address\":\"0a:58:0a:81:02:55\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.85/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.85\"\n ],\n \"mac\": \"0a:58:0a:81:02:55\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:19:49Z", "generateName": "disks-images-provider-", "labels": { "controller-revision-hash": "747bc7676c", "kubevirt.io": "disks-images-provider", "name": "disks-images-provider", "pod-template-generation": "1" }, "name": "disks-images-provider-hpjrl", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "disks-images-provider", "uid": "854abd92-84c6-4a16-9a2e-b8b00c7e7ac8" } ], "resourceVersion": "96274", "uid": "7de9adfe-7fe2-40b7-9396-870e314f289f" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-26-69.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "image": "quay.io/kubevirt/disks-images-provider:latest", "imagePullPolicy": "Always", "name": "target", "readinessProbe": { "exec": { "command": [ "cat", "/ready" ] }, "failureThreshold": 3, "initialDelaySeconds": 10, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": {}, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/hostImages", "name": "images" }, { "mountPath": "/local-storage", "name": "local-storage" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-2ggnw", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "kubevirt-testing", "serviceAccountName": "kubevirt-testing", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/pid-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/unschedulable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/tmp/hostImages", "type": "DirectoryOrCreate" }, "name": "images" }, { "hostPath": { "path": "/mnt/local-storage", "type": "DirectoryOrCreate" }, "name": "local-storage" }, { "name": "kube-api-access-2ggnw", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:57Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:15Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:15Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://c728ec06fdcb036a38cf693b09a5d96fd6bbf5a4ead4e1ed0c70efe39b933264", "image": "quay.io/kubevirt/disks-images-provider:latest", "imageID": "quay.io/kubevirt/disks-images-provider@sha256:b6c7fb9a1311456336216c383b4209a59812614cfede6e417c2614edb3284b7a", "lastState": {}, "name": "target", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:19:57Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.85", "podIPs": [ { "ip": "10.129.2.85" } ], "qosClass": "BestEffort", "startTime": "2024-07-20T18:19:49Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.74/23\"],\"mac_address\":\"0a:58:0a:80:02:4a\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.74/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.74\"\n ],\n \"mac\": \"0a:58:0a:80:02:4a\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:19:49Z", "generateName": "disks-images-provider-", "labels": { "controller-revision-hash": "747bc7676c", "kubevirt.io": "disks-images-provider", "name": "disks-images-provider", "pod-template-generation": "1" }, "name": "disks-images-provider-sq5pm", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "disks-images-provider", "uid": "854abd92-84c6-4a16-9a2e-b8b00c7e7ac8" } ], "resourceVersion": "96350", "uid": "3c71c847-1b58-4886-a021-0a88d6c39e3d" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-57-22.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "image": "quay.io/kubevirt/disks-images-provider:latest", "imagePullPolicy": "Always", "name": "target", "readinessProbe": { "exec": { "command": [ "cat", "/ready" ] }, "failureThreshold": 3, "initialDelaySeconds": 10, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": {}, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/hostImages", "name": "images" }, { "mountPath": "/local-storage", "name": "local-storage" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-vx2l9", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 0, "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "kubevirt-testing", "serviceAccountName": "kubevirt-testing", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/pid-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/unschedulable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/tmp/hostImages", "type": "DirectoryOrCreate" }, "name": "images" }, { "hostPath": { "path": "/mnt/local-storage", "type": "DirectoryOrCreate" }, "name": "local-storage" }, { "name": "kube-api-access-vx2l9", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:01Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:20Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:20:20Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:49Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://697f65a4b6cbb02782ac6e33f531f856984fde132b2fcfce8046e7e0e56fa409", "image": "quay.io/kubevirt/disks-images-provider:latest", "imageID": "quay.io/kubevirt/disks-images-provider@sha256:b6c7fb9a1311456336216c383b4209a59812614cfede6e417c2614edb3284b7a", "lastState": {}, "name": "target", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:20:01Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.74", "podIPs": [ { "ip": "10.128.2.74" } ], "qosClass": "BestEffort", "startTime": "2024-07-20T18:19:49Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.64/23\"],\"mac_address\":\"0a:58:0a:81:02:40\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.64/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.64\"\n ],\n \"mac\": \"0a:58:0a:81:02:40\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "olmcahash": "bc4a18e91a58d4f58cc78e53e0525544bc31ef4bc1898e56cb7e85f1abca7fbd", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generateName": "hco-webhook-64f65c5b67-", "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-webhook", "pod-template-hash": "64f65c5b67" }, "name": "hco-webhook-64f65c5b67-8mqcb", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "hco-webhook-64f65c5b67", "uid": "45d2f9b6-7cdc-40a5-9b96-b01389de4753" } ], "resourceVersion": "89755", "uid": "083b1878-b2b6-4115-abd4-7462c879e159" }, "spec": { "containers": [ { "command": [ "hyperconverged-cluster-webhook" ], "env": [ { "name": "WEBHOOK_MODE", "value": "true" }, { "name": "APP", "value": "WEBHOOK" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744" }, { "name": "OPERATOR_NAME", "value": "hyperconverged-cluster-webhook" }, { "name": "OPERATOR_NAMESPACE", "value": "openshift-cnv" }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "VIRTCTL_DOWNLOAD_URL", "value": "https://access.redhat.com/downloads/content/473" }, { "name": "VIRTCTL_DOWNLOAD_TEXT", "value": "Red Hat Customer Portal binary download (Linux, MacOSX, and Microsoft Windows)" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 1, "httpGet": { "path": "/livez", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "hyperconverged-cluster-webhook", "readinessProbe": { "failureThreshold": 1, "httpGet": { "path": "/readyz", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "48Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/apiserver.local.config/certificates", "name": "apiservice-cert" }, { "mountPath": "/tmp/k8s-webhook-server/serving-certs", "name": "webhook-cert" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-qrllg", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "hyperconverged-cluster-operator-dockercfg-w8x4g" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000001000, "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "hyperconverged-cluster-operator", "serviceAccountName": "hyperconverged-cluster-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "apiservice-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "apiserver.crt" }, { "key": "tls.key", "path": "apiserver.key" } ], "secretName": "hco-webhook-service-cert" } }, { "name": "webhook-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "hco-webhook-service-cert" } }, { "name": "kube-api-access-qrllg", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:14Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:03Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:23Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:23Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:03Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://2b1f0a05230f290cacbb0aa9802218960cca9d0d702aa14e81c8cbac01024647", "image": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744", "imageID": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744", "lastState": {}, "name": "hyperconverged-cluster-webhook", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:14Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.64", "podIPs": [ { "ip": "10.129.2.64" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:03Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.63/23\"],\"mac_address\":\"0a:58:0a:80:02:3f\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.63/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.63\"\n ],\n \"mac\": \"0a:58:0a:80:02:3f\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "olmcahash": "bc4a18e91a58d4f58cc78e53e0525544bc31ef4bc1898e56cb7e85f1abca7fbd", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:15Z", "generateName": "hostpath-provisioner-operator-6d5cfc58b-", "labels": { "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hostpath-provisioner-operator", "operator.hostpath-provisioner.kubevirt.io": "", "pod-template-hash": "6d5cfc58b", "prometheus.hostpathprovisioner.kubevirt.io": "true" }, "name": "hostpath-provisioner-operator-6d5cfc58b-989f7", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "hostpath-provisioner-operator-6d5cfc58b", "uid": "7d8fcb97-690d-443d-982d-8ddd464a96a6" } ], "resourceVersion": "89871", "uid": "c7815afc-26a4-45fb-8404-5fa45858aab7" }, "spec": { "containers": [ { "command": [ "hostpath-provisioner-operator" ], "env": [ { "name": "WATCH_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "INSTALLER_PART_OF_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "INSTALLER_VERSION_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } }, { "name": "OPERATOR_NAME", "value": "hostpath-provisioner-operator" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b" }, { "name": "PROVISIONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3e1b36f0f90ee7822771b43fdb90a1a3e5f686b234311092a32ee39347d4975" }, { "name": "CSI_PROVISIONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9@sha256:7c7411de1f2fc5ed2fd977616257d2548d0ed1447a8517ede3483754c17c8e7e" }, { "name": "NODE_DRIVER_REG_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09a30b59c906ddc4604d70f18210bcebef1f90f8bf965422b0caba363cd88989" }, { "name": "LIVENESS_PROBE_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fa0478fbf91248166f0eed8ec5f8dbb5b31d26031438376d9301836b6a069643" }, { "name": "CSI_SNAPSHOT_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d6dfd062df3d0d49f7efb928b835b9c8e0bcfb514a653ba2896a0152f24a0a21" }, { "name": "CSI_SIG_STORAGE_PROVISIONER_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0769512df0fa1325d76a5f10a1a704cf60fc65f62f57b157ea53bc9ba682851f" }, { "name": "VERBOSITY", "value": "1" }, { "name": "MONITORING_NAMESPACE" }, { "name": "PRIORITY_CLASS", "value": "kubevirt-cluster-critical" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 1, "httpGet": { "path": "/livez", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "hostpath-provisioner-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 1, "httpGet": { "path": "/readyz", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "10m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/tmp/k8s-webhook-server/serving-certs", "name": "webhook-cert" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-4mjc5", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "hostpath-provisioner-operator-dockercfg-v4mtk" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "hostpath-provisioner-operator", "serviceAccountName": "hostpath-provisioner-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "apiservice-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "apiserver.crt" }, { "key": "tls.key", "path": "apiserver.key" } ], "secretName": "hostpath-provisioner-operator-service-cert" } }, { "name": "webhook-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "hostpath-provisioner-operator-service-cert" } }, { "name": "kube-api-access-4mjc5", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:15Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:26Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:26Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:15Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://a06d7a98c4c82e61dfeda665d211fc155fd7017b24b2c0dd966cc3ff72fef89a", "image": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b", "imageID": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:3baa3071b3e1c1c6ff730b4137be40bb509ef0b3c001f43c96dc7a958eefcc2b", "lastState": {}, "name": "hostpath-provisioner-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:20Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.63", "podIPs": [ { "ip": "10.128.2.63" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:15Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.65/23\"],\"mac_address\":\"0a:58:0a:81:02:41\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.65/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.65\"\n ],\n \"mac\": \"0a:58:0a:81:02:41\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generateName": "hyperconverged-cluster-cli-download-79b7d69949-", "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-cli-download", "pod-template-hash": "79b7d69949" }, "name": "hyperconverged-cluster-cli-download-79b7d69949-r9g55", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "hyperconverged-cluster-cli-download-79b7d69949", "uid": "1853ff8a-57fb-487a-9d81-8178ea7fde67" } ], "resourceVersion": "89365", "uid": "745a19a2-4b93-4654-9a6e-4a897b023475" }, "spec": { "containers": [ { "env": [ { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e9e54d14da1b841e5c44bd357320fd13f0c789ef0e84572e2e36da2398bb654a", "imagePullPolicy": "IfNotPresent", "name": "server", "ports": [ { "containerPort": 8080, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "96Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-gjvxr", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "default-dockercfg-dhhtd" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-gjvxr", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:14Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:03Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:14Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:14Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:03Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://37a1d28ca99b6320e97b65714873a4ed778ff679ad7b0e9eb52114656b102008", "image": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e9e54d14da1b841e5c44bd357320fd13f0c789ef0e84572e2e36da2398bb654a", "imageID": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:d0e3b78771e2c7e4f7dfe4e68eed42af0a92c611b6c53e38a1f4e2fc94889f19", "lastState": {}, "name": "server", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:14Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.65", "podIPs": [ { "ip": "10.129.2.65" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:03Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "LinuxBridge installs 'bridge' CNI on cluster nodes, so it can be later used to attach Pods/VMs to Linux bridges", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.64/23\"],\"mac_address\":\"0a:58:0a:80:02:40\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.64/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.64\"\n ],\n \"mac\": \"0a:58:0a:80:02:40\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:17:45Z", "generateName": "kube-cni-linux-bridge-plugin-", "labels": { "app": "cni-plugins", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "69cc7774cb", "name": "kube-cni-linux-bridge-plugin", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "kube-cni-linux-bridge-plugin-5z5hr", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "kube-cni-linux-bridge-plugin", "uid": "bfc758db-acb6-4831-981b-5f96f16b5b79" } ], "resourceVersion": "90780", "uid": "86d46b8e-568f-4ea8-9348-2b4136569eae" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-57-22.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-ce", "cni_mount_dir=/opt/cni/bin\nhost_dir=/var/lib/cni/bin\ncomponents=(\"bridge\" \"tuning\")\nfor component in \"${components[@]}\"; do\n if find \"${cni_mount_dir}/${component}\" \u0026\u003e/dev/null \u0026\u0026 ! test -L \"${cni_mount_dir}/${component}\"; then\n echo \"${component} binary found, creating symbolic link ${cni_mount_dir}/cnv-${component}\"\n ln -sf \"${host_dir}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n else\n echo \"installing cnv-${component}, and creating symbolic link ${cni_mount_dir}/${component}\"\n\n sourcebinpath=\"/usr/src/github.com/containernetworking/plugins/bin\"\n cp --remove-destination \"${sourcebinpath}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n\n printf -v component_checksum \"%s\" \"$(\u003c${sourcebinpath}/${component}.checksum)\"\n printf \"%s %s\" \"${component_checksum% *}\" \"${cni_mount_dir}/cnv-${component}\" | sha256sum --check\n\n ln -sf \"${host_dir}/cnv-${component}\" \"${cni_mount_dir}/${component}\"\n fi\ndone\necho 'Entering sleep... (success)'\nsleep infinity\n" ], "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imagePullPolicy": "IfNotPresent", "name": "cni-plugins", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/opt/cni/bin", "name": "cnibin" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-9cv8d", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "linux-bridge-dockercfg-g6hpg" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "linux-bridge", "serviceAccountName": "linux-bridge", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/var/lib/cni/bin", "type": "" }, "name": "cnibin" }, { "name": "kube-api-access-9cv8d", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:48Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:48Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:48Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://45ab3d03c8925bbb0bc88a6bfc4e74472c92045c546490a356cef917087271cd", "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imageID": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4cdd7c4aae7e4596404c1a1b4d21baf4bfd6cc0f0454e2ddc5ce2f06e575d131", "lastState": {}, "name": "cni-plugins", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:48Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.64", "podIPs": [ { "ip": "10.128.2.64" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:45Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "LinuxBridge installs 'bridge' CNI on cluster nodes, so it can be later used to attach Pods/VMs to Linux bridges", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.0.87/23\"],\"mac_address\":\"0a:58:0a:80:00:57\",\"gateway_ips\":[\"10.128.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.0.1\"}],\"ip_address\":\"10.128.0.87/23\",\"gateway_ip\":\"10.128.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.0.87\"\n ],\n \"mac\": \"0a:58:0a:80:00:57\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:17:45Z", "generateName": "kube-cni-linux-bridge-plugin-", "labels": { "app": "cni-plugins", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "69cc7774cb", "name": "kube-cni-linux-bridge-plugin", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "kube-cni-linux-bridge-plugin-btr2h", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "kube-cni-linux-bridge-plugin", "uid": "bfc758db-acb6-4831-981b-5f96f16b5b79" } ], "resourceVersion": "91187", "uid": "20c76008-68d9-4622-9db8-09d2afd99b32" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-25-72.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-ce", "cni_mount_dir=/opt/cni/bin\nhost_dir=/var/lib/cni/bin\ncomponents=(\"bridge\" \"tuning\")\nfor component in \"${components[@]}\"; do\n if find \"${cni_mount_dir}/${component}\" \u0026\u003e/dev/null \u0026\u0026 ! test -L \"${cni_mount_dir}/${component}\"; then\n echo \"${component} binary found, creating symbolic link ${cni_mount_dir}/cnv-${component}\"\n ln -sf \"${host_dir}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n else\n echo \"installing cnv-${component}, and creating symbolic link ${cni_mount_dir}/${component}\"\n\n sourcebinpath=\"/usr/src/github.com/containernetworking/plugins/bin\"\n cp --remove-destination \"${sourcebinpath}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n\n printf -v component_checksum \"%s\" \"$(\u003c${sourcebinpath}/${component}.checksum)\"\n printf \"%s %s\" \"${component_checksum% *}\" \"${cni_mount_dir}/cnv-${component}\" | sha256sum --check\n\n ln -sf \"${host_dir}/cnv-${component}\" \"${cni_mount_dir}/${component}\"\n fi\ndone\necho 'Entering sleep... (success)'\nsleep infinity\n" ], "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imagePullPolicy": "IfNotPresent", "name": "cni-plugins", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/opt/cni/bin", "name": "cnibin" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-xfq92", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "linux-bridge-dockercfg-g6hpg" } ], "nodeName": "ip-10-0-25-72.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "linux-bridge", "serviceAccountName": "linux-bridge", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/var/lib/cni/bin", "type": "" }, "name": "cnibin" }, { "name": "kube-api-access-xfq92", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:54Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:54Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:54Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://bfa8e17e3a170822633b45073f71982115d5101179c3c8a5f2e78d297471c037", "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imageID": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4cdd7c4aae7e4596404c1a1b4d21baf4bfd6cc0f0454e2ddc5ce2f06e575d131", "lastState": {}, "name": "cni-plugins", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:54Z" } } } ], "hostIP": "10.0.25.72", "hostIPs": [ { "ip": "10.0.25.72" } ], "phase": "Running", "podIP": "10.128.0.87", "podIPs": [ { "ip": "10.128.0.87" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:45Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "LinuxBridge installs 'bridge' CNI on cluster nodes, so it can be later used to attach Pods/VMs to Linux bridges", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.130.0.63/23\"],\"mac_address\":\"0a:58:0a:82:00:3f\",\"gateway_ips\":[\"10.130.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.130.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.130.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.130.0.1\"}],\"ip_address\":\"10.130.0.63/23\",\"gateway_ip\":\"10.130.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.130.0.63\"\n ],\n \"mac\": \"0a:58:0a:82:00:3f\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:17:45Z", "generateName": "kube-cni-linux-bridge-plugin-", "labels": { "app": "cni-plugins", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "69cc7774cb", "name": "kube-cni-linux-bridge-plugin", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "kube-cni-linux-bridge-plugin-jqtmm", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "kube-cni-linux-bridge-plugin", "uid": "bfc758db-acb6-4831-981b-5f96f16b5b79" } ], "resourceVersion": "91138", "uid": "22d789c6-0d78-4516-afb1-97762fac8ae1" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-92-157.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-ce", "cni_mount_dir=/opt/cni/bin\nhost_dir=/var/lib/cni/bin\ncomponents=(\"bridge\" \"tuning\")\nfor component in \"${components[@]}\"; do\n if find \"${cni_mount_dir}/${component}\" \u0026\u003e/dev/null \u0026\u0026 ! test -L \"${cni_mount_dir}/${component}\"; then\n echo \"${component} binary found, creating symbolic link ${cni_mount_dir}/cnv-${component}\"\n ln -sf \"${host_dir}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n else\n echo \"installing cnv-${component}, and creating symbolic link ${cni_mount_dir}/${component}\"\n\n sourcebinpath=\"/usr/src/github.com/containernetworking/plugins/bin\"\n cp --remove-destination \"${sourcebinpath}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n\n printf -v component_checksum \"%s\" \"$(\u003c${sourcebinpath}/${component}.checksum)\"\n printf \"%s %s\" \"${component_checksum% *}\" \"${cni_mount_dir}/cnv-${component}\" | sha256sum --check\n\n ln -sf \"${host_dir}/cnv-${component}\" \"${cni_mount_dir}/${component}\"\n fi\ndone\necho 'Entering sleep... (success)'\nsleep infinity\n" ], "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imagePullPolicy": "IfNotPresent", "name": "cni-plugins", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/opt/cni/bin", "name": "cnibin" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-2xkpc", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "linux-bridge-dockercfg-g6hpg" } ], "nodeName": "ip-10-0-92-157.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "linux-bridge", "serviceAccountName": "linux-bridge", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/var/lib/cni/bin", "type": "" }, "name": "cnibin" }, { "name": "kube-api-access-2xkpc", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:53Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:53Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:53Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://e1b60248ca8bb8f708b834ed5cdacb3a07de5b5e22337d033072565bacc1ec1b", "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imageID": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4cdd7c4aae7e4596404c1a1b4d21baf4bfd6cc0f0454e2ddc5ce2f06e575d131", "lastState": {}, "name": "cni-plugins", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:53Z" } } } ], "hostIP": "10.0.92.157", "hostIPs": [ { "ip": "10.0.92.157" } ], "phase": "Running", "podIP": "10.130.0.63", "podIPs": [ { "ip": "10.130.0.63" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:45Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "LinuxBridge installs 'bridge' CNI on cluster nodes, so it can be later used to attach Pods/VMs to Linux bridges", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.71/23\"],\"mac_address\":\"0a:58:0a:81:02:47\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.71/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.71\"\n ],\n \"mac\": \"0a:58:0a:81:02:47\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:17:45Z", "generateName": "kube-cni-linux-bridge-plugin-", "labels": { "app": "cni-plugins", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "69cc7774cb", "name": "kube-cni-linux-bridge-plugin", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "kube-cni-linux-bridge-plugin-ssmwd", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "kube-cni-linux-bridge-plugin", "uid": "bfc758db-acb6-4831-981b-5f96f16b5b79" } ], "resourceVersion": "90970", "uid": "e6b40e84-a335-4683-8aeb-9cd76e964b1f" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-26-69.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-ce", "cni_mount_dir=/opt/cni/bin\nhost_dir=/var/lib/cni/bin\ncomponents=(\"bridge\" \"tuning\")\nfor component in \"${components[@]}\"; do\n if find \"${cni_mount_dir}/${component}\" \u0026\u003e/dev/null \u0026\u0026 ! test -L \"${cni_mount_dir}/${component}\"; then\n echo \"${component} binary found, creating symbolic link ${cni_mount_dir}/cnv-${component}\"\n ln -sf \"${host_dir}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n else\n echo \"installing cnv-${component}, and creating symbolic link ${cni_mount_dir}/${component}\"\n\n sourcebinpath=\"/usr/src/github.com/containernetworking/plugins/bin\"\n cp --remove-destination \"${sourcebinpath}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n\n printf -v component_checksum \"%s\" \"$(\u003c${sourcebinpath}/${component}.checksum)\"\n printf \"%s %s\" \"${component_checksum% *}\" \"${cni_mount_dir}/cnv-${component}\" | sha256sum --check\n\n ln -sf \"${host_dir}/cnv-${component}\" \"${cni_mount_dir}/${component}\"\n fi\ndone\necho 'Entering sleep... (success)'\nsleep infinity\n" ], "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imagePullPolicy": "IfNotPresent", "name": "cni-plugins", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/opt/cni/bin", "name": "cnibin" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-nvc7p", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "linux-bridge-dockercfg-g6hpg" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "linux-bridge", "serviceAccountName": "linux-bridge", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/var/lib/cni/bin", "type": "" }, "name": "cnibin" }, { "name": "kube-api-access-nvc7p", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:50Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:50Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:50Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://97a41068ccd922e94115a10ae24d292d366a20e9fedd49fba2e81e7e13c07a38", "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imageID": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4cdd7c4aae7e4596404c1a1b4d21baf4bfd6cc0f0454e2ddc5ce2f06e575d131", "lastState": {}, "name": "cni-plugins", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:50Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.71", "podIPs": [ { "ip": "10.129.2.71" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:45Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "LinuxBridge installs 'bridge' CNI on cluster nodes, so it can be later used to attach Pods/VMs to Linux bridges", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.58/23\"],\"mac_address\":\"0a:58:0a:83:00:3a\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.58/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.58\"\n ],\n \"mac\": \"0a:58:0a:83:00:3a\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:17:45Z", "generateName": "kube-cni-linux-bridge-plugin-", "labels": { "app": "cni-plugins", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "69cc7774cb", "name": "kube-cni-linux-bridge-plugin", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "kube-cni-linux-bridge-plugin-txbpm", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "kube-cni-linux-bridge-plugin", "uid": "bfc758db-acb6-4831-981b-5f96f16b5b79" } ], "resourceVersion": "90935", "uid": "5a4d2c63-ca6f-45a9-9a00-601847cc95be" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-89-129.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-ce", "cni_mount_dir=/opt/cni/bin\nhost_dir=/var/lib/cni/bin\ncomponents=(\"bridge\" \"tuning\")\nfor component in \"${components[@]}\"; do\n if find \"${cni_mount_dir}/${component}\" \u0026\u003e/dev/null \u0026\u0026 ! test -L \"${cni_mount_dir}/${component}\"; then\n echo \"${component} binary found, creating symbolic link ${cni_mount_dir}/cnv-${component}\"\n ln -sf \"${host_dir}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n else\n echo \"installing cnv-${component}, and creating symbolic link ${cni_mount_dir}/${component}\"\n\n sourcebinpath=\"/usr/src/github.com/containernetworking/plugins/bin\"\n cp --remove-destination \"${sourcebinpath}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n\n printf -v component_checksum \"%s\" \"$(\u003c${sourcebinpath}/${component}.checksum)\"\n printf \"%s %s\" \"${component_checksum% *}\" \"${cni_mount_dir}/cnv-${component}\" | sha256sum --check\n\n ln -sf \"${host_dir}/cnv-${component}\" \"${cni_mount_dir}/${component}\"\n fi\ndone\necho 'Entering sleep... (success)'\nsleep infinity\n" ], "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imagePullPolicy": "IfNotPresent", "name": "cni-plugins", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/opt/cni/bin", "name": "cnibin" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-bf75n", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "linux-bridge-dockercfg-g6hpg" } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "linux-bridge", "serviceAccountName": "linux-bridge", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/var/lib/cni/bin", "type": "" }, "name": "cnibin" }, { "name": "kube-api-access-bf75n", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:49Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://f2869835323a58326ce336b66650ff70b09c6731f00d5836b117d1f1ac206095", "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imageID": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4cdd7c4aae7e4596404c1a1b4d21baf4bfd6cc0f0454e2ddc5ce2f06e575d131", "lastState": {}, "name": "cni-plugins", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:49Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.131.0.58", "podIPs": [ { "ip": "10.131.0.58" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:45Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "LinuxBridge installs 'bridge' CNI on cluster nodes, so it can be later used to attach Pods/VMs to Linux bridges", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.0.96/23\"],\"mac_address\":\"0a:58:0a:81:00:60\",\"gateway_ips\":[\"10.129.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.0.1\"}],\"ip_address\":\"10.129.0.96/23\",\"gateway_ip\":\"10.129.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.0.96\"\n ],\n \"mac\": \"0a:58:0a:81:00:60\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "linux-bridge" }, "creationTimestamp": "2024-07-20T18:17:45Z", "generateName": "kube-cni-linux-bridge-plugin-", "labels": { "app": "cni-plugins", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "69cc7774cb", "name": "kube-cni-linux-bridge-plugin", "pod-template-generation": "1", "prometheus.cnao.io": "true", "tier": "node" }, "name": "kube-cni-linux-bridge-plugin-wvn92", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "kube-cni-linux-bridge-plugin", "uid": "bfc758db-acb6-4831-981b-5f96f16b5b79" } ], "resourceVersion": "91266", "uid": "99307d35-4e6f-416d-92a5-0db14cecb15a" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-56-30.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-ce", "cni_mount_dir=/opt/cni/bin\nhost_dir=/var/lib/cni/bin\ncomponents=(\"bridge\" \"tuning\")\nfor component in \"${components[@]}\"; do\n if find \"${cni_mount_dir}/${component}\" \u0026\u003e/dev/null \u0026\u0026 ! test -L \"${cni_mount_dir}/${component}\"; then\n echo \"${component} binary found, creating symbolic link ${cni_mount_dir}/cnv-${component}\"\n ln -sf \"${host_dir}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n else\n echo \"installing cnv-${component}, and creating symbolic link ${cni_mount_dir}/${component}\"\n\n sourcebinpath=\"/usr/src/github.com/containernetworking/plugins/bin\"\n cp --remove-destination \"${sourcebinpath}/${component}\" \"${cni_mount_dir}/cnv-${component}\"\n\n printf -v component_checksum \"%s\" \"$(\u003c${sourcebinpath}/${component}.checksum)\"\n printf \"%s %s\" \"${component_checksum% *}\" \"${cni_mount_dir}/cnv-${component}\" | sha256sum --check\n\n ln -sf \"${host_dir}/cnv-${component}\" \"${cni_mount_dir}/${component}\"\n fi\ndone\necho 'Entering sleep... (success)'\nsleep infinity\n" ], "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imagePullPolicy": "IfNotPresent", "name": "cni-plugins", "resources": { "requests": { "cpu": "10m", "memory": "15Mi" } }, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/opt/cni/bin", "name": "cnibin" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-dkdv4", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "linux-bridge-dockercfg-g6hpg" } ], "nodeName": "ip-10-0-56-30.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "linux-bridge", "serviceAccountName": "linux-bridge", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoSchedule", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" } ], "volumes": [ { "hostPath": { "path": "/var/lib/cni/bin", "type": "" }, "name": "cnibin" }, { "name": "kube-api-access-dkdv4", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:45Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://ad7fdf6be7b7fadd32a0ea9d6fdfc88832ee8bc352adb6ee48d12826ec880a58", "image": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71", "imageID": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:4cdd7c4aae7e4596404c1a1b4d21baf4bfd6cc0f0454e2ddc5ce2f06e575d131", "lastState": {}, "name": "cni-plugins", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:55Z" } } } ], "hostIP": "10.0.56.30", "hostIPs": [ { "ip": "10.0.56.30" } ], "phase": "Running", "podIP": "10.129.0.96", "podIPs": [ { "ip": "10.129.0.96" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:45Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.0.97/23\"],\"mac_address\":\"0a:58:0a:81:00:61\",\"gateway_ips\":[\"10.129.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.0.1\"}],\"ip_address\":\"10.129.0.97/23\",\"gateway_ip\":\"10.129.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.0.97\"\n ],\n \"mac\": \"0a:58:0a:81:00:61\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "kubemacpool-cert-manager-845fcb4fdb-", "labels": { "app": "kubemacpool", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "cert-manager", "controller-tools.k8s.io": "1.0", "pod-template-hash": "845fcb4fdb", "prometheus.cnao.io": "true" }, "name": "kubemacpool-cert-manager-845fcb4fdb-kst8m", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "kubemacpool-cert-manager-845fcb4fdb", "uid": "8c46e0ed-0887-4acc-9270-65155f8b95c9" } ], "resourceVersion": "91280", "uid": "611bff3e-1c6e-4b19-91f8-768f87f230cd" }, "spec": { "affinity": { "nodeAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" } ] }, "weight": 10 }, { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/master", "operator": "Exists" } ] }, "weight": 1 } ] } }, "containers": [ { "args": [ "--v=production" ], "command": [ "/manager" ], "env": [ { "name": "CA_ROTATE_INTERVAL", "value": "48h0m0s" }, { "name": "CA_OVERLAP_INTERVAL", "value": "24h0m0s" }, { "name": "CERT_ROTATE_INTERVAL", "value": "24h0m0s" }, { "name": "CERT_OVERLAP_INTERVAL", "value": "12h0m0s" }, { "name": "RUN_CERT_MANAGER" }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "COMPONENT", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/component']" } } }, { "name": "PART_OF", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "VERSION", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } }, { "name": "MANAGED_BY", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/managed-by']" } } } ], "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "imagePullPolicy": "IfNotPresent", "name": "manager", "resources": { "requests": { "cpu": "30m", "memory": "30Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-nzb69", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "default-dockercfg-dhhtd" } ], "nodeName": "ip-10-0-56-30.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 5, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 60 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 60 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-nzb69", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:56Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://2d5de3931840e49e463bddec69b100a2960ae4be2f11d93efe93d4b68a48ce1b", "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "imageID": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:17f725d394a4baa8bc710bf53fc09feb67f79ffa7aab99642891132429d07ac1", "lastState": {}, "name": "manager", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:55Z" } } } ], "hostIP": "10.0.56.30", "hostIPs": [ { "ip": "10.0.56.30" } ], "phase": "Running", "podIP": "10.129.0.97", "podIPs": [ { "ip": "10.129.0.97" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "description": "KubeMacPool manages MAC allocation to Pods and VMs", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.0.98/23\"],\"mac_address\":\"0a:58:0a:81:00:62\",\"gateway_ips\":[\"10.129.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.0.1\"}],\"ip_address\":\"10.129.0.98/23\",\"gateway_ip\":\"10.129.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.0.98\"\n ],\n \"mac\": \"0a:58:0a:81:00:62\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generateName": "kubemacpool-mac-controller-manager-7c84b69d4-", "labels": { "app": "kubemacpool", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "mac-controller-manager", "controller-tools.k8s.io": "1.0", "pod-template-hash": "7c84b69d4", "prometheus.cnao.io": "true" }, "name": "kubemacpool-mac-controller-manager-7c84b69d4-wdkp2", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "kubemacpool-mac-controller-manager-7c84b69d4", "uid": "173580e5-6115-4179-80f4-cadb23673c5f" } ], "resourceVersion": "92549", "uid": "751de5eb-daa7-48b2-9512-21bebc7e0582" }, "spec": { "affinity": { "nodeAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" } ] }, "weight": 10 }, { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/master", "operator": "Exists" } ] }, "weight": 1 } ] } }, "containers": [ { "args": [ "--v=production", "--wait-time=300" ], "command": [ "/manager" ], "env": [ { "name": "TLS_MIN_VERSION", "value": "1.2" }, { "name": "TLS_CIPHERS", "value": "TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-CHACHA20-POLY1305,ECDHE-RSA-CHACHA20-POLY1305,DHE-RSA-AES128-GCM-SHA256,DHE-RSA-AES256-GCM-SHA384" }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "RANGE_START", "valueFrom": { "configMapKeyRef": { "key": "RANGE_START", "name": "kubemacpool-mac-range-config" } } }, { "name": "RANGE_END", "valueFrom": { "configMapKeyRef": { "key": "RANGE_END", "name": "kubemacpool-mac-range-config" } } }, { "name": "KUBEVIRT_CLIENT_GO_SCHEME_REGISTRATION_VERSION", "value": "v1" } ], "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "imagePullPolicy": "IfNotPresent", "name": "manager", "ports": [ { "containerPort": 8000, "name": "webhook-server", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "httpHeaders": [ { "name": "Content-Type", "value": "application/json" } ], "path": "/readyz", "port": "webhook-server", "scheme": "HTTPS" }, "initialDelaySeconds": 10, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/tmp/k8s-webhook-server/serving-certs/", "name": "tls-key-pair", "readOnly": true }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-rxkzg", "readOnly": true } ] }, { "args": [ "--logtostderr", "--secure-listen-address=:8443", "--upstream=http://127.0.0.1:8080" ], "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "imagePullPolicy": "IfNotPresent", "name": "kube-rbac-proxy", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "20Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-rxkzg", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "default-dockercfg-dhhtd" } ], "nodeName": "ip-10-0-56-30.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 5, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 60 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 60 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "tls-key-pair", "secret": { "defaultMode": 420, "secretName": "kubemacpool-service" } }, { "name": "kube-api-access-rxkzg", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:05Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:46Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://c5414d05cb67253712faed5457c6f7afb8070d9faa0282a4932313023e30b99c", "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:3efbfad53f80bd8988582c9047caf18ba8f184cb8d7afaecbac1b78d38ae4b9a", "lastState": {}, "name": "kube-rbac-proxy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:04Z" } } }, { "containerID": "cri-o://1bd3cf98cde3bd80fc0adaa98602fd61bbdef2317771feff9a06a2b6814d8cd9", "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "imageID": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:17f725d394a4baa8bc710bf53fc09feb67f79ffa7aab99642891132429d07ac1", "lastState": {}, "name": "manager", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:03Z" } } } ], "hostIP": "10.0.56.30", "hostIPs": [ { "ip": "10.0.56.30" } ], "phase": "Running", "podIP": "10.129.0.98", "podIPs": [ { "ip": "10.129.0.98" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:46Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.69/23\"],\"mac_address\":\"0a:58:0a:80:02:45\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.69/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.69\"\n ],\n \"mac\": \"0a:58:0a:80:02:45\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:22Z", "generateName": "kubevirt-apiserver-proxy-5c65bdf585-", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "pod-template-hash": "5c65bdf585" }, "name": "kubevirt-apiserver-proxy-5c65bdf585-bqjhp", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "kubevirt-apiserver-proxy-5c65bdf585", "uid": "ae4cd452-3859-4ec2-bbac-c4e292327120" } ], "resourceVersion": "92745", "uid": "885ea0fd-5c9d-4648-86b2-49d9379d414f" }, "spec": { "containers": [ { "image": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec", "imagePullPolicy": "IfNotPresent", "name": "kubevirt-apiserver-proxy", "ports": [ { "containerPort": 8080, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/app/cert", "name": "console-proxy-serving-cert", "readOnly": true }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-jhgql", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "default-dockercfg-dhhtd" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "console-proxy-serving-cert", "secret": { "defaultMode": 420, "secretName": "console-proxy-serving-cert" } }, { "name": "kube-api-access-jhgql", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:25Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:25Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:25Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://afd23c7c9b9ca83a160c3a1052835236928fb69e3daddf2117c566f4ef9955dc", "image": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec", "imageID": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec", "lastState": {}, "name": "kubevirt-apiserver-proxy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:25Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.69", "podIPs": [ { "ip": "10.128.2.69" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:22Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.77/23\"],\"mac_address\":\"0a:58:0a:81:02:4d\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.77/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.77\"\n ],\n \"mac\": \"0a:58:0a:81:02:4d\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:22Z", "generateName": "kubevirt-console-plugin-5f875d9655-", "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "pod-template-hash": "5f875d9655" }, "name": "kubevirt-console-plugin-5f875d9655-m9ssd", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "kubevirt-console-plugin-5f875d9655", "uid": "d5fa009c-9e63-4501-b129-bb8266e37e36" } ], "resourceVersion": "92897", "uid": "2938d2b3-50b2-47c4-a8fa-540f3c31234a" }, "spec": { "containers": [ { "image": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2", "imagePullPolicy": "IfNotPresent", "name": "kubevirt-console-plugin", "ports": [ { "containerPort": 9443, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/serving-cert", "name": "plugin-serving-cert", "readOnly": true }, { "mountPath": "/etc/nginx/nginx.conf", "name": "nginx-conf", "readOnly": true, "subPath": "nginx.conf" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-x8z62", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "default-dockercfg-dhhtd" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "plugin-serving-cert", "secret": { "defaultMode": 420, "secretName": "plugin-serving-cert" } }, { "configMap": { "defaultMode": 420, "name": "nginx-conf" }, "name": "nginx-conf" }, { "name": "kube-api-access-x8z62", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://3a35ff290844ca5912f29b5ba0b22044b913b8dc38a159614066023aa066dad4", "image": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2", "imageID": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:e4b8d15af52f4d09dbe1c1405017e909c969dadcf785586d47c68f2905f9cb30", "lastState": {}, "name": "kubevirt-console-plugin", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:28Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.77", "podIPs": [ { "ip": "10.129.2.77" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:22Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.68/23\"],\"mac_address\":\"0a:58:0a:81:02:44\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.68/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.68\"\n ],\n \"mac\": \"0a:58:0a:81:02:44\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:16Z", "generateName": "mtq-operator-67bf5d6cf4-", "labels": { "app.kubernetes.io/component": "multi-tenant", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "mtq-operator", "operator.mtq.kubevirt.io": "", "pod-template-hash": "67bf5d6cf4", "prometheus.mtq.kubevirt.io": "true" }, "name": "mtq-operator-67bf5d6cf4-ltjmv", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "mtq-operator-67bf5d6cf4", "uid": "74d97245-34c0-48bc-addf-328cfc7c4a03" } ], "resourceVersion": "89620", "uid": "176e17b1-2413-4d00-b1b2-0d06f0206aab" }, "spec": { "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "DEPLOY_CLUSTER_RESOURCES", "value": "true" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/mtq-controller-rhel9@sha256:395f9ed865080b9e90f23f8a1420e33ced37ecd1cfd9ba48b3c272c9a5814f66" }, { "name": "MTQ_LOCK_SERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/mtq-lock-server-rhel9@sha256:77b35525a1a1f8646b1a80961bd915a1ba6d4e61960465bc6f70a281673eb263" }, { "name": "VERBOSITY", "value": "1" }, { "name": "PULL_POLICY" }, { "name": "MONITORING_NAMESPACE" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/mtq-operator-rhel9@sha256:785b7a2182ec0742453e699df8456f5608a0ab12b8ff2e2ec7cd46336448ebb9", "imagePullPolicy": "IfNotPresent", "name": "mtq-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-fq7g2", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "mtq-operator-dockercfg-hf7q9" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "mtq-operator", "serviceAccountName": "mtq-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kube-api-access-fq7g2", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:16Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:20Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:16Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://b7e7e028a493b6beee7389e5420dc9808760d3df482daf6ddaf4a117623c07b6", "image": "registry.redhat.io/container-native-virtualization/mtq-operator-rhel9@sha256:785b7a2182ec0742453e699df8456f5608a0ab12b8ff2e2ec7cd46336448ebb9", "imageID": "registry.redhat.io/container-native-virtualization/mtq-operator-rhel9@sha256:785b7a2182ec0742453e699df8456f5608a0ab12b8ff2e2ec7cd46336448ebb9", "lastState": {}, "name": "mtq-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:19Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.68", "podIPs": [ { "ip": "10.129.2.68" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:16Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.66/23\"],\"mac_address\":\"0a:58:0a:81:02:42\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.66/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.66\"\n ],\n \"mac\": \"0a:58:0a:81:02:42\",\n \"default\": true,\n \"dns\": {}\n}]", "kubectl.kubernetes.io/default-container": "manager", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "olmcahash": "bc4a18e91a58d4f58cc78e53e0525544bc31ef4bc1898e56cb7e85f1abca7fbd", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:04Z", "generateName": "ssp-operator-7f859449f5-", "labels": { "app.kubernetes.io/component": "schedule", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "ssp-operator", "name": "ssp-operator", "pod-template-hash": "7f859449f5", "prometheus.ssp.kubevirt.io": "true" }, "name": "ssp-operator-7f859449f5-724cc", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "ssp-operator-7f859449f5", "uid": "3290dba7-157e-4d95-ac2a-ee91a8ca43f2" } ], "resourceVersion": "92023", "uid": "7b9a6eb0-1d12-4ec4-9f55-258d157d2881" }, "spec": { "containers": [ { "args": [ "--leader-elect" ], "command": [ "/manager" ], "env": [ { "name": "VALIDATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "VM_CONSOLE_PROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9@sha256:3d10aba6a4ebe115ae44fc0104d525be4b1ce6507eff226c830d144a4ca6e2bc" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:c26016ee78d6f5d21b51b0a8769e57d8a27b9e18812d6785c229bf04d133794d", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8081, "scheme": "HTTP" }, "initialDelaySeconds": 15, "periodSeconds": 20, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "manager", "ports": [ { "containerPort": 9443, "name": "webhook-server", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": 8081, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "200m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/apiserver.local.config/certificates", "name": "apiservice-cert" }, { "mountPath": "/tmp/k8s-webhook-server/serving-certs", "name": "webhook-cert" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-8jmc6", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "ssp-operator-dockercfg-l8mdd" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "ssp-operator", "serviceAccountName": "ssp-operator", "terminationGracePeriodSeconds": 10, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "apiservice-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "apiserver.crt" }, { "key": "tls.key", "path": "apiserver.key" } ], "secretName": "ssp-operator-service-cert" } }, { "name": "webhook-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "ssp-operator-service-cert" } }, { "name": "kube-api-access-8jmc6", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:14Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:04Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:14Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:14Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:04Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://f81e0fbd8e8e01a594bfeddf9d158c871bf42c6b73ee214c782541cd0daff39d", "image": "registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:c26016ee78d6f5d21b51b0a8769e57d8a27b9e18812d6785c229bf04d133794d", "imageID": "registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:b0a64b4f2e1a99697876a93c7853d2ded2226d5a0125f3644477f74bd6666c60", "lastState": { "terminated": { "containerID": "cri-o://3b753fdf409240e2e6adcd75e87e989accb24d2c6605973b4bb51090900a4528", "exitCode": 0, "finishedAt": "2024-07-20T18:18:01Z", "reason": "Completed", "startedAt": "2024-07-20T18:17:14Z" } }, "name": "manager", "ready": true, "restartCount": 1, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:01Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.66", "podIPs": [ { "ip": "10.129.2.66" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:04Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.66/23\"],\"mac_address\":\"0a:58:0a:80:02:42\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.66/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.66\"\n ],\n \"mac\": \"0a:58:0a:80:02:42\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:08Z", "generateName": "virt-api-5d8dd4544f-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-api", "pod-template-hash": "5d8dd4544f", "prometheus.kubevirt.io": "true" }, "name": "virt-api-5d8dd4544f-6jtk8", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-api-5d8dd4544f", "uid": "7c491274-5308-4e84-bec8-697d06f405f9" } ], "resourceVersion": "92919", "uid": "944f3ceb-4b7a-4385-a760-003ba0f80d81" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-api" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port", "8443", "--console-server-port", "8186", "--subresources-only", "-v", "2" ], "command": [ "virt-api" ], "image": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "imagePullPolicy": "IfNotPresent", "name": "virt-api", "ports": [ { "containerPort": 8443, "name": "virt-api", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/apis/subresources.kubevirt.io/v1/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "500Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-api/certificates", "name": "kubevirt-virt-api-certs", "readOnly": true }, { "mountPath": "/etc/virt-handler/clientcertificates", "name": "kubevirt-virt-handler-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-blt8p", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-apiserver-dockercfg-gjpvd" } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-apiserver", "serviceAccountName": "kubevirt-apiserver", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-virt-api-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-api-certs" } }, { "name": "kubevirt-virt-handler-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-blt8p", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:11Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:08Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:08Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://b6b11c0eeb17608605a49fa223713a9bbb1da44cddc7e57ebb6b8213126e5339", "image": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "imageID": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "lastState": {}, "name": "virt-api", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:11Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "phase": "Running", "podIP": "10.128.2.66", "podIPs": [ { "ip": "10.128.2.66" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:08Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.60/23\"],\"mac_address\":\"0a:58:0a:83:00:3c\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.60/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.60\"\n ],\n \"mac\": \"0a:58:0a:83:00:3c\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:08Z", "generateName": "virt-api-5d8dd4544f-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-api", "pod-template-hash": "5d8dd4544f", "prometheus.kubevirt.io": "true" }, "name": "virt-api-5d8dd4544f-d49jm", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-api-5d8dd4544f", "uid": "7c491274-5308-4e84-bec8-697d06f405f9" } ], "resourceVersion": "92934", "uid": "ce1e6478-48a8-499d-8211-5fcab6f7a86b" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-api" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port", "8443", "--console-server-port", "8186", "--subresources-only", "-v", "2" ], "command": [ "virt-api" ], "image": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "imagePullPolicy": "IfNotPresent", "name": "virt-api", "ports": [ { "containerPort": 8443, "name": "virt-api", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/apis/subresources.kubevirt.io/v1/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "500Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-api/certificates", "name": "kubevirt-virt-api-certs", "readOnly": true }, { "mountPath": "/etc/virt-handler/clientcertificates", "name": "kubevirt-virt-handler-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-5fq4t", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-apiserver-dockercfg-gjpvd" } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-apiserver", "serviceAccountName": "kubevirt-apiserver", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-virt-api-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-api-certs" } }, { "name": "kubevirt-virt-handler-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-5fq4t", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:12Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:08Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:28Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:08Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://a50dbfe787d5941d3a41baa2ed0c1b539c84d512a4a194d63dc2f2bbb04163fe", "image": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "imageID": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "lastState": {}, "name": "virt-api", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:11Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.131.0.60", "podIPs": [ { "ip": "10.131.0.60" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:08Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.63/23\"],\"mac_address\":\"0a:58:0a:83:00:3f\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.63/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.63\"\n ],\n \"mac\": \"0a:58:0a:83:00:3f\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-controller-6887889ff-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-controller", "pod-template-hash": "6887889ff", "prometheus.kubevirt.io": "true" }, "name": "virt-controller-6887889ff-kcqvr", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-controller-6887889ff", "uid": "063689f4-e01a-4e0b-8268-dfe63e997a26" } ], "resourceVersion": "93928", "uid": "6a5dca16-e4a2-4701-a337-5a2f8533ed79" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-controller" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--launcher-image", "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "--exporter-image", "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253", "--port", "8443", "-v", "2" ], "command": [ "virt-controller" ], "env": [ { "name": "SIDECAR_SHIM_IMAGE", "value": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b" } ], "image": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 8, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "name": "virt-controller", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/leader", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "275Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-controller/certificates", "name": "kubevirt-controller-certs", "readOnly": true }, { "mountPath": "/etc/virt-controller/exportca", "name": "kubevirt-export-ca", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-595dd", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-controller-dockercfg-lt788" } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-controller", "serviceAccountName": "kubevirt-controller", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-controller-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-controller-certs" } }, { "name": "kubevirt-export-ca", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-export-ca" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-595dd", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:37Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://65d67ad3b30bbbf94be33ffd952378f9ccaa98b6c6a09142b405f69b66e09cf4", "image": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "imageID": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "lastState": {}, "name": "virt-controller", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:37Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.131.0.63", "podIPs": [ { "ip": "10.131.0.63" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.78/23\"],\"mac_address\":\"0a:58:0a:81:02:4e\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.78/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.78\"\n ],\n \"mac\": \"0a:58:0a:81:02:4e\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-controller-6887889ff-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-controller", "pod-template-hash": "6887889ff", "prometheus.kubevirt.io": "true" }, "name": "virt-controller-6887889ff-tzzqx", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-controller-6887889ff", "uid": "063689f4-e01a-4e0b-8268-dfe63e997a26" } ], "resourceVersion": "93923", "uid": "2cd2ef81-5caa-4491-a87d-abd30b7b3aa9" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-controller" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--launcher-image", "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "--exporter-image", "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253", "--port", "8443", "-v", "2" ], "command": [ "virt-controller" ], "env": [ { "name": "SIDECAR_SHIM_IMAGE", "value": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b" } ], "image": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 8, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "name": "virt-controller", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/leader", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "275Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-controller/certificates", "name": "kubevirt-controller-certs", "readOnly": true }, { "mountPath": "/etc/virt-controller/exportca", "name": "kubevirt-export-ca", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-2vmfv", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-controller-dockercfg-lt788" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-controller", "serviceAccountName": "kubevirt-controller", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-controller-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-controller-certs" } }, { "name": "kubevirt-export-ca", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-export-ca" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-2vmfv", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:37Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://3e28db27e76a6ffe61e9ec010245ebacc7a4e14654ffee42ce7660ee75435985", "image": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "imageID": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "lastState": {}, "name": "virt-controller", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:37Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.78", "podIPs": [ { "ip": "10.129.2.78" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.79/23\"],\"mac_address\":\"0a:58:0a:81:02:4f\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.79/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.79\"\n ],\n \"mac\": \"0a:58:0a:81:02:4f\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-exportproxy-55c4884967-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-exportproxy", "pod-template-hash": "55c4884967", "prometheus.kubevirt.io": "true" }, "name": "virt-exportproxy-55c4884967-sbkpw", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-exportproxy-55c4884967", "uid": "ea65ec65-56a0-47e5-a308-bba2f2be2eef" } ], "resourceVersion": "93937", "uid": "8b5620a3-95e2-4474-8eae-0c7409d31f31" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-api" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "command": [ "virt-exportproxy", "--port", "8443", "-v", "2" ], "image": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "imagePullPolicy": "IfNotPresent", "name": "exportproxy", "ports": [ { "containerPort": 8443, "name": "exportproxy", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-exportproxy/certificates", "name": "kubevirt-exportproxy-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-fdg5l", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-exportproxy-dockercfg-5fwd2" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-exportproxy", "serviceAccountName": "kubevirt-exportproxy", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-exportproxy-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-exportproxy-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-fdg5l", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:38Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://a7b2b2c25074c2a9e258e5c72080a67eea2702397d2a1b8499479e9c239a6a1d", "image": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "imageID": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "lastState": {}, "name": "exportproxy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:37Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.79", "podIPs": [ { "ip": "10.129.2.79" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.80/23\"],\"mac_address\":\"0a:58:0a:81:02:50\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.80/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.80\"\n ],\n \"mac\": \"0a:58:0a:81:02:50\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-exportproxy-55c4884967-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-exportproxy", "pod-template-hash": "55c4884967", "prometheus.kubevirt.io": "true" }, "name": "virt-exportproxy-55c4884967-tbknl", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-exportproxy-55c4884967", "uid": "ea65ec65-56a0-47e5-a308-bba2f2be2eef" } ], "resourceVersion": "93948", "uid": "1fce2786-ddfb-457d-baa2-dbe439f695aa" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-api" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "command": [ "virt-exportproxy", "--port", "8443", "-v", "2" ], "image": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "imagePullPolicy": "IfNotPresent", "name": "exportproxy", "ports": [ { "containerPort": 8443, "name": "exportproxy", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-exportproxy/certificates", "name": "kubevirt-exportproxy-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-ngpwc", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-exportproxy-dockercfg-5fwd2" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-exportproxy", "serviceAccountName": "kubevirt-exportproxy", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-exportproxy-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-exportproxy-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-ngpwc", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:38Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:54Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://000eb382d34eb694058f2beb58488df2f9f36a6be7c85d9c7ec5417f099e4ce2", "image": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "imageID": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "lastState": {}, "name": "exportproxy", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:37Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.80", "podIPs": [ { "ip": "10.129.2.80" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.64/23\"],\"mac_address\":\"0a:58:0a:83:00:40\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.64/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.64\"\n ],\n \"mac\": \"0a:58:0a:83:00:40\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "kubevirt-handler" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-handler-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "7cfcd85794", "kubevirt.io": "virt-handler", "pod-template-generation": "1", "prometheus.kubevirt.io": "true" }, "name": "virt-handler-fstn6", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "virt-handler", "uid": "4dd349ad-f87c-4ae8-9606-8a10fe461d68" } ], "resourceVersion": "94719", "uid": "f2287d5f-f9a0-4287-80de-704697a8905f" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-89-129.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "--port", "8443", "--hostname-override", "$(NODE_NAME)", "--pod-ip-address", "$(MY_POD_IP)", "--max-metric-requests", "3", "--console-server-port", "8186", "--graceful-shutdown-seconds", "315", "-v", "2" ], "command": [ "virt-handler" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } }, { "name": "MY_POD_IP", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "status.podIP" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 45, "successThreshold": 1, "timeoutSeconds": 10 }, "name": "virt-handler", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 20, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "357Mi" } }, "securityContext": { "privileged": true, "seLinuxOptions": { "level": "s0" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-handler/clientcertificates", "name": "kubevirt-virt-handler-certs", "readOnly": true }, { "mountPath": "/etc/virt-handler/servercertificates", "name": "kubevirt-virt-handler-server-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/kubevirt-libvirt-runtimes", "name": "libvirt-runtimes" }, { "mountPath": "/var/run/kubevirt", "mountPropagation": "Bidirectional", "name": "virt-share-dir" }, { "mountPath": "/var/lib/kubevirt", "name": "virt-lib-dir" }, { "mountPath": "/var/run/kubevirt-private", "name": "virt-private-dir" }, { "mountPath": "/var/lib/kubelet/device-plugins", "name": "device-plugin" }, { "mountPath": "/pods", "name": "kubelet-pods-shortened" }, { "mountPath": "/var/lib/kubelet/pods", "mountPropagation": "Bidirectional", "name": "kubelet-pods" }, { "mountPath": "/var/lib/kubevirt-node-labeller", "name": "node-labeller" }, { "mountPath": "/etc/podinfo", "name": "podinfo" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-c4q78", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostPID": true, "imagePullSecrets": [ { "name": "kubevirt-handler-dockercfg-hpx88" } ], "initContainers": [ { "args": [ "node-labeller.sh" ], "command": [ "/bin/sh", "-c" ], "image": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "imagePullPolicy": "IfNotPresent", "name": "virt-launcher", "resources": {}, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/lib/kubevirt-node-labeller", "name": "node-labeller" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-c4q78", "readOnly": true } ] } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "kubevirt-handler", "serviceAccountName": "kubevirt-handler", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/pid-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/unschedulable", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-virt-handler-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-certs" } }, { "name": "kubevirt-virt-handler-server-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-server-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "hostPath": { "path": "/var/run/kubevirt-libvirt-runtimes", "type": "" }, "name": "libvirt-runtimes" }, { "hostPath": { "path": "/var/run/kubevirt", "type": "" }, "name": "virt-share-dir" }, { "hostPath": { "path": "/var/lib/kubevirt", "type": "" }, "name": "virt-lib-dir" }, { "hostPath": { "path": "/var/run/kubevirt-private", "type": "" }, "name": "virt-private-dir" }, { "hostPath": { "path": "/var/lib/kubelet/device-plugins", "type": "" }, "name": "device-plugin" }, { "hostPath": { "path": "/var/lib/kubelet/pods", "type": "" }, "name": "kubelet-pods-shortened" }, { "hostPath": { "path": "/var/lib/kubelet/pods", "type": "" }, "name": "kubelet-pods" }, { "hostPath": { "path": "/var/lib/kubevirt-node-labeller", "type": "" }, "name": "node-labeller" }, { "downwardAPI": { "defaultMode": 420, "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.annotations['k8s.v1.cni.cncf.io/network-status']" }, "path": "network-status" } ] }, "name": "podinfo" }, { "name": "kube-api-access-c4q78", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:41Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:43Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:14Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:14Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://adf90c04a33dd0cc58491a7735fbc9806923cf96592e28041172c3a8249bbf10", "image": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376", "imageID": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:677b6fa5c7833d4f984c81aed72edf6cdc33c0a9e4499da0e63f1f3df2e46275", "lastState": {}, "name": "virt-handler", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:46Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "initContainerStatuses": [ { "containerID": "cri-o://f161ae0a5fa7c4cb975eca7d4ff6c380c7f96af95dfcd7dd7c19be16cea0794c", "image": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "imageID": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "lastState": {}, "name": "virt-launcher", "ready": true, "restartCount": 0, "started": false, "state": { "terminated": { "containerID": "cri-o://f161ae0a5fa7c4cb975eca7d4ff6c380c7f96af95dfcd7dd7c19be16cea0794c", "exitCode": 0, "finishedAt": "2024-07-20T18:18:42Z", "reason": "Completed", "startedAt": "2024-07-20T18:18:41Z" } } } ], "phase": "Running", "podIP": "10.131.0.64", "podIPs": [ { "ip": "10.131.0.64" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.81/23\"],\"mac_address\":\"0a:58:0a:81:02:51\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.81/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.81\"\n ],\n \"mac\": \"0a:58:0a:81:02:51\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "kubevirt-handler" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-handler-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "7cfcd85794", "kubevirt.io": "virt-handler", "pod-template-generation": "1", "prometheus.kubevirt.io": "true" }, "name": "virt-handler-rqcgr", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "virt-handler", "uid": "4dd349ad-f87c-4ae8-9606-8a10fe461d68" } ], "resourceVersion": "94725", "uid": "00a9e4b5-11e8-4672-b704-044945a24431" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-26-69.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "--port", "8443", "--hostname-override", "$(NODE_NAME)", "--pod-ip-address", "$(MY_POD_IP)", "--max-metric-requests", "3", "--console-server-port", "8186", "--graceful-shutdown-seconds", "315", "-v", "2" ], "command": [ "virt-handler" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } }, { "name": "MY_POD_IP", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "status.podIP" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 45, "successThreshold": 1, "timeoutSeconds": 10 }, "name": "virt-handler", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 20, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "357Mi" } }, "securityContext": { "privileged": true, "seLinuxOptions": { "level": "s0" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-handler/clientcertificates", "name": "kubevirt-virt-handler-certs", "readOnly": true }, { "mountPath": "/etc/virt-handler/servercertificates", "name": "kubevirt-virt-handler-server-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/kubevirt-libvirt-runtimes", "name": "libvirt-runtimes" }, { "mountPath": "/var/run/kubevirt", "mountPropagation": "Bidirectional", "name": "virt-share-dir" }, { "mountPath": "/var/lib/kubevirt", "name": "virt-lib-dir" }, { "mountPath": "/var/run/kubevirt-private", "name": "virt-private-dir" }, { "mountPath": "/var/lib/kubelet/device-plugins", "name": "device-plugin" }, { "mountPath": "/pods", "name": "kubelet-pods-shortened" }, { "mountPath": "/var/lib/kubelet/pods", "mountPropagation": "Bidirectional", "name": "kubelet-pods" }, { "mountPath": "/var/lib/kubevirt-node-labeller", "name": "node-labeller" }, { "mountPath": "/etc/podinfo", "name": "podinfo" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-ktxwj", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostPID": true, "imagePullSecrets": [ { "name": "kubevirt-handler-dockercfg-hpx88" } ], "initContainers": [ { "args": [ "node-labeller.sh" ], "command": [ "/bin/sh", "-c" ], "image": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "imagePullPolicy": "IfNotPresent", "name": "virt-launcher", "resources": {}, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/lib/kubevirt-node-labeller", "name": "node-labeller" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-ktxwj", "readOnly": true } ] } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "kubevirt-handler", "serviceAccountName": "kubevirt-handler", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/pid-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/unschedulable", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-virt-handler-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-certs" } }, { "name": "kubevirt-virt-handler-server-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-server-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "hostPath": { "path": "/var/run/kubevirt-libvirt-runtimes", "type": "" }, "name": "libvirt-runtimes" }, { "hostPath": { "path": "/var/run/kubevirt", "type": "" }, "name": "virt-share-dir" }, { "hostPath": { "path": "/var/lib/kubevirt", "type": "" }, "name": "virt-lib-dir" }, { "hostPath": { "path": "/var/run/kubevirt-private", "type": "" }, "name": "virt-private-dir" }, { "hostPath": { "path": "/var/lib/kubelet/device-plugins", "type": "" }, "name": "device-plugin" }, { "hostPath": { "path": "/var/lib/kubelet/pods", "type": "" }, "name": "kubelet-pods-shortened" }, { "hostPath": { "path": "/var/lib/kubelet/pods", "type": "" }, "name": "kubelet-pods" }, { "hostPath": { "path": "/var/lib/kubevirt-node-labeller", "type": "" }, "name": "node-labeller" }, { "downwardAPI": { "defaultMode": 420, "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.annotations['k8s.v1.cni.cncf.io/network-status']" }, "path": "network-status" } ] }, "name": "podinfo" }, { "name": "kube-api-access-ktxwj", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:42Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:43Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:14Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:19:14Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://1ded5b8b5ee38d9fc69897faaaaa93968af86e590458f9db636460f631837839", "image": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376", "imageID": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:677b6fa5c7833d4f984c81aed72edf6cdc33c0a9e4499da0e63f1f3df2e46275", "lastState": {}, "name": "virt-handler", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:47Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "initContainerStatuses": [ { "containerID": "cri-o://17297cce98a2c03698bd8d6d84a8a77fd85dc27dfdcc7ee746c12f0bac4954b3", "image": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "imageID": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "lastState": {}, "name": "virt-launcher", "ready": true, "restartCount": 0, "started": false, "state": { "terminated": { "containerID": "cri-o://17297cce98a2c03698bd8d6d84a8a77fd85dc27dfdcc7ee746c12f0bac4954b3", "exitCode": 0, "finishedAt": "2024-07-20T18:18:42Z", "reason": "Completed", "startedAt": "2024-07-20T18:18:41Z" } } } ], "phase": "Running", "podIP": "10.129.2.81", "podIPs": [ { "ip": "10.129.2.81" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.128.2.70/23\"],\"mac_address\":\"0a:58:0a:80:02:46\",\"gateway_ips\":[\"10.128.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.128.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.128.2.1\"}],\"ip_address\":\"10.128.2.70/23\",\"gateway_ip\":\"10.128.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.128.2.70\"\n ],\n \"mac\": \"0a:58:0a:80:02:46\",\n \"default\": true,\n \"dns\": {}\n}]", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "openshift.io/scc": "kubevirt-handler" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generateName": "virt-handler-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "controller-revision-hash": "7cfcd85794", "kubevirt.io": "virt-handler", "pod-template-generation": "1", "prometheus.kubevirt.io": "true" }, "name": "virt-handler-zps65", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "DaemonSet", "name": "virt-handler", "uid": "4dd349ad-f87c-4ae8-9606-8a10fe461d68" } ], "resourceVersion": "138852", "uid": "eb008e30-6d3c-4348-9af3-a85ca26ad1e9" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchFields": [ { "key": "metadata.name", "operator": "In", "values": [ "ip-10-0-57-22.us-east-2.compute.internal" ] } ] } ] } } }, "containers": [ { "args": [ "--port", "8443", "--hostname-override", "$(NODE_NAME)", "--pod-ip-address", "$(MY_POD_IP)", "--max-metric-requests", "3", "--console-server-port", "8186", "--graceful-shutdown-seconds", "315", "-v", "2" ], "command": [ "virt-handler" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } }, { "name": "MY_POD_IP", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "status.podIP" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 45, "successThreshold": 1, "timeoutSeconds": 10 }, "name": "virt-handler", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 20, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "357Mi" } }, "securityContext": { "privileged": true, "seLinuxOptions": { "level": "s0" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-handler/clientcertificates", "name": "kubevirt-virt-handler-certs", "readOnly": true }, { "mountPath": "/etc/virt-handler/servercertificates", "name": "kubevirt-virt-handler-server-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/kubevirt-libvirt-runtimes", "name": "libvirt-runtimes" }, { "mountPath": "/var/run/kubevirt", "mountPropagation": "Bidirectional", "name": "virt-share-dir" }, { "mountPath": "/var/lib/kubevirt", "name": "virt-lib-dir" }, { "mountPath": "/var/run/kubevirt-private", "name": "virt-private-dir" }, { "mountPath": "/var/lib/kubelet/device-plugins", "name": "device-plugin" }, { "mountPath": "/pods", "name": "kubelet-pods-shortened" }, { "mountPath": "/var/lib/kubelet/pods", "mountPropagation": "Bidirectional", "name": "kubelet-pods" }, { "mountPath": "/var/lib/kubevirt-node-labeller", "name": "node-labeller" }, { "mountPath": "/etc/podinfo", "name": "podinfo" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-d7q65", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "hostPID": true, "imagePullSecrets": [ { "name": "kubevirt-handler-dockercfg-hpx88" } ], "initContainers": [ { "args": [ "node-labeller.sh" ], "command": [ "/bin/sh", "-c" ], "image": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "imagePullPolicy": "IfNotPresent", "name": "virt-launcher", "resources": {}, "securityContext": { "privileged": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/lib/kubevirt-node-labeller", "name": "node-labeller" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-d7q65", "readOnly": true } ] } ], "nodeName": "ip-10-0-57-22.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "kubevirt-handler", "serviceAccountName": "kubevirt-handler", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/disk-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/pid-pressure", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node.kubernetes.io/unschedulable", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-virt-handler-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-certs" } }, { "name": "kubevirt-virt-handler-server-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-server-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "hostPath": { "path": "/var/run/kubevirt-libvirt-runtimes", "type": "" }, "name": "libvirt-runtimes" }, { "hostPath": { "path": "/var/run/kubevirt", "type": "" }, "name": "virt-share-dir" }, { "hostPath": { "path": "/var/lib/kubevirt", "type": "" }, "name": "virt-lib-dir" }, { "hostPath": { "path": "/var/run/kubevirt-private", "type": "" }, "name": "virt-private-dir" }, { "hostPath": { "path": "/var/lib/kubelet/device-plugins", "type": "" }, "name": "device-plugin" }, { "hostPath": { "path": "/var/lib/kubelet/pods", "type": "" }, "name": "kubelet-pods-shortened" }, { "hostPath": { "path": "/var/lib/kubelet/pods", "type": "" }, "name": "kubelet-pods" }, { "hostPath": { "path": "/var/lib/kubevirt-node-labeller", "type": "" }, "name": "node-labeller" }, { "downwardAPI": { "defaultMode": 420, "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.annotations['k8s.v1.cni.cncf.io/network-status']" }, "path": "network-status" } ] }, "name": "podinfo" }, { "name": "kube-api-access-d7q65", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:40Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:41Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T19:00:34Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T19:00:34Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:33Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://06aeea691cc2ee68b89d235418dfe3cdeb61d1052ce06095da8bc76dba354730", "image": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376", "imageID": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:677b6fa5c7833d4f984c81aed72edf6cdc33c0a9e4499da0e63f1f3df2e46275", "lastState": {}, "name": "virt-handler", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:46Z" } } } ], "hostIP": "10.0.57.22", "hostIPs": [ { "ip": "10.0.57.22" } ], "initContainerStatuses": [ { "containerID": "cri-o://780a894f1f7ca91e7353c18d459e4590d9b870192d8bd47e1842ebe7d7cea1b6", "image": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "imageID": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "lastState": {}, "name": "virt-launcher", "ready": true, "restartCount": 0, "started": false, "state": { "terminated": { "containerID": "cri-o://780a894f1f7ca91e7353c18d459e4590d9b870192d8bd47e1842ebe7d7cea1b6", "exitCode": 0, "finishedAt": "2024-07-20T18:18:41Z", "reason": "Completed", "startedAt": "2024-07-20T18:18:40Z" } } } ], "phase": "Running", "podIP": "10.128.2.70", "podIPs": [ { "ip": "10.128.2.70" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:33Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.57/23\"],\"mac_address\":\"0a:58:0a:83:00:39\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.57/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.57\"\n ],\n \"mac\": \"0a:58:0a:83:00:39\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:24Z", "generateName": "virt-operator-7b94b9474f-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-operator", "name": "virt-operator", "pod-template-hash": "7b94b9474f", "prometheus.kubevirt.io": "true" }, "name": "virt-operator-7b94b9474f-27v82", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-operator-7b94b9474f", "uid": "4882bc50-5a99-4fe3-92f0-f5b4f546a6c0" } ], "resourceVersion": "90251", "uid": "03120d38-07fd-4012-9fef-08eb58b38594" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-operator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port", "8443", "-v", "2" ], "command": [ "virt-operator" ], "env": [ { "name": "VIRT_OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "WATCH_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.annotations['olm.targetNamespaces']" } } }, { "name": "VIRT_API_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b" }, { "name": "VIRT_CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb" }, { "name": "VIRT_HANDLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376" }, { "name": "VIRT_LAUNCHER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b" }, { "name": "VIRT_EXPORTPROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63" }, { "name": "VIRT_EXPORTSERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253" }, { "name": "GS_IMAGE", "value": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652" }, { "name": "PR_HELPER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c" }, { "name": "SIDECAR_SHIM_IMAGE", "value": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b" }, { "name": "KUBEVIRT_VERSION", "value": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "imagePullPolicy": "IfNotPresent", "name": "virt-operator", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" }, { "containerPort": 8444, "name": "webhooks", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/metrics", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "450Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-operator/certificates", "name": "kubevirt-operator-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-c4xvw", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-operator-dockercfg-jxfsg" } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-operator", "serviceAccountName": "kubevirt-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-operator-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-operator-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-c4xvw", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:30Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:24Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:44Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:44Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:24Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://abf078ef3b10b1cea83f917e20d88e4e719be27374fb627549450dc507ce235f", "image": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "imageID": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "lastState": {}, "name": "virt-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:30Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.131.0.57", "podIPs": [ { "ip": "10.131.0.57" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:24Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.70/23\"],\"mac_address\":\"0a:58:0a:81:02:46\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.70/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.70\"\n ],\n \"mac\": \"0a:58:0a:81:02:46\",\n \"default\": true,\n \"dns\": {}\n}]", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "openshift.io/scc": "restricted-v2", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": "2024-07-20T18:17:24Z", "generateName": "virt-operator-7b94b9474f-", "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-operator", "name": "virt-operator", "pod-template-hash": "7b94b9474f", "prometheus.kubevirt.io": "true" }, "name": "virt-operator-7b94b9474f-vntwc", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-operator-7b94b9474f", "uid": "4882bc50-5a99-4fe3-92f0-f5b4f546a6c0" } ], "resourceVersion": "90073", "uid": "656f54f8-f1a7-4eb5-9fd6-93a53db9e63a" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-operator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port", "8443", "-v", "2" ], "command": [ "virt-operator" ], "env": [ { "name": "VIRT_OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "WATCH_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.annotations['olm.targetNamespaces']" } } }, { "name": "VIRT_API_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b" }, { "name": "VIRT_CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb" }, { "name": "VIRT_HANDLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376" }, { "name": "VIRT_LAUNCHER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b" }, { "name": "VIRT_EXPORTPROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63" }, { "name": "VIRT_EXPORTSERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253" }, { "name": "GS_IMAGE", "value": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652" }, { "name": "PR_HELPER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c" }, { "name": "SIDECAR_SHIM_IMAGE", "value": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b" }, { "name": "KUBEVIRT_VERSION", "value": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "imagePullPolicy": "IfNotPresent", "name": "virt-operator", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" }, { "containerPort": 8444, "name": "webhooks", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/metrics", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "450Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsUser": 1000930000, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-operator/certificates", "name": "kubevirt-operator-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-6b47n", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "kubevirt-operator-dockercfg-jxfsg" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 1000000000, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-operator", "serviceAccountName": "kubevirt-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-operator-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-operator-certs" } }, { "emptyDir": {}, "name": "profile-data" }, { "name": "kube-api-access-6b47n", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:28Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:24Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:34Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:34Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:17:24Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://dc54ce8db224d3f30dac78f706d20779bb1f5f15a9fd09dfad7b1875e0c3c092", "image": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "imageID": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "lastState": {}, "name": "virt-operator", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:17:27Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.70", "podIPs": [ { "ip": "10.129.2.70" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:17:24Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.131.0.61/23\"],\"mac_address\":\"0a:58:0a:83:00:3d\",\"gateway_ips\":[\"10.131.0.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.131.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.131.0.1\"}],\"ip_address\":\"10.131.0.61/23\",\"gateway_ip\":\"10.131.0.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.131.0.61\"\n ],\n \"mac\": \"0a:58:0a:83:00:3d\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:21Z", "generateName": "virt-template-validator-666dd7f656-", "labels": { "app.kubernetes.io/component": "templating", "app.kubernetes.io/managed-by": "ssp-operator", "app.kubernetes.io/name": "template-validator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-template-validator", "name": "virt-template-validator", "pod-template-hash": "666dd7f656", "prometheus.ssp.kubevirt.io": "true" }, "name": "virt-template-validator-666dd7f656-67zn6", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-template-validator-666dd7f656", "uid": "d64fa638-e186-470f-9e3b-4397652ff691" } ], "resourceVersion": "93120", "uid": "ad46074f-eaef-412e-96a0-814cb9cc4eea" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-template-validator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port=8443", "--cert-dir=/etc/webhook/certs" ], "env": [ { "name": "TLS_CIPHERS", "value": "TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-CHACHA20-POLY1305,ECDHE-RSA-CHACHA20-POLY1305,DHE-RSA-AES128-GCM-SHA256,DHE-RSA-AES256-GCM-SHA384" }, { "name": "TLS_MIN_VERSION", "value": "1.2" } ], "image": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190", "imagePullPolicy": "IfNotPresent", "name": "webhook", "ports": [ { "containerPort": 8443, "name": "webhook", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "50m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "readOnlyRootFilesystem": true, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/webhook/certs", "name": "tls", "readOnly": true }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-rzmbn", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "template-validator-dockercfg-zbw72" } ], "nodeName": "ip-10-0-89-129.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "template-validator", "serviceAccountName": "template-validator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "tls", "secret": { "defaultMode": 420, "secretName": "virt-template-validator-certs" } }, { "name": "kube-api-access-rzmbn", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:25Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:32Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:32Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://09179e1c01156b332d9dab2f001c1d3aab9cdd89c8cb8cebd0b3afaa23950c00", "image": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190", "imageID": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:311594cc7b771ba63c599a596dd438d891de526d908bc576dc1e81804e4cac68", "lastState": {}, "name": "webhook", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:25Z" } } } ], "hostIP": "10.0.89.129", "hostIPs": [ { "ip": "10.0.89.129" } ], "phase": "Running", "podIP": "10.131.0.61", "podIPs": [ { "ip": "10.131.0.61" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:22Z" } }, { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.129.2.76/23\"],\"mac_address\":\"0a:58:0a:81:02:4c\",\"gateway_ips\":[\"10.129.2.1\"],\"routes\":[{\"dest\":\"10.128.0.0/14\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"172.30.0.0/16\",\"nextHop\":\"10.129.2.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.129.2.1\"}],\"ip_address\":\"10.129.2.76/23\",\"gateway_ip\":\"10.129.2.1\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.129.2.76\"\n ],\n \"mac\": \"0a:58:0a:81:02:4c\",\n \"default\": true,\n \"dns\": {}\n}]", "openshift.io/scc": "restricted-v2", "seccomp.security.alpha.kubernetes.io/pod": "runtime/default" }, "creationTimestamp": "2024-07-20T18:18:21Z", "generateName": "virt-template-validator-666dd7f656-", "labels": { "app.kubernetes.io/component": "templating", "app.kubernetes.io/managed-by": "ssp-operator", "app.kubernetes.io/name": "template-validator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-template-validator", "name": "virt-template-validator", "pod-template-hash": "666dd7f656", "prometheus.ssp.kubevirt.io": "true" }, "name": "virt-template-validator-666dd7f656-gs4rl", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "apps/v1", "blockOwnerDeletion": true, "controller": true, "kind": "ReplicaSet", "name": "virt-template-validator-666dd7f656", "uid": "d64fa638-e186-470f-9e3b-4397652ff691" } ], "resourceVersion": "93114", "uid": "41fea4ad-67e7-4100-9d31-e5bb46a42ce0" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-template-validator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port=8443", "--cert-dir=/etc/webhook/certs" ], "env": [ { "name": "TLS_CIPHERS", "value": "TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-CHACHA20-POLY1305,ECDHE-RSA-CHACHA20-POLY1305,DHE-RSA-AES128-GCM-SHA256,DHE-RSA-AES256-GCM-SHA384" }, { "name": "TLS_MIN_VERSION", "value": "1.2" } ], "image": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190", "imagePullPolicy": "IfNotPresent", "name": "webhook", "ports": [ { "containerPort": 8443, "name": "webhook", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "50m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "readOnlyRootFilesystem": true, "runAsUser": 1000930000 }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/webhook/certs", "name": "tls", "readOnly": true }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-hr59k", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "template-validator-dockercfg-zbw72" } ], "nodeName": "ip-10-0-26-69.us-east-2.compute.internal", "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "fsGroup": 1000930000, "runAsNonRoot": true, "seLinuxOptions": { "level": "s0:c31,c0" }, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "template-validator", "serviceAccountName": "template-validator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 300 }, { "effect": "NoSchedule", "key": "node.kubernetes.io/memory-pressure", "operator": "Exists" } ], "volumes": [ { "name": "tls", "secret": { "defaultMode": 420, "secretName": "virt-template-validator-certs" } }, { "name": "kube-api-access-hr59k", "projected": { "defaultMode": 420, "sources": [ { "serviceAccountToken": { "expirationSeconds": 3607, "path": "token" } }, { "configMap": { "items": [ { "key": "ca.crt", "path": "ca.crt" } ], "name": "kube-root-ca.crt" } }, { "downwardAPI": { "items": [ { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" }, "path": "namespace" } ] } }, { "configMap": { "items": [ { "key": "service-ca.crt", "path": "service-ca.crt" } ], "name": "openshift-service-ca.crt" } } ] } } ] }, "status": { "conditions": [ { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:25Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:22Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:32Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:32Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2024-07-20T18:18:21Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://acb88e83ff78380b9ee1fd68c66f238b3a00fae41ff1f67d0e46071ed39feb00", "image": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190", "imageID": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:311594cc7b771ba63c599a596dd438d891de526d908bc576dc1e81804e4cac68", "lastState": {}, "name": "webhook", "ready": true, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2024-07-20T18:18:25Z" } } } ], "hostIP": "10.0.26.69", "hostIPs": [ { "ip": "10.0.26.69" } ], "phase": "Running", "podIP": "10.129.2.76", "podIPs": [ { "ip": "10.129.2.76" } ], "qosClass": "Burstable", "startTime": "2024-07-20T18:18:22Z" } } ], "kind": "List", "metadata": { "resourceVersion": "" } } ================================= HyperConverged Operator pods logs ================================= Command: oc logs -n kubevirt-hyperconverged -l name=hyperconverged-cluster-operator No resources found in kubevirt-hyperconverged namespace. ================================= HyperConverged Webhook pods logs ================================= Command: oc logs -n kubevirt-hyperconverged -l name=hyperconverged-cluster-webhook No resources found in kubevirt-hyperconverged namespace. ============ Catalog logs ============ Command: oc logs -n openshift-operator-lifecycle-manager catalog-operator-59fcc485f7-q825j time="2024-07-20T16:26:17Z" level=info msg="log level info" time="2024-07-20T16:26:17Z" level=info msg="TLS keys set, using https for metrics" W0720 16:26:17.394883 1 client_config.go:618] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. time="2024-07-20T16:26:17Z" level=info msg="Using in-cluster kube client config" time="2024-07-20T16:26:17Z" level=info msg="Using in-cluster kube client config" W0720 16:26:17.395939 1 client_config.go:618] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. time="2024-07-20T16:26:17Z" level=info msg="skipping irrelevant gvr" gvr="rbac.authorization.k8s.io/v1, Resource=clusterrolebindings" time="2024-07-20T16:26:17Z" level=info msg="skipping irrelevant gvr" gvr="rbac.authorization.k8s.io/v1, Resource=clusterroles" time="2024-07-20T16:26:17Z" level=info msg="skipping irrelevant gvr" gvr="apps/v1, Resource=deployments" time="2024-07-20T16:26:17Z" level=info msg="detected ability to filter informers" canFilter=true time="2024-07-20T16:26:17Z" level=info msg="registering owner reference fixer" gvr="/v1, Resource=services" W0720 16:26:17.705849 1 client_config.go:618] Neither --kubeconfig nor --master was specified. Using the inClusterConfig. This might not work. time="2024-07-20T16:26:17Z" level=info msg="connection established. cluster-version: v1.29.6+aba1e8d" time="2024-07-20T16:26:17Z" level=info msg="operator ready" time="2024-07-20T16:26:17Z" level=info msg="starting informers..." time="2024-07-20T16:26:17Z" level=info msg="informers started" time="2024-07-20T16:26:17Z" level=info msg="waiting for caches to sync..." time="2024-07-20T16:26:18Z" level=info msg="starting workers..." time="2024-07-20T16:26:18Z" level=info msg="connection established. cluster-version: v1.29.6+aba1e8d" time="2024-07-20T16:26:18Z" level=info msg="operator ready" time="2024-07-20T16:26:18Z" level=info msg="starting informers..." time="2024-07-20T16:26:18Z" level=info msg="informers started" time="2024-07-20T16:26:18Z" level=info msg="waiting for caches to sync..." time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=tpcpG namespace=default time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=tpcpG namespace=default time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=py+bP namespace=kube-node-lease time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=py+bP namespace=kube-node-lease time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace default" id=tpcpG namespace=default time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=HQjG4 namespace=kube-public time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=HQjG4 namespace=kube-public time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=py+bP namespace=kube-node-lease time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=RaZ5h namespace=kube-system time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=RaZ5h namespace=kube-system time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace kube-public" id=HQjG4 namespace=kube-public time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=xOk+y namespace=openshift-apiserver time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=xOk+y namespace=openshift-apiserver time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace kube-system" id=RaZ5h namespace=kube-system time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=txprn namespace=openshift-apiserver-operator time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=txprn namespace=openshift-apiserver-operator time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=xOk+y namespace=openshift-apiserver time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=enFfH namespace=openshift-authentication time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=enFfH namespace=openshift-authentication time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=txprn namespace=openshift-apiserver-operator time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=vOW+R namespace=openshift-authentication-operator time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=vOW+R namespace=openshift-authentication-operator time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=enFfH namespace=openshift-authentication time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=2jYSa namespace=openshift-cloud-controller-manager time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=2jYSa namespace=openshift-cloud-controller-manager time="2024-07-20T16:26:18Z" level=info msg="starting workers..." time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=vOW+R namespace=openshift-authentication-operator time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=auFQ6 namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=auFQ6 namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=2jYSa namespace=openshift-cloud-controller-manager time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=yDhSJ namespace=openshift-cloud-credential-operator time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=yDhSJ namespace=openshift-cloud-credential-operator time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=auFQ6 namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=pMcmn namespace=openshift-cloud-network-config-controller time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=pMcmn namespace=openshift-cloud-network-config-controller time="2024-07-20T16:26:18Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=yDhSJ namespace=openshift-cloud-credential-operator time="2024-07-20T16:26:18Z" level=info msg="resolving sources" id=1QkXG namespace=openshift-cloud-platform-infra time="2024-07-20T16:26:18Z" level=info msg="checking if subscriptions need update" id=1QkXG namespace=openshift-cloud-platform-infra time="2024-07-20T16:26:19Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=pMcmn namespace=openshift-cloud-network-config-controller time="2024-07-20T16:26:19Z" level=info msg="resolving sources" id=M9WFa namespace=openshift-cluster-csi-drivers time="2024-07-20T16:26:19Z" level=info msg="checking if subscriptions need update" id=M9WFa namespace=openshift-cluster-csi-drivers time="2024-07-20T16:26:19Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=1QkXG namespace=openshift-cloud-platform-infra time="2024-07-20T16:26:19Z" level=info msg="resolving sources" id=4fT2s namespace=openshift-cluster-machine-approver time="2024-07-20T16:26:19Z" level=info msg="checking if subscriptions need update" id=4fT2s namespace=openshift-cluster-machine-approver time="2024-07-20T16:26:19Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=false id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="registry service status invalid, need to overwrite" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=false id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="registry service status invalid, need to overwrite" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="of 0 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="of 0 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="creating desired pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:26:19Z" level=info msg="creating desired pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:26:19Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=M9WFa namespace=openshift-cluster-csi-drivers time="2024-07-20T16:26:19Z" level=info msg="resolving sources" id=xBtDJ namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:26:19Z" level=info msg="checking if subscriptions need update" id=xBtDJ namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:26:19Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xqg8g time="2024-07-20T16:26:19Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=4fT2s namespace=openshift-cluster-machine-approver time="2024-07-20T16:26:19Z" level=info msg="resolving sources" id=cEBZO namespace=openshift-cluster-samples-operator time="2024-07-20T16:26:19Z" level=info msg="checking if subscriptions need update" id=cEBZO namespace=openshift-cluster-samples-operator time="2024-07-20T16:26:19Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=j/BRF time="2024-07-20T16:26:19Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=xBtDJ namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:26:19Z" level=info msg="resolving sources" id=10vHr namespace=openshift-cluster-storage-operator time="2024-07-20T16:26:19Z" level=info msg="checking if subscriptions need update" id=10vHr namespace=openshift-cluster-storage-operator time="2024-07-20T16:26:20Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=false id=aWtse time="2024-07-20T16:26:20Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="registry service status invalid, need to overwrite" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=cEBZO namespace=openshift-cluster-samples-operator time="2024-07-20T16:26:20Z" level=info msg="resolving sources" id=PLtLe namespace=openshift-cluster-version time="2024-07-20T16:26:20Z" level=info msg="checking if subscriptions need update" id=PLtLe namespace=openshift-cluster-version time="2024-07-20T16:26:20Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:20Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="of 0 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:20Z" level=info msg="creating desired pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:26:20Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=10vHr namespace=openshift-cluster-storage-operator time="2024-07-20T16:26:20Z" level=info msg="resolving sources" id=SXY0O namespace=openshift-config time="2024-07-20T16:26:20Z" level=info msg="checking if subscriptions need update" id=SXY0O namespace=openshift-config time="2024-07-20T16:26:20Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=false id=L1oit time="2024-07-20T16:26:20Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:20Z" level=info msg="registry service status invalid, need to overwrite" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:20Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=PLtLe namespace=openshift-cluster-version time="2024-07-20T16:26:20Z" level=info msg="resolving sources" id=3+SdX namespace=openshift-config-managed time="2024-07-20T16:26:20Z" level=info msg="checking if subscriptions need update" id=3+SdX namespace=openshift-config-managed time="2024-07-20T16:26:21Z" level=info msg="No subscriptions were found in namespace openshift-config" id=SXY0O namespace=openshift-config time="2024-07-20T16:26:21Z" level=info msg="resolving sources" id=tNWIv namespace=openshift-config-operator time="2024-07-20T16:26:21Z" level=info msg="checking if subscriptions need update" id=tNWIv namespace=openshift-config-operator time="2024-07-20T16:26:21Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=3+SdX namespace=openshift-config-managed time="2024-07-20T16:26:21Z" level=info msg="resolving sources" id=5OXRB namespace=openshift-controller-manager time="2024-07-20T16:26:21Z" level=info msg="checking if subscriptions need update" id=5OXRB namespace=openshift-controller-manager time="2024-07-20T16:26:21Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:21Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aWtse time="2024-07-20T16:26:21Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=tNWIv namespace=openshift-config-operator time="2024-07-20T16:26:21Z" level=info msg="resolving sources" id=55G4s namespace=openshift-controller-manager-operator time="2024-07-20T16:26:21Z" level=info msg="checking if subscriptions need update" id=55G4s namespace=openshift-controller-manager-operator time="2024-07-20T16:26:21Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=5OXRB namespace=openshift-controller-manager time="2024-07-20T16:26:21Z" level=info msg="resolving sources" id=o+4VK namespace=openshift-dns time="2024-07-20T16:26:21Z" level=info msg="checking if subscriptions need update" id=o+4VK namespace=openshift-dns time="2024-07-20T16:26:21Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:21Z" level=info msg="of 0 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:21Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:21Z" level=info msg="creating desired pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:26:21Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:21Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=55G4s namespace=openshift-controller-manager-operator time="2024-07-20T16:26:22Z" level=info msg="resolving sources" id=gnLVX namespace=openshift-dns-operator time="2024-07-20T16:26:22Z" level=info msg="checking if subscriptions need update" id=gnLVX namespace=openshift-dns-operator time="2024-07-20T16:26:22Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=o+4VK namespace=openshift-dns time="2024-07-20T16:26:22Z" level=info msg="resolving sources" id=iC2mf namespace=openshift-e2e-loki time="2024-07-20T16:26:22Z" level=info msg="checking if subscriptions need update" id=iC2mf namespace=openshift-e2e-loki time="2024-07-20T16:26:22Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L1oit time="2024-07-20T16:26:22Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=gnLVX namespace=openshift-dns-operator time="2024-07-20T16:26:22Z" level=info msg="resolving sources" id=g9tW1 namespace=openshift-etcd time="2024-07-20T16:26:22Z" level=info msg="checking if subscriptions need update" id=g9tW1 namespace=openshift-etcd time="2024-07-20T16:26:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:22Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=iC2mf namespace=openshift-e2e-loki time="2024-07-20T16:26:22Z" level=info msg="resolving sources" id=QDZoj namespace=openshift-etcd-operator time="2024-07-20T16:26:22Z" level=info msg="checking if subscriptions need update" id=QDZoj namespace=openshift-etcd-operator time="2024-07-20T16:26:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=g9tW1 namespace=openshift-etcd time="2024-07-20T16:26:23Z" level=info msg="resolving sources" id=bKauy namespace=openshift-host-network time="2024-07-20T16:26:23Z" level=info msg="checking if subscriptions need update" id=bKauy namespace=openshift-host-network time="2024-07-20T16:26:23Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=QDZoj namespace=openshift-etcd-operator time="2024-07-20T16:26:23Z" level=info msg="resolving sources" id=1tCqO namespace=openshift-image-registry time="2024-07-20T16:26:23Z" level=info msg="checking if subscriptions need update" id=1tCqO namespace=openshift-image-registry time="2024-07-20T16:26:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:23Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oz3Xk time="2024-07-20T16:26:23Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=CONNECTING" time="2024-07-20T16:26:23Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=TRANSIENT_FAILURE" time="2024-07-20T16:26:23Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=bKauy namespace=openshift-host-network time="2024-07-20T16:26:23Z" level=info msg="resolving sources" id=fBOC6 namespace=openshift-infra time="2024-07-20T16:26:23Z" level=info msg="checking if subscriptions need update" id=fBOC6 namespace=openshift-infra time="2024-07-20T16:26:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:23Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=1tCqO namespace=openshift-image-registry time="2024-07-20T16:26:23Z" level=info msg="resolving sources" id=D/KzP namespace=openshift-ingress time="2024-07-20T16:26:23Z" level=info msg="checking if subscriptions need update" id=D/KzP namespace=openshift-ingress time="2024-07-20T16:26:23Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:23Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=fBOC6 namespace=openshift-infra time="2024-07-20T16:26:24Z" level=info msg="resolving sources" id=ls0JF namespace=openshift-ingress-operator time="2024-07-20T16:26:24Z" level=info msg="checking if subscriptions need update" id=ls0JF namespace=openshift-ingress-operator time="2024-07-20T16:26:24Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=D/KzP namespace=openshift-ingress time="2024-07-20T16:26:24Z" level=info msg="resolving sources" id=8jKao namespace=openshift-insights time="2024-07-20T16:26:24Z" level=info msg="checking if subscriptions need update" id=8jKao namespace=openshift-insights time="2024-07-20T16:26:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:24Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=o6/b+ time="2024-07-20T16:26:24Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=CONNECTING" time="2024-07-20T16:26:24Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=TRANSIENT_FAILURE" time="2024-07-20T16:26:24Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=ls0JF namespace=openshift-ingress-operator time="2024-07-20T16:26:24Z" level=info msg="resolving sources" id=ct30n namespace=openshift-kni-infra time="2024-07-20T16:26:24Z" level=info msg="checking if subscriptions need update" id=ct30n namespace=openshift-kni-infra time="2024-07-20T16:26:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:24Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=8jKao namespace=openshift-insights time="2024-07-20T16:26:24Z" level=info msg="resolving sources" id=IqLzR namespace=openshift-kube-apiserver time="2024-07-20T16:26:24Z" level=info msg="checking if subscriptions need update" id=IqLzR namespace=openshift-kube-apiserver time="2024-07-20T16:26:24Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:24Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:25Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=ct30n namespace=openshift-kni-infra time="2024-07-20T16:26:25Z" level=info msg="resolving sources" id=s5/Dc namespace=openshift-kube-apiserver-operator time="2024-07-20T16:26:25Z" level=info msg="checking if subscriptions need update" id=s5/Dc namespace=openshift-kube-apiserver-operator time="2024-07-20T16:26:25Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=IqLzR namespace=openshift-kube-apiserver time="2024-07-20T16:26:25Z" level=info msg="resolving sources" id=51Asp namespace=openshift-kube-controller-manager time="2024-07-20T16:26:25Z" level=info msg="checking if subscriptions need update" id=51Asp namespace=openshift-kube-controller-manager time="2024-07-20T16:26:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:25Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hcwrI time="2024-07-20T16:26:25Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=CONNECTING" time="2024-07-20T16:26:25Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=TRANSIENT_FAILURE" time="2024-07-20T16:26:25Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=s5/Dc namespace=openshift-kube-apiserver-operator time="2024-07-20T16:26:25Z" level=info msg="resolving sources" id=qYEsn namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:26:25Z" level=info msg="checking if subscriptions need update" id=qYEsn namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:26:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:25Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=67vMS time="2024-07-20T16:26:25Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:25Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:25Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=51Asp namespace=openshift-kube-controller-manager time="2024-07-20T16:26:25Z" level=info msg="resolving sources" id=AsANn namespace=openshift-kube-scheduler time="2024-07-20T16:26:25Z" level=info msg="checking if subscriptions need update" id=AsANn namespace=openshift-kube-scheduler time="2024-07-20T16:26:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=qYEsn namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:26:26Z" level=info msg="resolving sources" id=K5K2K namespace=openshift-kube-scheduler-operator time="2024-07-20T16:26:26Z" level=info msg="checking if subscriptions need update" id=K5K2K namespace=openshift-kube-scheduler-operator time="2024-07-20T16:26:26Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=AsANn namespace=openshift-kube-scheduler time="2024-07-20T16:26:26Z" level=info msg="resolving sources" id=zynZ0 namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:26:26Z" level=info msg="checking if subscriptions need update" id=zynZ0 namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:26:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:26Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=67vMS time="2024-07-20T16:26:26Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=CONNECTING" time="2024-07-20T16:26:26Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=TRANSIENT_FAILURE" time="2024-07-20T16:26:26Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=K5K2K namespace=openshift-kube-scheduler-operator time="2024-07-20T16:26:26Z" level=info msg="resolving sources" id=vN5a1 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:26:26Z" level=info msg="checking if subscriptions need update" id=vN5a1 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:26:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:26Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=zynZ0 namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:26:26Z" level=info msg="resolving sources" id=L0xYS namespace=openshift-machine-api time="2024-07-20T16:26:26Z" level=info msg="checking if subscriptions need update" id=L0xYS namespace=openshift-machine-api time="2024-07-20T16:26:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=vN5a1 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:26:27Z" level=info msg="resolving sources" id=sfgOG namespace=openshift-machine-config-operator time="2024-07-20T16:26:27Z" level=info msg="checking if subscriptions need update" id=sfgOG namespace=openshift-machine-config-operator time="2024-07-20T16:26:27Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=L0xYS namespace=openshift-machine-api time="2024-07-20T16:26:27Z" level=info msg="resolving sources" id=Fg68L namespace=openshift-marketplace time="2024-07-20T16:26:27Z" level=info msg="checking if subscriptions need update" id=Fg68L namespace=openshift-marketplace time="2024-07-20T16:26:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xeAE/ time="2024-07-20T16:26:27Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=sfgOG namespace=openshift-machine-config-operator time="2024-07-20T16:26:27Z" level=info msg="resolving sources" id=fmNMO namespace=openshift-monitoring time="2024-07-20T16:26:27Z" level=info msg="checking if subscriptions need update" id=fmNMO namespace=openshift-monitoring time="2024-07-20T16:26:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:27Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=Fg68L namespace=openshift-marketplace time="2024-07-20T16:26:27Z" level=info msg="resolving sources" id=+5DRF namespace=openshift-multus time="2024-07-20T16:26:27Z" level=info msg="checking if subscriptions need update" id=+5DRF namespace=openshift-multus time="2024-07-20T16:26:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=fmNMO namespace=openshift-monitoring time="2024-07-20T16:26:28Z" level=info msg="resolving sources" id=Z+624 namespace=openshift-network-diagnostics time="2024-07-20T16:26:28Z" level=info msg="checking if subscriptions need update" id=Z+624 namespace=openshift-network-diagnostics time="2024-07-20T16:26:28Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=+5DRF namespace=openshift-multus time="2024-07-20T16:26:28Z" level=info msg="resolving sources" id=GzTu9 namespace=openshift-network-node-identity time="2024-07-20T16:26:28Z" level=info msg="checking if subscriptions need update" id=GzTu9 namespace=openshift-network-node-identity time="2024-07-20T16:26:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:28Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nRvh/ time="2024-07-20T16:26:28Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=Z+624 namespace=openshift-network-diagnostics time="2024-07-20T16:26:28Z" level=info msg="resolving sources" id=NixMh namespace=openshift-network-operator time="2024-07-20T16:26:28Z" level=info msg="checking if subscriptions need update" id=NixMh namespace=openshift-network-operator time="2024-07-20T16:26:28Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:28Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=GzTu9 namespace=openshift-network-node-identity time="2024-07-20T16:26:28Z" level=info msg="resolving sources" id=byBch namespace=openshift-nutanix-infra time="2024-07-20T16:26:28Z" level=info msg="checking if subscriptions need update" id=byBch namespace=openshift-nutanix-infra time="2024-07-20T16:26:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=NixMh namespace=openshift-network-operator time="2024-07-20T16:26:29Z" level=info msg="resolving sources" id=IiF88 namespace=openshift-oauth-apiserver time="2024-07-20T16:26:29Z" level=info msg="checking if subscriptions need update" id=IiF88 namespace=openshift-oauth-apiserver time="2024-07-20T16:26:29Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=byBch namespace=openshift-nutanix-infra time="2024-07-20T16:26:29Z" level=info msg="resolving sources" id=eL/f4 namespace=openshift-openstack-infra time="2024-07-20T16:26:29Z" level=info msg="checking if subscriptions need update" id=eL/f4 namespace=openshift-openstack-infra time="2024-07-20T16:26:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:29Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8yeU7 time="2024-07-20T16:26:29Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=IiF88 namespace=openshift-oauth-apiserver time="2024-07-20T16:26:29Z" level=info msg="resolving sources" id=7w/Ox namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:26:29Z" level=info msg="checking if subscriptions need update" id=7w/Ox namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:26:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:29Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=eL/f4 namespace=openshift-openstack-infra time="2024-07-20T16:26:29Z" level=info msg="resolving sources" id=a72/x namespace=openshift-operators time="2024-07-20T16:26:29Z" level=info msg="checking if subscriptions need update" id=a72/x namespace=openshift-operators time="2024-07-20T16:26:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=7w/Ox namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:26:30Z" level=info msg="resolving sources" id=cfdtK namespace=openshift-ovirt-infra time="2024-07-20T16:26:30Z" level=info msg="checking if subscriptions need update" id=cfdtK namespace=openshift-ovirt-infra time="2024-07-20T16:26:30Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=a72/x namespace=openshift-operators time="2024-07-20T16:26:30Z" level=info msg="resolving sources" id=9TRYO namespace=openshift-ovn-kubernetes time="2024-07-20T16:26:30Z" level=info msg="checking if subscriptions need update" id=9TRYO namespace=openshift-ovn-kubernetes time="2024-07-20T16:26:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:30Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ugxhz time="2024-07-20T16:26:30Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=cfdtK namespace=openshift-ovirt-infra time="2024-07-20T16:26:30Z" level=info msg="resolving sources" id=91dXU namespace=openshift-route-controller-manager time="2024-07-20T16:26:30Z" level=info msg="checking if subscriptions need update" id=91dXU namespace=openshift-route-controller-manager time="2024-07-20T16:26:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:30Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=9TRYO namespace=openshift-ovn-kubernetes time="2024-07-20T16:26:30Z" level=info msg="resolving sources" id=DSK/j namespace=openshift-service-ca time="2024-07-20T16:26:30Z" level=info msg="checking if subscriptions need update" id=DSK/j namespace=openshift-service-ca time="2024-07-20T16:26:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=91dXU namespace=openshift-route-controller-manager time="2024-07-20T16:26:31Z" level=info msg="resolving sources" id=G6D4A namespace=openshift-service-ca-operator time="2024-07-20T16:26:31Z" level=info msg="checking if subscriptions need update" id=G6D4A namespace=openshift-service-ca-operator time="2024-07-20T16:26:31Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=DSK/j namespace=openshift-service-ca time="2024-07-20T16:26:31Z" level=info msg="resolving sources" id=HXTQR namespace=openshift-user-workload-monitoring time="2024-07-20T16:26:31Z" level=info msg="checking if subscriptions need update" id=HXTQR namespace=openshift-user-workload-monitoring time="2024-07-20T16:26:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:31Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YRMzf time="2024-07-20T16:26:31Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:31Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:31Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=G6D4A namespace=openshift-service-ca-operator time="2024-07-20T16:26:31Z" level=info msg="resolving sources" id=mPgMR namespace=openshift-vsphere-infra time="2024-07-20T16:26:31Z" level=info msg="checking if subscriptions need update" id=mPgMR namespace=openshift-vsphere-infra time="2024-07-20T16:26:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:31Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=HXTQR namespace=openshift-user-workload-monitoring time="2024-07-20T16:26:31Z" level=info msg="resolving sources" id=vbNMi namespace=openshift-monitoring time="2024-07-20T16:26:31Z" level=info msg="checking if subscriptions need update" id=vbNMi namespace=openshift-monitoring time="2024-07-20T16:26:31Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=mPgMR namespace=openshift-vsphere-infra time="2024-07-20T16:26:31Z" level=info msg="resolving sources" id=sDErM namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:26:31Z" level=info msg="checking if subscriptions need update" id=sDErM namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:26:32Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=vbNMi namespace=openshift-monitoring time="2024-07-20T16:26:32Z" level=info msg="resolving sources" id=tthCA namespace=openshift-operators time="2024-07-20T16:26:32Z" level=info msg="checking if subscriptions need update" id=tthCA namespace=openshift-operators time="2024-07-20T16:26:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:32Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=RmuHT time="2024-07-20T16:26:32Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:32Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:32Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=sDErM namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:26:32Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=tthCA namespace=openshift-operators time="2024-07-20T16:26:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:32Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Oevh1 time="2024-07-20T16:26:32Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:32Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:33Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:33Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RmuHT time="2024-07-20T16:26:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:33Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=sAucI time="2024-07-20T16:26:33Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:33Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:34Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:34Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:34Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sAucI time="2024-07-20T16:26:45Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BIdI2 time="2024-07-20T16:26:45Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mtSa8 time="2024-07-20T16:26:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BZhGr time="2024-07-20T16:26:51Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ggtyZ time="2024-07-20T16:26:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MQGPn time="2024-07-20T16:26:54Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vMfaA time="2024-07-20T16:26:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rcRxE time="2024-07-20T16:26:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=6ITSK time="2024-07-20T16:26:59Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=DoAoy time="2024-07-20T16:26:59Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RsKY3 time="2024-07-20T16:26:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:26:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:27:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:27:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:27:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:27:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:27:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iunI/ time="2024-07-20T16:27:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:01Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:01Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qzeyc time="2024-07-20T16:27:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:01Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:02Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:02Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=A7j++ time="2024-07-20T16:27:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:02Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:02Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=B2iJT time="2024-07-20T16:27:03Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:04Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:04Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:04Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:04Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=MFvCz time="2024-07-20T16:27:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:04Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:04Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=B2iJT time="2024-07-20T16:27:07Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=READY" time="2024-07-20T16:27:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="resolving sources" id=L/CAK namespace=openshift-marketplace time="2024-07-20T16:27:07Z" level=info msg="checking if subscriptions need update" id=L/CAK namespace=openshift-marketplace time="2024-07-20T16:27:07Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=L/CAK namespace=openshift-marketplace time="2024-07-20T16:27:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=i+Pjp time="2024-07-20T16:27:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WhSC0 time="2024-07-20T16:27:07Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=READY" time="2024-07-20T16:27:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="resolving sources" id=aWeWU namespace=openshift-marketplace time="2024-07-20T16:27:07Z" level=info msg="checking if subscriptions need update" id=aWeWU namespace=openshift-marketplace time="2024-07-20T16:27:07Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=aWeWU namespace=openshift-marketplace time="2024-07-20T16:27:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:08Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:08Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wUX2M time="2024-07-20T16:27:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:09Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gVJIW time="2024-07-20T16:27:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:10Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YiyqH time="2024-07-20T16:27:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:10Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:11Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:11Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sCQI/ time="2024-07-20T16:27:12Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1Es+s time="2024-07-20T16:27:12Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:12Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:13Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:13Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:13Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZOTTh time="2024-07-20T16:27:29Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=READY" time="2024-07-20T16:27:29Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="resolving sources" id=VNY2U namespace=openshift-marketplace time="2024-07-20T16:27:29Z" level=info msg="checking if subscriptions need update" id=VNY2U namespace=openshift-marketplace time="2024-07-20T16:27:29Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=VNY2U namespace=openshift-marketplace time="2024-07-20T16:27:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=X9jT9 time="2024-07-20T16:27:29Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=LUnen time="2024-07-20T16:27:29Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LUnen time="2024-07-20T16:27:39Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=READY" time="2024-07-20T16:27:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="resolving sources" id=RgyhG namespace=openshift-marketplace time="2024-07-20T16:27:39Z" level=info msg="checking if subscriptions need update" id=RgyhG namespace=openshift-marketplace time="2024-07-20T16:27:39Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=RgyhG namespace=openshift-marketplace time="2024-07-20T16:27:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z/o2F time="2024-07-20T16:27:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIEI2 time="2024-07-20T16:27:44Z" level=info msg="resolving sources" id=0rWgV namespace=openshift-node time="2024-07-20T16:27:44Z" level=info msg="checking if subscriptions need update" id=0rWgV namespace=openshift-node time="2024-07-20T16:27:44Z" level=info msg="No subscriptions were found in namespace openshift-node" id=0rWgV namespace=openshift-node time="2024-07-20T16:27:44Z" level=info msg="resolving sources" id=qBbTw namespace=openshift-node time="2024-07-20T16:27:44Z" level=info msg="checking if subscriptions need update" id=qBbTw namespace=openshift-node time="2024-07-20T16:27:44Z" level=info msg="No subscriptions were found in namespace openshift-node" id=qBbTw namespace=openshift-node time="2024-07-20T16:27:44Z" level=info msg="resolving sources" id=5C8uk namespace=openshift time="2024-07-20T16:27:44Z" level=info msg="checking if subscriptions need update" id=5C8uk namespace=openshift time="2024-07-20T16:27:44Z" level=info msg="No subscriptions were found in namespace openshift" id=5C8uk namespace=openshift time="2024-07-20T16:27:44Z" level=info msg="resolving sources" id=13x3R namespace=openshift time="2024-07-20T16:27:44Z" level=info msg="checking if subscriptions need update" id=13x3R namespace=openshift time="2024-07-20T16:27:44Z" level=info msg="No subscriptions were found in namespace openshift" id=13x3R namespace=openshift time="2024-07-20T16:29:46Z" level=info msg="resolving sources" id=ESTd0 namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="checking if subscriptions need update" id=ESTd0 namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=ESTd0 namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="resolving sources" id=XXGmq namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="checking if subscriptions need update" id=XXGmq namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=XXGmq namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="resolving sources" id=945az namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="checking if subscriptions need update" id=945az namespace=openshift-ingress-canary time="2024-07-20T16:29:46Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=945az namespace=openshift-ingress-canary time="2024-07-20T16:33:46Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=P690R time="2024-07-20T16:33:46Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4wB7 time="2024-07-20T16:33:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P690R time="2024-07-20T16:33:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=bv16P time="2024-07-20T16:33:46Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UkeDW time="2024-07-20T16:33:48Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bv16P time="2024-07-20T16:33:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:48Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=V35pP time="2024-07-20T16:33:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tcdjH time="2024-07-20T16:33:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:50Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V35pP time="2024-07-20T16:33:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=SOOmP time="2024-07-20T16:33:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=4wNu0 time="2024-07-20T16:33:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SOOmP time="2024-07-20T16:33:54Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=sjccA time="2024-07-20T16:33:54Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=A5TDQ time="2024-07-20T16:33:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sjccA time="2024-07-20T16:33:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=yIaAR time="2024-07-20T16:33:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=kfPGD time="2024-07-20T16:33:55Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=yIaAR time="2024-07-20T16:33:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:33:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kfPGD time="2024-07-20T16:34:08Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=M65al time="2024-07-20T16:34:08Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3lzSa time="2024-07-20T16:34:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:08Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M65al time="2024-07-20T16:34:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:09Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=usJMp time="2024-07-20T16:34:09Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:09Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:09Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Cw0dM time="2024-07-20T16:34:09Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:09Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:10Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=usJMp time="2024-07-20T16:34:10Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:10Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:11Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:11Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cw0dM time="2024-07-20T16:34:11Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:12Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LVa96 time="2024-07-20T16:34:12Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:12Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:13Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4F1rO time="2024-07-20T16:34:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=DMugh time="2024-07-20T16:34:13Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:13Z" level=info msg="resolving sources" id=7ynfN namespace=openshift-monitoring time="2024-07-20T16:34:13Z" level=info msg="checking if subscriptions need update" id=7ynfN namespace=openshift-monitoring time="2024-07-20T16:34:13Z" level=info msg="resolving sources" id=RitJJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:34:13Z" level=info msg="checking if subscriptions need update" id=RitJJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:34:13Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=7ynfN namespace=openshift-monitoring time="2024-07-20T16:34:13Z" level=info msg="resolving sources" id=Q8ZBd namespace=openshift-operators time="2024-07-20T16:34:13Z" level=info msg="checking if subscriptions need update" id=Q8ZBd namespace=openshift-operators time="2024-07-20T16:34:13Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=Q8ZBd namespace=openshift-operators time="2024-07-20T16:34:13Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=RitJJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=VDrl6 namespace=default time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=VDrl6 namespace=default time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=N55In namespace=kube-node-lease time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=N55In namespace=kube-node-lease time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace default" id=VDrl6 namespace=default time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=RQAst namespace=kube-public time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=RQAst namespace=kube-public time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=N55In namespace=kube-node-lease time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=uT4Qm namespace=kube-system time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=uT4Qm namespace=kube-system time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace kube-public" id=RQAst namespace=kube-public time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=V3lDY namespace=openshift time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=V3lDY namespace=openshift time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace kube-system" id=uT4Qm namespace=kube-system time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=awRdK namespace=openshift-apiserver time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=awRdK namespace=openshift-apiserver time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift" id=V3lDY namespace=openshift time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=lgUdM namespace=openshift-apiserver-operator time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=lgUdM namespace=openshift-apiserver-operator time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=lgUdM namespace=openshift-apiserver-operator time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=dk83E namespace=openshift-authentication time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=dk83E namespace=openshift-authentication time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=awRdK namespace=openshift-apiserver time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=2kY8+ namespace=openshift-authentication-operator time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=2kY8+ namespace=openshift-authentication-operator time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=dk83E namespace=openshift-authentication time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=QkCSF namespace=openshift-cloud-controller-manager time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=QkCSF namespace=openshift-cloud-controller-manager time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=2kY8+ namespace=openshift-authentication-operator time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=1EclH namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=1EclH namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=QkCSF namespace=openshift-cloud-controller-manager time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=Kq3F+ namespace=openshift-cloud-credential-operator time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=Kq3F+ namespace=openshift-cloud-credential-operator time="2024-07-20T16:34:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:14Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DMugh time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=1EclH namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=u5e3v namespace=openshift-cloud-network-config-controller time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=u5e3v namespace=openshift-cloud-network-config-controller time="2024-07-20T16:34:14Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=Kq3F+ namespace=openshift-cloud-credential-operator time="2024-07-20T16:34:14Z" level=info msg="resolving sources" id=Dcuv4 namespace=openshift-cloud-platform-infra time="2024-07-20T16:34:14Z" level=info msg="checking if subscriptions need update" id=Dcuv4 namespace=openshift-cloud-platform-infra time="2024-07-20T16:34:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:15Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:15Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tJj62 time="2024-07-20T16:34:15Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=u5e3v namespace=openshift-cloud-network-config-controller time="2024-07-20T16:34:15Z" level=info msg="resolving sources" id=M2cSG namespace=openshift-cluster-csi-drivers time="2024-07-20T16:34:15Z" level=info msg="checking if subscriptions need update" id=M2cSG namespace=openshift-cluster-csi-drivers time="2024-07-20T16:34:15Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=Dcuv4 namespace=openshift-cloud-platform-infra time="2024-07-20T16:34:15Z" level=info msg="resolving sources" id=Zbzv1 namespace=openshift-cluster-machine-approver time="2024-07-20T16:34:15Z" level=info msg="checking if subscriptions need update" id=Zbzv1 namespace=openshift-cluster-machine-approver time="2024-07-20T16:34:15Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=M2cSG namespace=openshift-cluster-csi-drivers time="2024-07-20T16:34:15Z" level=info msg="resolving sources" id=3tDX2 namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:34:15Z" level=info msg="checking if subscriptions need update" id=3tDX2 namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:34:15Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=Zbzv1 namespace=openshift-cluster-machine-approver time="2024-07-20T16:34:15Z" level=info msg="resolving sources" id=42Bs0 namespace=openshift-cluster-samples-operator time="2024-07-20T16:34:15Z" level=info msg="checking if subscriptions need update" id=42Bs0 namespace=openshift-cluster-samples-operator time="2024-07-20T16:34:15Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=3tDX2 namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:34:15Z" level=info msg="resolving sources" id=6rOp4 namespace=openshift-cluster-storage-operator time="2024-07-20T16:34:15Z" level=info msg="checking if subscriptions need update" id=6rOp4 namespace=openshift-cluster-storage-operator time="2024-07-20T16:34:16Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=42Bs0 namespace=openshift-cluster-samples-operator time="2024-07-20T16:34:16Z" level=info msg="resolving sources" id=ercNw namespace=openshift-cluster-version time="2024-07-20T16:34:16Z" level=info msg="checking if subscriptions need update" id=ercNw namespace=openshift-cluster-version time="2024-07-20T16:34:16Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=6rOp4 namespace=openshift-cluster-storage-operator time="2024-07-20T16:34:16Z" level=info msg="resolving sources" id=LmxJK namespace=openshift-config time="2024-07-20T16:34:16Z" level=info msg="checking if subscriptions need update" id=LmxJK namespace=openshift-config time="2024-07-20T16:34:16Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=ercNw namespace=openshift-cluster-version time="2024-07-20T16:34:16Z" level=info msg="resolving sources" id=Fu+HI namespace=openshift-config-managed time="2024-07-20T16:34:16Z" level=info msg="checking if subscriptions need update" id=Fu+HI namespace=openshift-config-managed time="2024-07-20T16:34:16Z" level=info msg="No subscriptions were found in namespace openshift-config" id=LmxJK namespace=openshift-config time="2024-07-20T16:34:16Z" level=info msg="resolving sources" id=hsu2f namespace=openshift-config-operator time="2024-07-20T16:34:16Z" level=info msg="checking if subscriptions need update" id=hsu2f namespace=openshift-config-operator time="2024-07-20T16:34:16Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=Fu+HI namespace=openshift-config-managed time="2024-07-20T16:34:16Z" level=info msg="resolving sources" id=WsCtj namespace=openshift-controller-manager time="2024-07-20T16:34:16Z" level=info msg="checking if subscriptions need update" id=WsCtj namespace=openshift-controller-manager time="2024-07-20T16:34:17Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=hsu2f namespace=openshift-config-operator time="2024-07-20T16:34:17Z" level=info msg="resolving sources" id=IjSk0 namespace=openshift-controller-manager-operator time="2024-07-20T16:34:17Z" level=info msg="checking if subscriptions need update" id=IjSk0 namespace=openshift-controller-manager-operator time="2024-07-20T16:34:17Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=WsCtj namespace=openshift-controller-manager time="2024-07-20T16:34:17Z" level=info msg="resolving sources" id=rij6t namespace=openshift-dns time="2024-07-20T16:34:17Z" level=info msg="checking if subscriptions need update" id=rij6t namespace=openshift-dns time="2024-07-20T16:34:17Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=IjSk0 namespace=openshift-controller-manager-operator time="2024-07-20T16:34:17Z" level=info msg="resolving sources" id=IhOP4 namespace=openshift-dns-operator time="2024-07-20T16:34:17Z" level=info msg="checking if subscriptions need update" id=IhOP4 namespace=openshift-dns-operator time="2024-07-20T16:34:17Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=rij6t namespace=openshift-dns time="2024-07-20T16:34:17Z" level=info msg="resolving sources" id=lhEMS namespace=openshift-e2e-loki time="2024-07-20T16:34:17Z" level=info msg="checking if subscriptions need update" id=lhEMS namespace=openshift-e2e-loki time="2024-07-20T16:34:17Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=IhOP4 namespace=openshift-dns-operator time="2024-07-20T16:34:17Z" level=info msg="resolving sources" id=5v5Vt namespace=openshift-etcd time="2024-07-20T16:34:17Z" level=info msg="checking if subscriptions need update" id=5v5Vt namespace=openshift-etcd time="2024-07-20T16:34:18Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=lhEMS namespace=openshift-e2e-loki time="2024-07-20T16:34:18Z" level=info msg="resolving sources" id=owAJZ namespace=openshift-etcd-operator time="2024-07-20T16:34:18Z" level=info msg="checking if subscriptions need update" id=owAJZ namespace=openshift-etcd-operator time="2024-07-20T16:34:18Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=5v5Vt namespace=openshift-etcd time="2024-07-20T16:34:18Z" level=info msg="resolving sources" id=13Exe namespace=openshift-host-network time="2024-07-20T16:34:18Z" level=info msg="checking if subscriptions need update" id=13Exe namespace=openshift-host-network time="2024-07-20T16:34:18Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=owAJZ namespace=openshift-etcd-operator time="2024-07-20T16:34:18Z" level=info msg="resolving sources" id=+mpGU namespace=openshift-image-registry time="2024-07-20T16:34:18Z" level=info msg="checking if subscriptions need update" id=+mpGU namespace=openshift-image-registry time="2024-07-20T16:34:18Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=13Exe namespace=openshift-host-network time="2024-07-20T16:34:18Z" level=info msg="resolving sources" id=zFQz+ namespace=openshift-infra time="2024-07-20T16:34:18Z" level=info msg="checking if subscriptions need update" id=zFQz+ namespace=openshift-infra time="2024-07-20T16:34:18Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=+mpGU namespace=openshift-image-registry time="2024-07-20T16:34:18Z" level=info msg="resolving sources" id=Cv0I0 namespace=openshift-ingress time="2024-07-20T16:34:18Z" level=info msg="checking if subscriptions need update" id=Cv0I0 namespace=openshift-ingress time="2024-07-20T16:34:19Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=zFQz+ namespace=openshift-infra time="2024-07-20T16:34:19Z" level=info msg="resolving sources" id=mTL5q namespace=openshift-ingress-canary time="2024-07-20T16:34:19Z" level=info msg="checking if subscriptions need update" id=mTL5q namespace=openshift-ingress-canary time="2024-07-20T16:34:19Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=Cv0I0 namespace=openshift-ingress time="2024-07-20T16:34:19Z" level=info msg="resolving sources" id=T3ZTV namespace=openshift-ingress-operator time="2024-07-20T16:34:19Z" level=info msg="checking if subscriptions need update" id=T3ZTV namespace=openshift-ingress-operator time="2024-07-20T16:34:19Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=mTL5q namespace=openshift-ingress-canary time="2024-07-20T16:34:19Z" level=info msg="resolving sources" id=K5USU namespace=openshift-insights time="2024-07-20T16:34:19Z" level=info msg="checking if subscriptions need update" id=K5USU namespace=openshift-insights time="2024-07-20T16:34:19Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=T3ZTV namespace=openshift-ingress-operator time="2024-07-20T16:34:19Z" level=info msg="resolving sources" id=o7bgH namespace=openshift-kni-infra time="2024-07-20T16:34:19Z" level=info msg="checking if subscriptions need update" id=o7bgH namespace=openshift-kni-infra time="2024-07-20T16:34:19Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=K5USU namespace=openshift-insights time="2024-07-20T16:34:19Z" level=info msg="resolving sources" id=nyjih namespace=openshift-kube-apiserver time="2024-07-20T16:34:19Z" level=info msg="checking if subscriptions need update" id=nyjih namespace=openshift-kube-apiserver time="2024-07-20T16:34:20Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=o7bgH namespace=openshift-kni-infra time="2024-07-20T16:34:20Z" level=info msg="resolving sources" id=87NSZ namespace=openshift-kube-apiserver-operator time="2024-07-20T16:34:20Z" level=info msg="checking if subscriptions need update" id=87NSZ namespace=openshift-kube-apiserver-operator time="2024-07-20T16:34:20Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=nyjih namespace=openshift-kube-apiserver time="2024-07-20T16:34:20Z" level=info msg="resolving sources" id=fQpqh namespace=openshift-kube-controller-manager time="2024-07-20T16:34:20Z" level=info msg="checking if subscriptions need update" id=fQpqh namespace=openshift-kube-controller-manager time="2024-07-20T16:34:20Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=87NSZ namespace=openshift-kube-apiserver-operator time="2024-07-20T16:34:20Z" level=info msg="resolving sources" id=TxEyb namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:34:20Z" level=info msg="checking if subscriptions need update" id=TxEyb namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:34:20Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=fQpqh namespace=openshift-kube-controller-manager time="2024-07-20T16:34:20Z" level=info msg="resolving sources" id=MnlCO namespace=openshift-kube-scheduler time="2024-07-20T16:34:20Z" level=info msg="checking if subscriptions need update" id=MnlCO namespace=openshift-kube-scheduler time="2024-07-20T16:34:20Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=TxEyb namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:34:20Z" level=info msg="resolving sources" id=URnfS namespace=openshift-kube-scheduler-operator time="2024-07-20T16:34:20Z" level=info msg="checking if subscriptions need update" id=URnfS namespace=openshift-kube-scheduler-operator time="2024-07-20T16:34:21Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=MnlCO namespace=openshift-kube-scheduler time="2024-07-20T16:34:21Z" level=info msg="resolving sources" id=Q9/hv namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:34:21Z" level=info msg="checking if subscriptions need update" id=Q9/hv namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:34:21Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=URnfS namespace=openshift-kube-scheduler-operator time="2024-07-20T16:34:21Z" level=info msg="resolving sources" id=TUaF4 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:34:21Z" level=info msg="checking if subscriptions need update" id=TUaF4 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:34:21Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=Q9/hv namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:34:21Z" level=info msg="resolving sources" id=qQbMD namespace=openshift-machine-api time="2024-07-20T16:34:21Z" level=info msg="checking if subscriptions need update" id=qQbMD namespace=openshift-machine-api time="2024-07-20T16:34:21Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=TUaF4 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:34:21Z" level=info msg="resolving sources" id=LjZo2 namespace=openshift-machine-config-operator time="2024-07-20T16:34:21Z" level=info msg="checking if subscriptions need update" id=LjZo2 namespace=openshift-machine-config-operator time="2024-07-20T16:34:21Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=qQbMD namespace=openshift-machine-api time="2024-07-20T16:34:21Z" level=info msg="resolving sources" id=8l7CR namespace=openshift-marketplace time="2024-07-20T16:34:21Z" level=info msg="checking if subscriptions need update" id=8l7CR namespace=openshift-marketplace time="2024-07-20T16:34:22Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=LjZo2 namespace=openshift-machine-config-operator time="2024-07-20T16:34:22Z" level=info msg="resolving sources" id=B9gsA namespace=openshift-monitoring time="2024-07-20T16:34:22Z" level=info msg="checking if subscriptions need update" id=B9gsA namespace=openshift-monitoring time="2024-07-20T16:34:22Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=8l7CR namespace=openshift-marketplace time="2024-07-20T16:34:22Z" level=info msg="resolving sources" id=XuwoR namespace=openshift-multus time="2024-07-20T16:34:22Z" level=info msg="checking if subscriptions need update" id=XuwoR namespace=openshift-multus time="2024-07-20T16:34:22Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=B9gsA namespace=openshift-monitoring time="2024-07-20T16:34:22Z" level=info msg="resolving sources" id=w/ecy namespace=openshift-network-diagnostics time="2024-07-20T16:34:22Z" level=info msg="checking if subscriptions need update" id=w/ecy namespace=openshift-network-diagnostics time="2024-07-20T16:34:22Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=XuwoR namespace=openshift-multus time="2024-07-20T16:34:22Z" level=info msg="resolving sources" id=9/TuS namespace=openshift-network-node-identity time="2024-07-20T16:34:22Z" level=info msg="checking if subscriptions need update" id=9/TuS namespace=openshift-network-node-identity time="2024-07-20T16:34:22Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=w/ecy namespace=openshift-network-diagnostics time="2024-07-20T16:34:22Z" level=info msg="resolving sources" id=utISJ namespace=openshift-network-operator time="2024-07-20T16:34:22Z" level=info msg="checking if subscriptions need update" id=utISJ namespace=openshift-network-operator time="2024-07-20T16:34:23Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=9/TuS namespace=openshift-network-node-identity time="2024-07-20T16:34:23Z" level=info msg="resolving sources" id=XyMiw namespace=openshift-node time="2024-07-20T16:34:23Z" level=info msg="checking if subscriptions need update" id=XyMiw namespace=openshift-node time="2024-07-20T16:34:23Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=utISJ namespace=openshift-network-operator time="2024-07-20T16:34:23Z" level=info msg="resolving sources" id=GVcbT namespace=openshift-nutanix-infra time="2024-07-20T16:34:23Z" level=info msg="checking if subscriptions need update" id=GVcbT namespace=openshift-nutanix-infra time="2024-07-20T16:34:23Z" level=info msg="No subscriptions were found in namespace openshift-node" id=XyMiw namespace=openshift-node time="2024-07-20T16:34:23Z" level=info msg="resolving sources" id=6dq4o namespace=openshift-oauth-apiserver time="2024-07-20T16:34:23Z" level=info msg="checking if subscriptions need update" id=6dq4o namespace=openshift-oauth-apiserver time="2024-07-20T16:34:23Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=GVcbT namespace=openshift-nutanix-infra time="2024-07-20T16:34:23Z" level=info msg="resolving sources" id=nkAK0 namespace=openshift-openstack-infra time="2024-07-20T16:34:23Z" level=info msg="checking if subscriptions need update" id=nkAK0 namespace=openshift-openstack-infra time="2024-07-20T16:34:23Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=6dq4o namespace=openshift-oauth-apiserver time="2024-07-20T16:34:23Z" level=info msg="resolving sources" id=37klb namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:34:23Z" level=info msg="checking if subscriptions need update" id=37klb namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:34:24Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=nkAK0 namespace=openshift-openstack-infra time="2024-07-20T16:34:24Z" level=info msg="resolving sources" id=8NFbM namespace=openshift-operators time="2024-07-20T16:34:24Z" level=info msg="checking if subscriptions need update" id=8NFbM namespace=openshift-operators time="2024-07-20T16:34:24Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=37klb namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:34:24Z" level=info msg="resolving sources" id=A/hd+ namespace=openshift-ovirt-infra time="2024-07-20T16:34:24Z" level=info msg="checking if subscriptions need update" id=A/hd+ namespace=openshift-ovirt-infra time="2024-07-20T16:34:24Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=8NFbM namespace=openshift-operators time="2024-07-20T16:34:24Z" level=info msg="resolving sources" id=R8ESj namespace=openshift-ovn-kubernetes time="2024-07-20T16:34:24Z" level=info msg="checking if subscriptions need update" id=R8ESj namespace=openshift-ovn-kubernetes time="2024-07-20T16:34:24Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=A/hd+ namespace=openshift-ovirt-infra time="2024-07-20T16:34:24Z" level=info msg="resolving sources" id=aLofU namespace=openshift-route-controller-manager time="2024-07-20T16:34:24Z" level=info msg="checking if subscriptions need update" id=aLofU namespace=openshift-route-controller-manager time="2024-07-20T16:34:24Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=R8ESj namespace=openshift-ovn-kubernetes time="2024-07-20T16:34:24Z" level=info msg="resolving sources" id=s2Fr+ namespace=openshift-service-ca time="2024-07-20T16:34:24Z" level=info msg="checking if subscriptions need update" id=s2Fr+ namespace=openshift-service-ca time="2024-07-20T16:34:25Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=aLofU namespace=openshift-route-controller-manager time="2024-07-20T16:34:25Z" level=info msg="resolving sources" id=mVHtL namespace=openshift-service-ca-operator time="2024-07-20T16:34:25Z" level=info msg="checking if subscriptions need update" id=mVHtL namespace=openshift-service-ca-operator time="2024-07-20T16:34:25Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=s2Fr+ namespace=openshift-service-ca time="2024-07-20T16:34:25Z" level=info msg="resolving sources" id=lAryI namespace=openshift-user-workload-monitoring time="2024-07-20T16:34:25Z" level=info msg="checking if subscriptions need update" id=lAryI namespace=openshift-user-workload-monitoring time="2024-07-20T16:34:25Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=mVHtL namespace=openshift-service-ca-operator time="2024-07-20T16:34:25Z" level=info msg="resolving sources" id=H5bL4 namespace=openshift-vsphere-infra time="2024-07-20T16:34:25Z" level=info msg="checking if subscriptions need update" id=H5bL4 namespace=openshift-vsphere-infra time="2024-07-20T16:34:25Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=lAryI namespace=openshift-user-workload-monitoring time="2024-07-20T16:34:25Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=H5bL4 namespace=openshift-vsphere-infra time="2024-07-20T16:35:40Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:40Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ghvB3 time="2024-07-20T16:35:52Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=z8Bio time="2024-07-20T16:35:52Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:35:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ikpkD time="2024-07-20T16:36:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:36:07Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hv3CQ time="2024-07-20T16:38:15Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=RKICd time="2024-07-20T16:38:15Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:15Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="catalog update required at 2024-07-20 16:38:15.930056018 +0000 UTC m=+718.886477727" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0lWLa time="2024-07-20T16:38:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:16Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:16Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:16Z" level=info msg="catalog update required at 2024-07-20 16:38:16.114223088 +0000 UTC m=+719.070644797" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RKICd time="2024-07-20T16:38:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=u/teG time="2024-07-20T16:38:16Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:17Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=jVbM+ time="2024-07-20T16:38:17Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:17Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:17Z" level=info msg="catalog update required at 2024-07-20 16:38:17.91609864 +0000 UTC m=+720.872520339" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u/teG time="2024-07-20T16:38:18Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:18Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:18Z" level=info msg="catalog update required at 2024-07-20 16:38:18.51537229 +0000 UTC m=+721.471793989" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jVbM+ time="2024-07-20T16:38:18Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:18Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:19Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:19Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:19Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=IUcGp time="2024-07-20T16:38:19Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:19Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:19Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:19Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:19Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=yiCD3 time="2024-07-20T16:38:19Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:19Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:20Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IUcGp time="2024-07-20T16:38:20Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:20Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:21Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:21Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yiCD3 time="2024-07-20T16:38:21Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:21Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:21Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:22Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Epuz9 time="2024-07-20T16:38:22Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:22Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:23Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZXzMV time="2024-07-20T16:38:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:23Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=itBaB time="2024-07-20T16:38:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:24Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:24Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:24Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nFWnu time="2024-07-20T16:38:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:24Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=itBaB time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=OgNnK namespace=default time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=OgNnK namespace=default time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=z9Jw3 namespace=kube-node-lease time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=z9Jw3 namespace=kube-node-lease time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=z9Jw3 namespace=kube-node-lease time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=ydQzX namespace=kube-public time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=ydQzX namespace=kube-public time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace default" id=OgNnK namespace=default time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=DF1g3 namespace=kube-system time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=DF1g3 namespace=kube-system time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace kube-system" id=DF1g3 namespace=kube-system time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=/7itM namespace=openshift time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=/7itM namespace=openshift time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace kube-public" id=ydQzX namespace=kube-public time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=irFoZ namespace=openshift-apiserver time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=irFoZ namespace=openshift-apiserver time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=irFoZ namespace=openshift-apiserver time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=1xu2p namespace=openshift-apiserver-operator time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=1xu2p namespace=openshift-apiserver-operator time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift" id=/7itM namespace=openshift time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=qavxS namespace=openshift-authentication time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=qavxS namespace=openshift-authentication time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=1xu2p namespace=openshift-apiserver-operator time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=SI33a namespace=openshift-authentication-operator time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=SI33a namespace=openshift-authentication-operator time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=qavxS namespace=openshift-authentication time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=YYD55 namespace=openshift-cloud-controller-manager time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=YYD55 namespace=openshift-cloud-controller-manager time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=YYD55 namespace=openshift-cloud-controller-manager time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=QU/8n namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=QU/8n namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=SI33a namespace=openshift-authentication-operator time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=BUlAE namespace=openshift-cloud-credential-operator time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=BUlAE namespace=openshift-cloud-credential-operator time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=QU/8n namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=J7QRZ namespace=openshift-cloud-network-config-controller time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=J7QRZ namespace=openshift-cloud-network-config-controller time="2024-07-20T16:38:31Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=BUlAE namespace=openshift-cloud-credential-operator time="2024-07-20T16:38:31Z" level=info msg="resolving sources" id=38tUv namespace=openshift-cloud-platform-infra time="2024-07-20T16:38:31Z" level=info msg="checking if subscriptions need update" id=38tUv namespace=openshift-cloud-platform-infra time="2024-07-20T16:38:32Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=J7QRZ namespace=openshift-cloud-network-config-controller time="2024-07-20T16:38:32Z" level=info msg="resolving sources" id=Km2mb namespace=openshift-cluster-csi-drivers time="2024-07-20T16:38:32Z" level=info msg="checking if subscriptions need update" id=Km2mb namespace=openshift-cluster-csi-drivers time="2024-07-20T16:38:32Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=38tUv namespace=openshift-cloud-platform-infra time="2024-07-20T16:38:32Z" level=info msg="resolving sources" id=NwzqE namespace=openshift-cluster-machine-approver time="2024-07-20T16:38:32Z" level=info msg="checking if subscriptions need update" id=NwzqE namespace=openshift-cluster-machine-approver time="2024-07-20T16:38:32Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=Km2mb namespace=openshift-cluster-csi-drivers time="2024-07-20T16:38:32Z" level=info msg="resolving sources" id=JR1NA namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:38:32Z" level=info msg="checking if subscriptions need update" id=JR1NA namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:38:32Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=NwzqE namespace=openshift-cluster-machine-approver time="2024-07-20T16:38:32Z" level=info msg="resolving sources" id=kRgk4 namespace=openshift-cluster-samples-operator time="2024-07-20T16:38:32Z" level=info msg="checking if subscriptions need update" id=kRgk4 namespace=openshift-cluster-samples-operator time="2024-07-20T16:38:32Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=JR1NA namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:38:32Z" level=info msg="resolving sources" id=5q9G+ namespace=openshift-cluster-storage-operator time="2024-07-20T16:38:32Z" level=info msg="checking if subscriptions need update" id=5q9G+ namespace=openshift-cluster-storage-operator time="2024-07-20T16:38:33Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=kRgk4 namespace=openshift-cluster-samples-operator time="2024-07-20T16:38:33Z" level=info msg="resolving sources" id=7e+6A namespace=openshift-cluster-version time="2024-07-20T16:38:33Z" level=info msg="checking if subscriptions need update" id=7e+6A namespace=openshift-cluster-version time="2024-07-20T16:38:33Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=5q9G+ namespace=openshift-cluster-storage-operator time="2024-07-20T16:38:33Z" level=info msg="resolving sources" id=FAsxO namespace=openshift-config time="2024-07-20T16:38:33Z" level=info msg="checking if subscriptions need update" id=FAsxO namespace=openshift-config time="2024-07-20T16:38:33Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=7e+6A namespace=openshift-cluster-version time="2024-07-20T16:38:33Z" level=info msg="resolving sources" id=VXw/u namespace=openshift-config-managed time="2024-07-20T16:38:33Z" level=info msg="checking if subscriptions need update" id=VXw/u namespace=openshift-config-managed time="2024-07-20T16:38:33Z" level=info msg="No subscriptions were found in namespace openshift-config" id=FAsxO namespace=openshift-config time="2024-07-20T16:38:33Z" level=info msg="resolving sources" id=RcnJP namespace=openshift-config-operator time="2024-07-20T16:38:33Z" level=info msg="checking if subscriptions need update" id=RcnJP namespace=openshift-config-operator time="2024-07-20T16:38:33Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=NubuR time="2024-07-20T16:38:33Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:33Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=VXw/u namespace=openshift-config-managed time="2024-07-20T16:38:33Z" level=info msg="resolving sources" id=+R3tU namespace=openshift-controller-manager time="2024-07-20T16:38:33Z" level=info msg="checking if subscriptions need update" id=+R3tU namespace=openshift-controller-manager time="2024-07-20T16:38:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NubuR time="2024-07-20T16:38:33Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:33Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:34Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:34Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2FjwS time="2024-07-20T16:38:34Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=RcnJP namespace=openshift-config-operator time="2024-07-20T16:38:34Z" level=info msg="resolving sources" id=Ks6Hq namespace=openshift-controller-manager-operator time="2024-07-20T16:38:34Z" level=info msg="checking if subscriptions need update" id=Ks6Hq namespace=openshift-controller-manager-operator time="2024-07-20T16:38:34Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=+R3tU namespace=openshift-controller-manager time="2024-07-20T16:38:34Z" level=info msg="resolving sources" id=XcZxH namespace=openshift-dns time="2024-07-20T16:38:34Z" level=info msg="checking if subscriptions need update" id=XcZxH namespace=openshift-dns time="2024-07-20T16:38:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:34Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=Ks6Hq namespace=openshift-controller-manager-operator time="2024-07-20T16:38:34Z" level=info msg="resolving sources" id=9eZcw namespace=openshift-dns-operator time="2024-07-20T16:38:34Z" level=info msg="checking if subscriptions need update" id=9eZcw namespace=openshift-dns-operator time="2024-07-20T16:38:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:34Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=XcZxH namespace=openshift-dns time="2024-07-20T16:38:34Z" level=info msg="resolving sources" id=QEsqp namespace=openshift-e2e-loki time="2024-07-20T16:38:34Z" level=info msg="checking if subscriptions need update" id=QEsqp namespace=openshift-e2e-loki time="2024-07-20T16:38:35Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=9eZcw namespace=openshift-dns-operator time="2024-07-20T16:38:35Z" level=info msg="resolving sources" id=WCl8p namespace=openshift-etcd time="2024-07-20T16:38:35Z" level=info msg="checking if subscriptions need update" id=WCl8p namespace=openshift-etcd time="2024-07-20T16:38:35Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=QEsqp namespace=openshift-e2e-loki time="2024-07-20T16:38:35Z" level=info msg="resolving sources" id=IzKWo namespace=openshift-etcd-operator time="2024-07-20T16:38:35Z" level=info msg="checking if subscriptions need update" id=IzKWo namespace=openshift-etcd-operator time="2024-07-20T16:38:35Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=WCl8p namespace=openshift-etcd time="2024-07-20T16:38:35Z" level=info msg="resolving sources" id=PRqTT namespace=openshift-host-network time="2024-07-20T16:38:35Z" level=info msg="checking if subscriptions need update" id=PRqTT namespace=openshift-host-network time="2024-07-20T16:38:35Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=IzKWo namespace=openshift-etcd-operator time="2024-07-20T16:38:35Z" level=info msg="resolving sources" id=wf69O namespace=openshift-image-registry time="2024-07-20T16:38:35Z" level=info msg="checking if subscriptions need update" id=wf69O namespace=openshift-image-registry time="2024-07-20T16:38:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:35Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hAl/f time="2024-07-20T16:38:35Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=PRqTT namespace=openshift-host-network time="2024-07-20T16:38:35Z" level=info msg="resolving sources" id=JkQjE namespace=openshift-infra time="2024-07-20T16:38:35Z" level=info msg="checking if subscriptions need update" id=JkQjE namespace=openshift-infra time="2024-07-20T16:38:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:36Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6O61+ time="2024-07-20T16:38:36Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=wf69O namespace=openshift-image-registry time="2024-07-20T16:38:36Z" level=info msg="resolving sources" id=U8/KF namespace=openshift-ingress time="2024-07-20T16:38:36Z" level=info msg="checking if subscriptions need update" id=U8/KF namespace=openshift-ingress time="2024-07-20T16:38:36Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=JkQjE namespace=openshift-infra time="2024-07-20T16:38:36Z" level=info msg="resolving sources" id=FwXfV namespace=openshift-ingress-canary time="2024-07-20T16:38:36Z" level=info msg="checking if subscriptions need update" id=FwXfV namespace=openshift-ingress-canary time="2024-07-20T16:38:36Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=U8/KF namespace=openshift-ingress time="2024-07-20T16:38:36Z" level=info msg="resolving sources" id=76f2I namespace=openshift-ingress-operator time="2024-07-20T16:38:36Z" level=info msg="checking if subscriptions need update" id=76f2I namespace=openshift-ingress-operator time="2024-07-20T16:38:36Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=FwXfV namespace=openshift-ingress-canary time="2024-07-20T16:38:36Z" level=info msg="resolving sources" id=b9PIP namespace=openshift-insights time="2024-07-20T16:38:36Z" level=info msg="checking if subscriptions need update" id=b9PIP namespace=openshift-insights time="2024-07-20T16:38:36Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=76f2I namespace=openshift-ingress-operator time="2024-07-20T16:38:36Z" level=info msg="resolving sources" id=u4gY4 namespace=openshift-kni-infra time="2024-07-20T16:38:36Z" level=info msg="checking if subscriptions need update" id=u4gY4 namespace=openshift-kni-infra time="2024-07-20T16:38:37Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=b9PIP namespace=openshift-insights time="2024-07-20T16:38:37Z" level=info msg="resolving sources" id=Ot6Sm namespace=openshift-kube-apiserver time="2024-07-20T16:38:37Z" level=info msg="checking if subscriptions need update" id=Ot6Sm namespace=openshift-kube-apiserver time="2024-07-20T16:38:37Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=u4gY4 namespace=openshift-kni-infra time="2024-07-20T16:38:37Z" level=info msg="resolving sources" id=RdwhJ namespace=openshift-kube-apiserver-operator time="2024-07-20T16:38:37Z" level=info msg="checking if subscriptions need update" id=RdwhJ namespace=openshift-kube-apiserver-operator time="2024-07-20T16:38:37Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=Ot6Sm namespace=openshift-kube-apiserver time="2024-07-20T16:38:37Z" level=info msg="resolving sources" id=xe5v2 namespace=openshift-kube-controller-manager time="2024-07-20T16:38:37Z" level=info msg="checking if subscriptions need update" id=xe5v2 namespace=openshift-kube-controller-manager time="2024-07-20T16:38:37Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=RdwhJ namespace=openshift-kube-apiserver-operator time="2024-07-20T16:38:37Z" level=info msg="resolving sources" id=braKL namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:38:37Z" level=info msg="checking if subscriptions need update" id=braKL namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:38:37Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=xe5v2 namespace=openshift-kube-controller-manager time="2024-07-20T16:38:37Z" level=info msg="resolving sources" id=rOu5F namespace=openshift-kube-scheduler time="2024-07-20T16:38:37Z" level=info msg="checking if subscriptions need update" id=rOu5F namespace=openshift-kube-scheduler time="2024-07-20T16:38:38Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=braKL namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:38:38Z" level=info msg="resolving sources" id=pnkwP namespace=openshift-kube-scheduler-operator time="2024-07-20T16:38:38Z" level=info msg="checking if subscriptions need update" id=pnkwP namespace=openshift-kube-scheduler-operator time="2024-07-20T16:38:38Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=rOu5F namespace=openshift-kube-scheduler time="2024-07-20T16:38:38Z" level=info msg="resolving sources" id=d999e namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:38:38Z" level=info msg="checking if subscriptions need update" id=d999e namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:38:38Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=pnkwP namespace=openshift-kube-scheduler-operator time="2024-07-20T16:38:38Z" level=info msg="resolving sources" id=KIReU namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:38:38Z" level=info msg="checking if subscriptions need update" id=KIReU namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:38:38Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=d999e namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:38:38Z" level=info msg="resolving sources" id=9HCL0 namespace=openshift-machine-api time="2024-07-20T16:38:38Z" level=info msg="checking if subscriptions need update" id=9HCL0 namespace=openshift-machine-api time="2024-07-20T16:38:38Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=KIReU namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:38:38Z" level=info msg="resolving sources" id=Fzg4u namespace=openshift-machine-config-operator time="2024-07-20T16:38:38Z" level=info msg="checking if subscriptions need update" id=Fzg4u namespace=openshift-machine-config-operator time="2024-07-20T16:38:39Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=9HCL0 namespace=openshift-machine-api time="2024-07-20T16:38:39Z" level=info msg="resolving sources" id=aPwpX namespace=openshift-marketplace time="2024-07-20T16:38:39Z" level=info msg="checking if subscriptions need update" id=aPwpX namespace=openshift-marketplace time="2024-07-20T16:38:39Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=Fzg4u namespace=openshift-machine-config-operator time="2024-07-20T16:38:39Z" level=info msg="resolving sources" id=9LHOa namespace=openshift-monitoring time="2024-07-20T16:38:39Z" level=info msg="checking if subscriptions need update" id=9LHOa namespace=openshift-monitoring time="2024-07-20T16:38:39Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=aPwpX namespace=openshift-marketplace time="2024-07-20T16:38:39Z" level=info msg="resolving sources" id=ethEI namespace=openshift-multus time="2024-07-20T16:38:39Z" level=info msg="checking if subscriptions need update" id=ethEI namespace=openshift-multus time="2024-07-20T16:38:39Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=9LHOa namespace=openshift-monitoring time="2024-07-20T16:38:39Z" level=info msg="resolving sources" id=YwYeb namespace=openshift-network-diagnostics time="2024-07-20T16:38:39Z" level=info msg="checking if subscriptions need update" id=YwYeb namespace=openshift-network-diagnostics time="2024-07-20T16:38:39Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=ethEI namespace=openshift-multus time="2024-07-20T16:38:39Z" level=info msg="resolving sources" id=3tZuX namespace=openshift-network-node-identity time="2024-07-20T16:38:39Z" level=info msg="checking if subscriptions need update" id=3tZuX namespace=openshift-network-node-identity time="2024-07-20T16:38:40Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=YwYeb namespace=openshift-network-diagnostics time="2024-07-20T16:38:40Z" level=info msg="resolving sources" id=uDTK5 namespace=openshift-network-operator time="2024-07-20T16:38:40Z" level=info msg="checking if subscriptions need update" id=uDTK5 namespace=openshift-network-operator time="2024-07-20T16:38:40Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=3tZuX namespace=openshift-network-node-identity time="2024-07-20T16:38:40Z" level=info msg="resolving sources" id=lz+Dw namespace=openshift-node time="2024-07-20T16:38:40Z" level=info msg="checking if subscriptions need update" id=lz+Dw namespace=openshift-node time="2024-07-20T16:38:40Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=uDTK5 namespace=openshift-network-operator time="2024-07-20T16:38:40Z" level=info msg="resolving sources" id=5JAin namespace=openshift-nutanix-infra time="2024-07-20T16:38:40Z" level=info msg="checking if subscriptions need update" id=5JAin namespace=openshift-nutanix-infra time="2024-07-20T16:38:40Z" level=info msg="No subscriptions were found in namespace openshift-node" id=lz+Dw namespace=openshift-node time="2024-07-20T16:38:40Z" level=info msg="resolving sources" id=2ahBk namespace=openshift-oauth-apiserver time="2024-07-20T16:38:40Z" level=info msg="checking if subscriptions need update" id=2ahBk namespace=openshift-oauth-apiserver time="2024-07-20T16:38:40Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=5JAin namespace=openshift-nutanix-infra time="2024-07-20T16:38:40Z" level=info msg="resolving sources" id=6Gr4z namespace=openshift-openstack-infra time="2024-07-20T16:38:40Z" level=info msg="checking if subscriptions need update" id=6Gr4z namespace=openshift-openstack-infra time="2024-07-20T16:38:41Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=2ahBk namespace=openshift-oauth-apiserver time="2024-07-20T16:38:41Z" level=info msg="resolving sources" id=L858Y namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:38:41Z" level=info msg="checking if subscriptions need update" id=L858Y namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:38:41Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=6Gr4z namespace=openshift-openstack-infra time="2024-07-20T16:38:41Z" level=info msg="resolving sources" id=qcSVs namespace=openshift-operators time="2024-07-20T16:38:41Z" level=info msg="checking if subscriptions need update" id=qcSVs namespace=openshift-operators time="2024-07-20T16:38:41Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=L858Y namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:38:41Z" level=info msg="resolving sources" id=y4rZc namespace=openshift-ovirt-infra time="2024-07-20T16:38:41Z" level=info msg="checking if subscriptions need update" id=y4rZc namespace=openshift-ovirt-infra time="2024-07-20T16:38:41Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=qcSVs namespace=openshift-operators time="2024-07-20T16:38:41Z" level=info msg="resolving sources" id=RjPnj namespace=openshift-ovn-kubernetes time="2024-07-20T16:38:41Z" level=info msg="checking if subscriptions need update" id=RjPnj namespace=openshift-ovn-kubernetes time="2024-07-20T16:38:41Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=y4rZc namespace=openshift-ovirt-infra time="2024-07-20T16:38:41Z" level=info msg="resolving sources" id=0wrqE namespace=openshift-route-controller-manager time="2024-07-20T16:38:41Z" level=info msg="checking if subscriptions need update" id=0wrqE namespace=openshift-route-controller-manager time="2024-07-20T16:38:42Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=RjPnj namespace=openshift-ovn-kubernetes time="2024-07-20T16:38:42Z" level=info msg="resolving sources" id=IEHdY namespace=openshift-service-ca time="2024-07-20T16:38:42Z" level=info msg="checking if subscriptions need update" id=IEHdY namespace=openshift-service-ca time="2024-07-20T16:38:42Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=0wrqE namespace=openshift-route-controller-manager time="2024-07-20T16:38:42Z" level=info msg="resolving sources" id=lakDc namespace=openshift-service-ca-operator time="2024-07-20T16:38:42Z" level=info msg="checking if subscriptions need update" id=lakDc namespace=openshift-service-ca-operator time="2024-07-20T16:38:42Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=IEHdY namespace=openshift-service-ca time="2024-07-20T16:38:42Z" level=info msg="resolving sources" id=hRB6q namespace=openshift-user-workload-monitoring time="2024-07-20T16:38:42Z" level=info msg="checking if subscriptions need update" id=hRB6q namespace=openshift-user-workload-monitoring time="2024-07-20T16:38:42Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=lakDc namespace=openshift-service-ca-operator time="2024-07-20T16:38:42Z" level=info msg="resolving sources" id=VA+re namespace=openshift-vsphere-infra time="2024-07-20T16:38:42Z" level=info msg="checking if subscriptions need update" id=VA+re namespace=openshift-vsphere-infra time="2024-07-20T16:38:42Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=hRB6q namespace=openshift-user-workload-monitoring time="2024-07-20T16:38:42Z" level=info msg="resolving sources" id=/4MNe namespace=openshift-monitoring time="2024-07-20T16:38:42Z" level=info msg="checking if subscriptions need update" id=/4MNe namespace=openshift-monitoring time="2024-07-20T16:38:43Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=VA+re namespace=openshift-vsphere-infra time="2024-07-20T16:38:43Z" level=info msg="resolving sources" id=oxV0G namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:38:43Z" level=info msg="checking if subscriptions need update" id=oxV0G namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:38:43Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=/4MNe namespace=openshift-monitoring time="2024-07-20T16:38:43Z" level=info msg="resolving sources" id=m8rFc namespace=openshift-operators time="2024-07-20T16:38:43Z" level=info msg="checking if subscriptions need update" id=m8rFc namespace=openshift-operators time="2024-07-20T16:38:43Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=oxV0G namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:38:43Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=m8rFc namespace=openshift-operators time="2024-07-20T16:38:45Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:45Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=42DBF time="2024-07-20T16:38:46Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42DBF time="2024-07-20T16:38:46Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kdK0H time="2024-07-20T16:38:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=wImcY time="2024-07-20T16:38:48Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wImcY time="2024-07-20T16:38:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:49Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:49Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P12l8 time="2024-07-20T16:38:50Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nUOPN time="2024-07-20T16:38:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:50Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Id7k+ time="2024-07-20T16:38:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=/Y0mI time="2024-07-20T16:38:51Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=YxgZn time="2024-07-20T16:38:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:53Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Y0mI time="2024-07-20T16:38:53Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YxgZn time="2024-07-20T16:38:53Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:53Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:53Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Klcuu time="2024-07-20T16:38:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:55Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:55Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:55Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:55Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KwwY2 time="2024-07-20T16:38:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:55Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:55Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Klcuu time="2024-07-20T16:38:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=mz8dA time="2024-07-20T16:38:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:57Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kKEEg time="2024-07-20T16:38:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:57Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:38:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mz8dA time="2024-07-20T16:39:45Z" level=info msg="resolving sources" id=0AEjt namespace=openshift-console time="2024-07-20T16:39:45Z" level=info msg="checking if subscriptions need update" id=0AEjt namespace=openshift-console time="2024-07-20T16:39:45Z" level=info msg="No subscriptions were found in namespace openshift-console" id=0AEjt namespace=openshift-console time="2024-07-20T16:39:45Z" level=info msg="resolving sources" id=2GEhW namespace=openshift-console-operator time="2024-07-20T16:39:45Z" level=info msg="checking if subscriptions need update" id=2GEhW namespace=openshift-console-operator time="2024-07-20T16:39:45Z" level=info msg="resolving sources" id=Vptwd namespace=openshift-console time="2024-07-20T16:39:45Z" level=info msg="checking if subscriptions need update" id=Vptwd namespace=openshift-console time="2024-07-20T16:39:45Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=2GEhW namespace=openshift-console-operator time="2024-07-20T16:39:45Z" level=info msg="No subscriptions were found in namespace openshift-console" id=Vptwd namespace=openshift-console time="2024-07-20T16:39:45Z" level=info msg="resolving sources" id=A5p79 namespace=openshift-console-operator time="2024-07-20T16:39:45Z" level=info msg="checking if subscriptions need update" id=A5p79 namespace=openshift-console-operator time="2024-07-20T16:39:45Z" level=info msg="resolving sources" id=thDx7 namespace=openshift-console-user-settings time="2024-07-20T16:39:45Z" level=info msg="checking if subscriptions need update" id=thDx7 namespace=openshift-console-user-settings time="2024-07-20T16:39:45Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=A5p79 namespace=openshift-console-operator time="2024-07-20T16:39:45Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=thDx7 namespace=openshift-console-user-settings time="2024-07-20T16:39:45Z" level=info msg="resolving sources" id=sYSi/ namespace=openshift-console-user-settings time="2024-07-20T16:39:45Z" level=info msg="checking if subscriptions need update" id=sYSi/ namespace=openshift-console-user-settings time="2024-07-20T16:39:45Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=sYSi/ namespace=openshift-console-user-settings time="2024-07-20T16:40:40Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:40Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:40Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"120MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"community-operators\",\n- \tDeprecatedServiceAccount: \"community-operators\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-92-157.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"community-operators-dockercfg-ntgzk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=false id=GTgV0 time="2024-07-20T16:40:40Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"40MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"certified-operators\",\n- \tDeprecatedServiceAccount: \"certified-operators\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-92-157.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"certified-operators-dockercfg-jc7cg\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=false id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"120MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qzc2x\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"community-operators\",\n- \tDeprecatedServiceAccount: \"community-operators\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-92-157.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"community-operators-dockercfg-ntgzk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=community-operators-zczvk current-pod.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="deleting current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 pod.name=community-operators-zczvk pod.namespace=openshift-marketplace time="2024-07-20T16:40:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"40MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-g6mn9\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"certified-operators\",\n- \tDeprecatedServiceAccount: \"certified-operators\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-92-157.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"certified-operators-dockercfg-jc7cg\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=certified-operators-snjwj current-pod.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="deleting current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR pod.name=certified-operators-snjwj pod.namespace=openshift-marketplace time="2024-07-20T16:40:41Z" level=info msg="creating desired pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:40:41Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=IDLE" time="2024-07-20T16:40:41Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=CONNECTING" time="2024-07-20T16:40:41Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=TRANSIENT_FAILURE" time="2024-07-20T16:40:41Z" level=info msg="creating desired pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:40:41Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=IDLE" time="2024-07-20T16:40:41Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=CONNECTING" time="2024-07-20T16:40:41Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=TRANSIENT_FAILURE" time="2024-07-20T16:40:41Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=s3BsR time="2024-07-20T16:40:41Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GTgV0 time="2024-07-20T16:40:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:42Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"20MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"20Mi\", Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"redhat-marketplace\",\n- \tDeprecatedServiceAccount: \"redhat-marketplace\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-56-30.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"redhat-marketplace-dockercfg-l6nlk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=false id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:42Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"30MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"30Mi\", Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"redhat-operators\",\n- \tDeprecatedServiceAccount: \"redhat-operators\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-56-30.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"redhat-operators-dockercfg-cb4hq\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:42Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=false id=of96h time="2024-07-20T16:40:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:43Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"20MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"20Mi\", Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zlmv2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"redhat-marketplace\",\n- \tDeprecatedServiceAccount: \"redhat-marketplace\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-56-30.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"redhat-marketplace-dockercfg-l6nlk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:43Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-marketplace-nzjv8 current-pod.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:43Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:43Z" level=info msg="deleting current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD pod.name=redhat-marketplace-nzjv8 pod.namespace=openshift-marketplace time="2024-07-20T16:40:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:43Z" level=info msg="pod spec diff: v1.PodSpec{\n \tVolumes: []v1.Volume{\n \t\t{Name: \"utilities\", VolumeSource: {EmptyDir: &{}}},\n \t\t{Name: \"catalog-content\", VolumeSource: {EmptyDir: &{}}},\n- \t\t{\n- \t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\tVolumeSource: v1.VolumeSource{\n- \t\t\t\tProjected: s\"&ProjectedVolumeSource{Sources:[]VolumeProjection{VolumeProjecti\"...,\n- \t\t\t},\n- \t\t},\n \t},\n \tInitContainers: []v1.Container{\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n- \t\t\tImagePullPolicy: \"IfNotPresent\",\n+ \t\t\tImagePullPolicy: \"\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t\t{\n \t\t\t... // 9 identical fields\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"utilities\", MountPath: \"/utilities\"},\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: nil,\n \t\t\tReadinessProbe: nil,\n \t\t\tStartupProbe: nil,\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n- \t\t\tSecurityContext: s\"&SecurityContext{Capabilities:&Capabilities{Add:[],Drop:[ALL],},Privileged:nil,SELinuxOptions:nil,RunAsUser:*1000240000,RunAsNonRoot:*true,ReadOnlyRootFilesystem:nil,AllowPrivilegeEscalation:*false,RunAsGroup:nil,ProcMount:nil,WindowsOptions:nil,SeccompPro\"...,\n+ \t\t\tSecurityContext: nil,\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: {\"serve\", \"/extracted-catalog/catalog\", \"--cache-dir=/extracted-catalog/cache\"},\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: {{Name: \"GOMEMLIMIT\", Value: \"30MiB\"}},\n \t\t\tResources: v1.ResourceRequirements{\n- \t\t\t\tLimits: nil,\n+ \t\t\t\tLimits: v1.ResourceList{},\n \t\t\t\tRequests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"30Mi\", Format: \"BinarySI\"}},\n \t\t\t\tClaims: nil,\n \t\t\t},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n \t\t\tVolumeMounts: []v1.VolumeMount{\n \t\t\t\t{Name: \"catalog-content\", MountPath: \"/extracted-catalog\"},\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-zkxvg\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n \t\t\t},\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\tWindowsOptions: nil,\n- \t\t\t\tRunAsUser: &1000240000,\n+ \t\t\t\tRunAsUser: nil,\n \t\t\t\tRunAsGroup: nil,\n- \t\t\t\tRunAsNonRoot: &true,\n+ \t\t\t\tRunAsNonRoot: nil,\n \t\t\t\tReadOnlyRootFilesystem: &false,\n \t\t\t\tAllowPrivilegeEscalation: &false,\n \t\t\t\t... // 2 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\", \"node-role.kubernetes.io/master\": \"\"},\n \tServiceAccountName: \"redhat-operators\",\n- \tDeprecatedServiceAccount: \"redhat-operators\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-56-30.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n \tSecurityContext: &v1.PodSecurityContext{\n- \t\tSELinuxOptions: s\"&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,}\",\n+ \t\tSELinuxOptions: nil,\n \t\tWindowsOptions: nil,\n \t\tRunAsUser: nil,\n \t\tRunAsGroup: nil,\n \t\tRunAsNonRoot: nil,\n \t\tSupplementalGroups: nil,\n- \t\tFSGroup: &1000240000,\n+ \t\tFSGroup: nil,\n \t\tSysctls: nil,\n \t\tFSGroupChangePolicy: nil,\n \t\tSeccompProfile: &{Type: \"RuntimeDefault\"},\n \t},\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"redhat-operators-dockercfg-cb4hq\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n \tTolerations: []v1.Toleration{\n \t\t{Key: \"node-role.kubernetes.io/master\", Operator: \"Exists\", Effect: \"NoSchedule\"},\n \t\t{Key: \"node.kubernetes.io/unreachable\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n \t\t{Key: \"node.kubernetes.io/not-ready\", Operator: \"Exists\", Effect: \"NoExecute\", TolerationSeconds: &120},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n \t},\n \tHostAliases: nil,\n \tPriorityClassName: \"system-cluster-critical\",\n- \tPriority: &2000000000,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:43Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=redhat-operators-mc552 current-pod.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:43Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:43Z" level=info msg="deleting current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h pod.name=redhat-operators-mc552 pod.namespace=openshift-marketplace time="2024-07-20T16:40:43Z" level=info msg="creating desired pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:40:43Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=IDLE" time="2024-07-20T16:40:43Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=CONNECTING" time="2024-07-20T16:40:43Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=TRANSIENT_FAILURE" time="2024-07-20T16:40:43Z" level=info msg="creating desired pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h pod.name= pod.namespace=openshift-marketplace time="2024-07-20T16:40:43Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=IDLE" time="2024-07-20T16:40:43Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=CONNECTING" time="2024-07-20T16:40:43Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=TRANSIENT_FAILURE" time="2024-07-20T16:40:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AYdtD time="2024-07-20T16:40:44Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="multiple pods found for selector" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h selector="olm.catalogSource=redhat-operators" time="2024-07-20T16:40:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=of96h time="2024-07-20T16:40:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:44Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:45Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=wJCuH time="2024-07-20T16:40:45Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:45Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:46Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k5QtA time="2024-07-20T16:40:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:46Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=wJCuH time="2024-07-20T16:40:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:47Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=YUiYn time="2024-07-20T16:40:47Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:47Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YUiYn time="2024-07-20T16:40:48Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jb0BR time="2024-07-20T16:40:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:48Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=avmMb time="2024-07-20T16:40:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:50Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avmMb time="2024-07-20T16:40:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KBXFb time="2024-07-20T16:40:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=QVYRb time="2024-07-20T16:40:51Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=e1DqC time="2024-07-20T16:40:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QVYRb time="2024-07-20T16:40:52Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:52Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:52Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:53Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:53Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:53Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5BHjd time="2024-07-20T16:40:53Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:53Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:53Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Sc9w6 time="2024-07-20T16:40:53Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:53Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:54Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=READY" time="2024-07-20T16:40:54Z" level=info msg="resolving sources" id=89Z7W namespace=openshift-marketplace time="2024-07-20T16:40:54Z" level=info msg="checking if subscriptions need update" id=89Z7W namespace=openshift-marketplace time="2024-07-20T16:40:54Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=89Z7W namespace=openshift-marketplace time="2024-07-20T16:40:54Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=READY" time="2024-07-20T16:40:54Z" level=info msg="resolving sources" id=hZ3LU namespace=openshift-marketplace time="2024-07-20T16:40:54Z" level=info msg="checking if subscriptions need update" id=hZ3LU namespace=openshift-marketplace time="2024-07-20T16:40:54Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=hZ3LU namespace=openshift-marketplace time="2024-07-20T16:40:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:54Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5BHjd time="2024-07-20T16:40:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:54Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=h+QGX time="2024-07-20T16:40:54Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:54Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=BybQa time="2024-07-20T16:40:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:55Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:55Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:55Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:55Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=h+QGX time="2024-07-20T16:40:55Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:55Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:56Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=READY" time="2024-07-20T16:40:56Z" level=info msg="resolving sources" id=YsejZ namespace=openshift-marketplace time="2024-07-20T16:40:56Z" level=info msg="checking if subscriptions need update" id=YsejZ namespace=openshift-marketplace time="2024-07-20T16:40:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BybQa time="2024-07-20T16:40:56Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=YsejZ namespace=openshift-marketplace time="2024-07-20T16:40:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:56Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:56Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:56Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=oe/BV time="2024-07-20T16:40:56Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:56Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=xUZyt time="2024-07-20T16:40:57Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:57Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oe/BV time="2024-07-20T16:40:57Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:57Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:58Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xUZyt time="2024-07-20T16:40:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:58Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:58Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:58Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Nl4x6 time="2024-07-20T16:40:58Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:58Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=CQ+Wo time="2024-07-20T16:40:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:40:59Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:59Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:59Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Nl4x6 time="2024-07-20T16:40:59Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:40:59Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:41:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:41:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:41:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:41:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CQ+Wo time="2024-07-20T16:41:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:00Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Pt1A8 time="2024-07-20T16:41:00Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:00Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:01Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=x59sj time="2024-07-20T16:41:01Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:01Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:01Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:01Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:01Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:01Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pt1A8 time="2024-07-20T16:41:01Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:01Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:02Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=x59sj time="2024-07-20T16:41:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=40BVp time="2024-07-20T16:41:03Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:03Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:03Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:03Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:03Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pCMLG time="2024-07-20T16:41:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:04Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:04Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=40BVp time="2024-07-20T16:41:04Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:04Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:05Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/XwRb time="2024-07-20T16:41:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:06Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=GD40/ time="2024-07-20T16:41:14Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=READY" time="2024-07-20T16:41:14Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="resolving sources" id=mdgK/ namespace=openshift-marketplace time="2024-07-20T16:41:14Z" level=info msg="checking if subscriptions need update" id=mdgK/ namespace=openshift-marketplace time="2024-07-20T16:41:14Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=mdgK/ namespace=openshift-marketplace time="2024-07-20T16:41:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=a0M42 time="2024-07-20T16:41:14Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=0foVq time="2024-07-20T16:41:14Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:41:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=0foVq time="2024-07-20T16:42:35Z" level=info msg="resolving sources" id=egYbr namespace=openshift-monitoring time="2024-07-20T16:42:35Z" level=info msg="checking if subscriptions need update" id=egYbr namespace=openshift-monitoring time="2024-07-20T16:42:35Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=egYbr namespace=openshift-monitoring time="2024-07-20T16:42:35Z" level=info msg="resolving sources" id=EDFwG namespace=openshift-console-operator time="2024-07-20T16:42:35Z" level=info msg="checking if subscriptions need update" id=EDFwG namespace=openshift-console-operator time="2024-07-20T16:42:35Z" level=info msg="resolving sources" id=QKvnO namespace=openshift-console time="2024-07-20T16:42:35Z" level=info msg="checking if subscriptions need update" id=QKvnO namespace=openshift-console time="2024-07-20T16:42:35Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=EDFwG namespace=openshift-console-operator time="2024-07-20T16:42:35Z" level=info msg="No subscriptions were found in namespace openshift-console" id=QKvnO namespace=openshift-console 2024/07/20 16:43:40 http: TLS handshake error from 10.131.0.10:34542: tls: failed to verify certificate: x509: certificate signed by unknown authority time="2024-07-20T16:47:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=0AodD time="2024-07-20T16:47:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0AodD time="2024-07-20T16:47:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:47:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ziCVq time="2024-07-20T16:48:26Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="catalog update required at 2024-07-20 16:48:26.483464531 +0000 UTC m=+1329.439886230" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NB6Up time="2024-07-20T16:48:26Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IhFxY time="2024-07-20T16:48:26Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:26Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tu3j5 time="2024-07-20T16:48:27Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:27Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IZyqS time="2024-07-20T16:48:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=prYDb time="2024-07-20T16:48:29Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=prYDb time="2024-07-20T16:48:29Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:29Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=FC54i time="2024-07-20T16:48:30Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FC54i time="2024-07-20T16:48:36Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=adrDI time="2024-07-20T16:48:36Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:36Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=adrDI time="2024-07-20T16:48:37Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=zojdI time="2024-07-20T16:48:37Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="catalog update required at 2024-07-20 16:48:37.110464454 +0000 UTC m=+1340.066886153" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zojdI time="2024-07-20T16:48:37Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:37Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:37Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:37Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:37Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=31ago time="2024-07-20T16:48:37Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:37Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:38Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:38Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:38Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=hJh38 time="2024-07-20T16:48:38Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:38Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=31ago time="2024-07-20T16:48:38Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"community-operators\": the object has been modified; please apply your changes to the latest version and try again" id=31ago E0720 16:48:38.723890 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/community-operators"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "community-operators": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T16:48:38Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:38Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:39Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hJh38 time="2024-07-20T16:48:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:40Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:40Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:40Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OlZo/ time="2024-07-20T16:48:40Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:40Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:41Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=g79FD time="2024-07-20T16:48:41Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:41Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:41Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5yVs1 time="2024-07-20T16:48:41Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:41Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g79FD time="2024-07-20T16:48:42Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:42Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:43Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:43Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:43Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=i7g29 time="2024-07-20T16:48:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=icwo6 time="2024-07-20T16:48:47Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GR3zb time="2024-07-20T16:48:48Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Pfni+ time="2024-07-20T16:48:48Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wpZX7 time="2024-07-20T16:48:51Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=tux8V time="2024-07-20T16:48:51Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tux8V time="2024-07-20T16:48:51Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pQaYs time="2024-07-20T16:48:51Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:51Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:52Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=tH/y0 time="2024-07-20T16:48:52Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:52Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:53Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=g0Bso time="2024-07-20T16:48:56Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:48:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WtRaI time="2024-07-20T16:49:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="catalog update required at 2024-07-20 16:49:00.686096186 +0000 UTC m=+1363.642517885" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sBsNX time="2024-07-20T16:49:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HHLOV time="2024-07-20T16:49:00Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"redhat-marketplace\": the object has been modified; please apply your changes to the latest version and try again" id=HHLOV E0720 16:49:00.868127 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/redhat-marketplace"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "redhat-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T16:49:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RpE3E time="2024-07-20T16:49:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ksAQo time="2024-07-20T16:49:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kEm5T time="2024-07-20T16:49:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fuZW+ time="2024-07-20T16:49:04Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:04Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D+eSs time="2024-07-20T16:49:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:06Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZEgrj time="2024-07-20T16:49:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=u05iK time="2024-07-20T16:49:10Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=u05iK time="2024-07-20T16:49:11Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fCiDn time="2024-07-20T16:49:11Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Z6foy time="2024-07-20T16:49:11Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:11Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=1gndB time="2024-07-20T16:49:12Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:13Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1gndB time="2024-07-20T16:49:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z1Qea time="2024-07-20T16:49:14Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:14Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:14Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=98t8j time="2024-07-20T16:49:14Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:14Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:15Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:15Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=98t8j time="2024-07-20T16:49:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:16Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:16Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YpL6n time="2024-07-20T16:49:31Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:49:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vjPdz time="2024-07-20T16:52:00Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XN9BL time="2024-07-20T16:52:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8lRkm time="2024-07-20T16:52:00Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:00Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:01Z" level=info msg="catalog update required at 2024-07-20 16:52:01.916966201 +0000 UTC m=+1544.873387900" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:02Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:02Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:02Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UIKmB time="2024-07-20T16:52:02Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XFMfV time="2024-07-20T16:52:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:03Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=LabY7 time="2024-07-20T16:52:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mHGCE time="2024-07-20T16:52:04Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:04Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:05Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kmi1o time="2024-07-20T16:52:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:06Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=f96Zv time="2024-07-20T16:52:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:07Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CZFdT time="2024-07-20T16:52:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:08Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mCiXP time="2024-07-20T16:52:12Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:12Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SJFP8 time="2024-07-20T16:52:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Z6a5h time="2024-07-20T16:52:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:14Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yGDGz time="2024-07-20T16:52:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=L86iB time="2024-07-20T16:52:15Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L86iB time="2024-07-20T16:52:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+u3Q/ time="2024-07-20T16:52:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:17Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:17Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hsf0b time="2024-07-20T16:52:23Z" level=info msg="resolving sources" id=ItmEh namespace=openshift-monitoring time="2024-07-20T16:52:23Z" level=info msg="checking if subscriptions need update" id=ItmEh namespace=openshift-monitoring time="2024-07-20T16:52:23Z" level=info msg="resolving sources" id=QtDKz namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:52:23Z" level=info msg="checking if subscriptions need update" id=QtDKz namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:52:23Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=ItmEh namespace=openshift-monitoring time="2024-07-20T16:52:23Z" level=info msg="resolving sources" id=69p0E namespace=openshift-operators time="2024-07-20T16:52:23Z" level=info msg="checking if subscriptions need update" id=69p0E namespace=openshift-operators time="2024-07-20T16:52:23Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=QtDKz namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:52:23Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=69p0E namespace=openshift-operators time="2024-07-20T16:52:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:52:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=SFoXj time="2024-07-20T16:54:22Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5bQH4 time="2024-07-20T16:54:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=evfCu time="2024-07-20T16:54:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sz7ja time="2024-07-20T16:54:22Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:22Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:23Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evfCu time="2024-07-20T16:54:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:23Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=+rCdC time="2024-07-20T16:54:23Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:23Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:24Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+rCdC time="2024-07-20T16:54:35Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhqQy time="2024-07-20T16:54:35Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:35Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:36Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Q9ETS time="2024-07-20T16:54:36Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:36Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:37Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8z1Xm time="2024-07-20T16:54:37Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:54:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f3y5t time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=zqMCU namespace=openshift-ovirt-infra time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=zqMCU namespace=openshift-ovirt-infra time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=Ka2nE namespace=openshift-cloud-platform-infra time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=Ka2nE namespace=openshift-cloud-platform-infra time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=Ka2nE namespace=openshift-cloud-platform-infra time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=zqMCU namespace=openshift-ovirt-infra time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=ZEuli namespace=openshift-host-network time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=ZEuli namespace=openshift-host-network time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=GoZzn namespace=openshift-config-operator time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=GoZzn namespace=openshift-config-operator time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=GoZzn namespace=openshift-config-operator time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=7h9MM namespace=openshift-infra time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=7h9MM namespace=openshift-infra time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=ZEuli namespace=openshift-host-network time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=LtpG0 namespace=openshift-console-user-settings time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=LtpG0 namespace=openshift-console-user-settings time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=7h9MM namespace=openshift-infra time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=2lwoq namespace=openshift-authentication time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=2lwoq namespace=openshift-authentication time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=2lwoq namespace=openshift-authentication time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=VEIz3 namespace=openshift-e2e-loki time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=VEIz3 namespace=openshift-e2e-loki time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=VEIz3 namespace=openshift-e2e-loki time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=omUEw namespace=openshift-user-workload-monitoring time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=omUEw namespace=openshift-user-workload-monitoring time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=LtpG0 namespace=openshift-console-user-settings time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=7tAzv namespace=openshift-vsphere-infra time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=7tAzv namespace=openshift-vsphere-infra time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=omUEw namespace=openshift-user-workload-monitoring time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=tVBBT namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=tVBBT namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=7tAzv namespace=openshift-vsphere-infra time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=kHIdW namespace=openshift-kube-apiserver-operator time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=kHIdW namespace=openshift-kube-apiserver-operator time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=tVBBT namespace=openshift-cloud-controller-manager-operator time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=McoQy namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=McoQy namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:55:50Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=kHIdW namespace=openshift-kube-apiserver-operator time="2024-07-20T16:55:50Z" level=info msg="resolving sources" id=hHoOq namespace=openshift time="2024-07-20T16:55:50Z" level=info msg="checking if subscriptions need update" id=hHoOq namespace=openshift time="2024-07-20T16:55:51Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=McoQy namespace=openshift-operator-lifecycle-manager time="2024-07-20T16:55:51Z" level=info msg="resolving sources" id=TDKHq namespace=openshift-operators time="2024-07-20T16:55:51Z" level=info msg="checking if subscriptions need update" id=TDKHq namespace=openshift-operators time="2024-07-20T16:55:51Z" level=info msg="No subscriptions were found in namespace openshift" id=hHoOq namespace=openshift time="2024-07-20T16:55:51Z" level=info msg="resolving sources" id=8+P/Q namespace=openshift-route-controller-manager time="2024-07-20T16:55:51Z" level=info msg="checking if subscriptions need update" id=8+P/Q namespace=openshift-route-controller-manager time="2024-07-20T16:55:51Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=TDKHq namespace=openshift-operators time="2024-07-20T16:55:51Z" level=info msg="resolving sources" id=+0y1X namespace=openshift-cluster-machine-approver time="2024-07-20T16:55:51Z" level=info msg="checking if subscriptions need update" id=+0y1X namespace=openshift-cluster-machine-approver time="2024-07-20T16:55:51Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=8+P/Q namespace=openshift-route-controller-manager time="2024-07-20T16:55:51Z" level=info msg="resolving sources" id=C5L3z namespace=openshift-dns-operator time="2024-07-20T16:55:51Z" level=info msg="checking if subscriptions need update" id=C5L3z namespace=openshift-dns-operator time="2024-07-20T16:55:51Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=+0y1X namespace=openshift-cluster-machine-approver time="2024-07-20T16:55:51Z" level=info msg="resolving sources" id=mPyP0 namespace=openshift-image-registry time="2024-07-20T16:55:51Z" level=info msg="checking if subscriptions need update" id=mPyP0 namespace=openshift-image-registry time="2024-07-20T16:55:52Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=C5L3z namespace=openshift-dns-operator time="2024-07-20T16:55:52Z" level=info msg="resolving sources" id=o1uWX namespace=openshift-nutanix-infra time="2024-07-20T16:55:52Z" level=info msg="checking if subscriptions need update" id=o1uWX namespace=openshift-nutanix-infra time="2024-07-20T16:55:52Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=mPyP0 namespace=openshift-image-registry time="2024-07-20T16:55:52Z" level=info msg="resolving sources" id=DP7+u namespace=openshift-cluster-version time="2024-07-20T16:55:52Z" level=info msg="checking if subscriptions need update" id=DP7+u namespace=openshift-cluster-version time="2024-07-20T16:55:52Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=o1uWX namespace=openshift-nutanix-infra time="2024-07-20T16:55:52Z" level=info msg="resolving sources" id=9E1pm namespace=openshift-kube-scheduler time="2024-07-20T16:55:52Z" level=info msg="checking if subscriptions need update" id=9E1pm namespace=openshift-kube-scheduler time="2024-07-20T16:55:52Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=DP7+u namespace=openshift-cluster-version time="2024-07-20T16:55:52Z" level=info msg="resolving sources" id=j05Ep namespace=openshift-network-operator time="2024-07-20T16:55:52Z" level=info msg="checking if subscriptions need update" id=j05Ep namespace=openshift-network-operator time="2024-07-20T16:55:52Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=9E1pm namespace=openshift-kube-scheduler time="2024-07-20T16:55:52Z" level=info msg="resolving sources" id=oTdCH namespace=openshift-etcd-operator time="2024-07-20T16:55:52Z" level=info msg="checking if subscriptions need update" id=oTdCH namespace=openshift-etcd-operator time="2024-07-20T16:55:53Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=j05Ep namespace=openshift-network-operator time="2024-07-20T16:55:53Z" level=info msg="resolving sources" id=WE98q namespace=openshift-service-ca-operator time="2024-07-20T16:55:53Z" level=info msg="checking if subscriptions need update" id=WE98q namespace=openshift-service-ca-operator time="2024-07-20T16:55:53Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=oTdCH namespace=openshift-etcd-operator time="2024-07-20T16:55:53Z" level=info msg="resolving sources" id=p6d+B namespace=openshift-node time="2024-07-20T16:55:53Z" level=info msg="checking if subscriptions need update" id=p6d+B namespace=openshift-node time="2024-07-20T16:55:53Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=WE98q namespace=openshift-service-ca-operator time="2024-07-20T16:55:53Z" level=info msg="resolving sources" id=10mZm namespace=openshift-console time="2024-07-20T16:55:53Z" level=info msg="checking if subscriptions need update" id=10mZm namespace=openshift-console time="2024-07-20T16:55:53Z" level=info msg="No subscriptions were found in namespace openshift-node" id=p6d+B namespace=openshift-node time="2024-07-20T16:55:53Z" level=info msg="resolving sources" id=fqOSg namespace=openshift-etcd time="2024-07-20T16:55:53Z" level=info msg="checking if subscriptions need update" id=fqOSg namespace=openshift-etcd time="2024-07-20T16:55:53Z" level=info msg="No subscriptions were found in namespace openshift-console" id=10mZm namespace=openshift-console time="2024-07-20T16:55:53Z" level=info msg="resolving sources" id=pWCIg namespace=openshift-kube-scheduler-operator time="2024-07-20T16:55:53Z" level=info msg="checking if subscriptions need update" id=pWCIg namespace=openshift-kube-scheduler-operator time="2024-07-20T16:55:54Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=fqOSg namespace=openshift-etcd time="2024-07-20T16:55:54Z" level=info msg="resolving sources" id=xPrxJ namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:55:54Z" level=info msg="checking if subscriptions need update" id=xPrxJ namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:55:54Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=pWCIg namespace=openshift-kube-scheduler-operator time="2024-07-20T16:55:54Z" level=info msg="resolving sources" id=POCah namespace=openshift-machine-api time="2024-07-20T16:55:54Z" level=info msg="checking if subscriptions need update" id=POCah namespace=openshift-machine-api time="2024-07-20T16:55:54Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=xPrxJ namespace=openshift-kube-storage-version-migrator time="2024-07-20T16:55:54Z" level=info msg="resolving sources" id=7RSRo namespace=kube-public time="2024-07-20T16:55:54Z" level=info msg="checking if subscriptions need update" id=7RSRo namespace=kube-public time="2024-07-20T16:55:54Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=POCah namespace=openshift-machine-api time="2024-07-20T16:55:54Z" level=info msg="resolving sources" id=DPaTj namespace=openshift-authentication-operator time="2024-07-20T16:55:54Z" level=info msg="checking if subscriptions need update" id=DPaTj namespace=openshift-authentication-operator time="2024-07-20T16:55:54Z" level=info msg="No subscriptions were found in namespace kube-public" id=7RSRo namespace=kube-public time="2024-07-20T16:55:54Z" level=info msg="resolving sources" id=5y5u0 namespace=openshift-config time="2024-07-20T16:55:54Z" level=info msg="checking if subscriptions need update" id=5y5u0 namespace=openshift-config time="2024-07-20T16:55:55Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=DPaTj namespace=openshift-authentication-operator time="2024-07-20T16:55:55Z" level=info msg="resolving sources" id=EM5vR namespace=openshift-machine-config-operator time="2024-07-20T16:55:55Z" level=info msg="checking if subscriptions need update" id=EM5vR namespace=openshift-machine-config-operator time="2024-07-20T16:55:55Z" level=info msg="No subscriptions were found in namespace openshift-config" id=5y5u0 namespace=openshift-config time="2024-07-20T16:55:55Z" level=info msg="resolving sources" id=J9Efs namespace=openshift-ingress time="2024-07-20T16:55:55Z" level=info msg="checking if subscriptions need update" id=J9Efs namespace=openshift-ingress time="2024-07-20T16:55:55Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=EM5vR namespace=openshift-machine-config-operator time="2024-07-20T16:55:55Z" level=info msg="resolving sources" id=b55nH namespace=openshift-insights time="2024-07-20T16:55:55Z" level=info msg="checking if subscriptions need update" id=b55nH namespace=openshift-insights time="2024-07-20T16:55:55Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=J9Efs namespace=openshift-ingress time="2024-07-20T16:55:55Z" level=info msg="resolving sources" id=nEuHc namespace=openshift-multus time="2024-07-20T16:55:55Z" level=info msg="checking if subscriptions need update" id=nEuHc namespace=openshift-multus time="2024-07-20T16:55:55Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=b55nH namespace=openshift-insights time="2024-07-20T16:55:55Z" level=info msg="resolving sources" id=qK7mN namespace=openshift-cluster-samples-operator time="2024-07-20T16:55:55Z" level=info msg="checking if subscriptions need update" id=qK7mN namespace=openshift-cluster-samples-operator time="2024-07-20T16:55:56Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=nEuHc namespace=openshift-multus time="2024-07-20T16:55:56Z" level=info msg="resolving sources" id=V5w1C namespace=openshift-kube-apiserver time="2024-07-20T16:55:56Z" level=info msg="checking if subscriptions need update" id=V5w1C namespace=openshift-kube-apiserver time="2024-07-20T16:55:56Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=qK7mN namespace=openshift-cluster-samples-operator time="2024-07-20T16:55:56Z" level=info msg="resolving sources" id=0naIx namespace=openshift-network-node-identity time="2024-07-20T16:55:56Z" level=info msg="checking if subscriptions need update" id=0naIx namespace=openshift-network-node-identity time="2024-07-20T16:55:56Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=V5w1C namespace=openshift-kube-apiserver time="2024-07-20T16:55:56Z" level=info msg="resolving sources" id=0zV30 namespace=openshift-oauth-apiserver time="2024-07-20T16:55:56Z" level=info msg="checking if subscriptions need update" id=0zV30 namespace=openshift-oauth-apiserver time="2024-07-20T16:55:56Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=0naIx namespace=openshift-network-node-identity time="2024-07-20T16:55:56Z" level=info msg="resolving sources" id=z45ks namespace=kube-system time="2024-07-20T16:55:56Z" level=info msg="checking if subscriptions need update" id=z45ks namespace=kube-system time="2024-07-20T16:55:56Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=0zV30 namespace=openshift-oauth-apiserver time="2024-07-20T16:55:56Z" level=info msg="resolving sources" id=A1ziG namespace=openshift-config-managed time="2024-07-20T16:55:56Z" level=info msg="checking if subscriptions need update" id=A1ziG namespace=openshift-config-managed time="2024-07-20T16:55:57Z" level=info msg="No subscriptions were found in namespace kube-system" id=z45ks namespace=kube-system time="2024-07-20T16:55:57Z" level=info msg="resolving sources" id=Ewb4i namespace=openshift-ingress-canary time="2024-07-20T16:55:57Z" level=info msg="checking if subscriptions need update" id=Ewb4i namespace=openshift-ingress-canary time="2024-07-20T16:55:57Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=A1ziG namespace=openshift-config-managed time="2024-07-20T16:55:57Z" level=info msg="resolving sources" id=pX+Pj namespace=openshift-console-operator time="2024-07-20T16:55:57Z" level=info msg="checking if subscriptions need update" id=pX+Pj namespace=openshift-console-operator time="2024-07-20T16:55:57Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=Ewb4i namespace=openshift-ingress-canary time="2024-07-20T16:55:57Z" level=info msg="resolving sources" id=V35XT namespace=openshift-cloud-controller-manager time="2024-07-20T16:55:57Z" level=info msg="checking if subscriptions need update" id=V35XT namespace=openshift-cloud-controller-manager time="2024-07-20T16:55:57Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=pX+Pj namespace=openshift-console-operator time="2024-07-20T16:55:57Z" level=info msg="resolving sources" id=K4imY namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:55:57Z" level=info msg="checking if subscriptions need update" id=K4imY namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:55:57Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=V35XT namespace=openshift-cloud-controller-manager time="2024-07-20T16:55:57Z" level=info msg="resolving sources" id=9Gmzm namespace=kube-node-lease time="2024-07-20T16:55:57Z" level=info msg="checking if subscriptions need update" id=9Gmzm namespace=kube-node-lease time="2024-07-20T16:55:58Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=K4imY namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T16:55:58Z" level=info msg="resolving sources" id=k3itR namespace=openshift-cloud-credential-operator time="2024-07-20T16:55:58Z" level=info msg="checking if subscriptions need update" id=k3itR namespace=openshift-cloud-credential-operator time="2024-07-20T16:55:58Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=9Gmzm namespace=kube-node-lease time="2024-07-20T16:55:58Z" level=info msg="resolving sources" id=00UoG namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:55:58Z" level=info msg="checking if subscriptions need update" id=00UoG namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:55:58Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=k3itR namespace=openshift-cloud-credential-operator time="2024-07-20T16:55:58Z" level=info msg="resolving sources" id=8tR13 namespace=openshift-kni-infra time="2024-07-20T16:55:58Z" level=info msg="checking if subscriptions need update" id=8tR13 namespace=openshift-kni-infra time="2024-07-20T16:55:58Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=00UoG namespace=openshift-cluster-node-tuning-operator time="2024-07-20T16:55:58Z" level=info msg="resolving sources" id=TRg7P namespace=default time="2024-07-20T16:55:58Z" level=info msg="checking if subscriptions need update" id=TRg7P namespace=default time="2024-07-20T16:55:58Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=8tR13 namespace=openshift-kni-infra time="2024-07-20T16:55:58Z" level=info msg="resolving sources" id=5WFyw namespace=openshift-apiserver time="2024-07-20T16:55:58Z" level=info msg="checking if subscriptions need update" id=5WFyw namespace=openshift-apiserver time="2024-07-20T16:55:59Z" level=info msg="No subscriptions were found in namespace default" id=TRg7P namespace=default time="2024-07-20T16:55:59Z" level=info msg="resolving sources" id=SZBlx namespace=openshift-cloud-network-config-controller time="2024-07-20T16:55:59Z" level=info msg="checking if subscriptions need update" id=SZBlx namespace=openshift-cloud-network-config-controller time="2024-07-20T16:55:59Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=5WFyw namespace=openshift-apiserver time="2024-07-20T16:55:59Z" level=info msg="resolving sources" id=t18IQ namespace=openshift-controller-manager time="2024-07-20T16:55:59Z" level=info msg="checking if subscriptions need update" id=t18IQ namespace=openshift-controller-manager time="2024-07-20T16:55:59Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=SZBlx namespace=openshift-cloud-network-config-controller time="2024-07-20T16:55:59Z" level=info msg="resolving sources" id=6k+qR namespace=openshift-network-diagnostics time="2024-07-20T16:55:59Z" level=info msg="checking if subscriptions need update" id=6k+qR namespace=openshift-network-diagnostics time="2024-07-20T16:55:59Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=t18IQ namespace=openshift-controller-manager time="2024-07-20T16:55:59Z" level=info msg="resolving sources" id=73/pU namespace=openshift-ovn-kubernetes time="2024-07-20T16:55:59Z" level=info msg="checking if subscriptions need update" id=73/pU namespace=openshift-ovn-kubernetes time="2024-07-20T16:55:59Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=6k+qR namespace=openshift-network-diagnostics time="2024-07-20T16:55:59Z" level=info msg="resolving sources" id=H27kl namespace=openshift-service-ca time="2024-07-20T16:55:59Z" level=info msg="checking if subscriptions need update" id=H27kl namespace=openshift-service-ca time="2024-07-20T16:56:00Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=73/pU namespace=openshift-ovn-kubernetes time="2024-07-20T16:56:00Z" level=info msg="resolving sources" id=q0FDb namespace=openshift-apiserver-operator time="2024-07-20T16:56:00Z" level=info msg="checking if subscriptions need update" id=q0FDb namespace=openshift-apiserver-operator time="2024-07-20T16:56:00Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=H27kl namespace=openshift-service-ca time="2024-07-20T16:56:00Z" level=info msg="resolving sources" id=lTQdJ namespace=openshift-dns time="2024-07-20T16:56:00Z" level=info msg="checking if subscriptions need update" id=lTQdJ namespace=openshift-dns time="2024-07-20T16:56:00Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=q0FDb namespace=openshift-apiserver-operator time="2024-07-20T16:56:00Z" level=info msg="resolving sources" id=jAJbx namespace=openshift-ingress-operator time="2024-07-20T16:56:00Z" level=info msg="checking if subscriptions need update" id=jAJbx namespace=openshift-ingress-operator time="2024-07-20T16:56:00Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=lTQdJ namespace=openshift-dns time="2024-07-20T16:56:00Z" level=info msg="resolving sources" id=lPUyt namespace=openshift-marketplace time="2024-07-20T16:56:00Z" level=info msg="checking if subscriptions need update" id=lPUyt namespace=openshift-marketplace time="2024-07-20T16:56:00Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=jAJbx namespace=openshift-ingress-operator time="2024-07-20T16:56:00Z" level=info msg="resolving sources" id=tqFBT namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:56:00Z" level=info msg="checking if subscriptions need update" id=tqFBT namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:56:01Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=lPUyt namespace=openshift-marketplace time="2024-07-20T16:56:01Z" level=info msg="resolving sources" id=1vJKb namespace=openshift-monitoring time="2024-07-20T16:56:01Z" level=info msg="checking if subscriptions need update" id=1vJKb namespace=openshift-monitoring time="2024-07-20T16:56:01Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=tqFBT namespace=openshift-kube-controller-manager-operator time="2024-07-20T16:56:01Z" level=info msg="resolving sources" id=zugSi namespace=openshift-openstack-infra time="2024-07-20T16:56:01Z" level=info msg="checking if subscriptions need update" id=zugSi namespace=openshift-openstack-infra time="2024-07-20T16:56:01Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=1vJKb namespace=openshift-monitoring time="2024-07-20T16:56:01Z" level=info msg="resolving sources" id=0h6Vr namespace=openshift-cluster-csi-drivers time="2024-07-20T16:56:01Z" level=info msg="checking if subscriptions need update" id=0h6Vr namespace=openshift-cluster-csi-drivers time="2024-07-20T16:56:01Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=zugSi namespace=openshift-openstack-infra time="2024-07-20T16:56:01Z" level=info msg="resolving sources" id=uxrY+ namespace=openshift-cluster-storage-operator time="2024-07-20T16:56:01Z" level=info msg="checking if subscriptions need update" id=uxrY+ namespace=openshift-cluster-storage-operator time="2024-07-20T16:56:01Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=0h6Vr namespace=openshift-cluster-csi-drivers time="2024-07-20T16:56:01Z" level=info msg="resolving sources" id=tNWgo namespace=openshift-controller-manager-operator time="2024-07-20T16:56:01Z" level=info msg="checking if subscriptions need update" id=tNWgo namespace=openshift-controller-manager-operator time="2024-07-20T16:56:02Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=uxrY+ namespace=openshift-cluster-storage-operator time="2024-07-20T16:56:02Z" level=info msg="resolving sources" id=4PsLw namespace=openshift-kube-controller-manager time="2024-07-20T16:56:02Z" level=info msg="checking if subscriptions need update" id=4PsLw namespace=openshift-kube-controller-manager time="2024-07-20T16:56:02Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=tNWgo namespace=openshift-controller-manager-operator time="2024-07-20T16:56:02Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=4PsLw namespace=openshift-kube-controller-manager time="2024-07-20T16:56:16Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9W4e/ time="2024-07-20T16:56:16Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:16Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:17Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:17Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CG6Km time="2024-07-20T16:56:17Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:17Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:18Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:18Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:18Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=SGxv0 time="2024-07-20T16:56:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:18Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Y/Er7 time="2024-07-20T16:56:23Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=IDLE" time="2024-07-20T16:56:23Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=CONNECTING" time="2024-07-20T16:56:23Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-marketplace state.State=READY" time="2024-07-20T16:56:23Z" level=info msg="resolving sources" id=Chrl9 namespace=openshift-marketplace time="2024-07-20T16:56:23Z" level=info msg="checking if subscriptions need update" id=Chrl9 namespace=openshift-marketplace time="2024-07-20T16:56:23Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=Chrl9 namespace=openshift-marketplace time="2024-07-20T16:56:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ngn1d time="2024-07-20T16:56:23Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=MPcro time="2024-07-20T16:56:23Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MPcro time="2024-07-20T16:56:23Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"redhat-marketplace\": the object has been modified; please apply your changes to the latest version and try again" id=MPcro E0720 16:56:23.324922 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/redhat-marketplace"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "redhat-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T16:56:23Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:23Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:24Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=IDLE" time="2024-07-20T16:56:24Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=CONNECTING" time="2024-07-20T16:56:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:24Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dsD6J time="2024-07-20T16:56:24Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=community-operators state.State=READY" time="2024-07-20T16:56:24Z" level=info msg="resolving sources" id=JorkK namespace=openshift-marketplace time="2024-07-20T16:56:24Z" level=info msg="checking if subscriptions need update" id=JorkK namespace=openshift-marketplace time="2024-07-20T16:56:24Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=JorkK namespace=openshift-marketplace time="2024-07-20T16:56:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=D45+b time="2024-07-20T16:56:25Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:25Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=IDLE" time="2024-07-20T16:56:25Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=CONNECTING" time="2024-07-20T16:56:25Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=redhat-operators state.State=READY" time="2024-07-20T16:56:25Z" level=info msg="resolving sources" id=BGABc namespace=openshift-marketplace time="2024-07-20T16:56:25Z" level=info msg="checking if subscriptions need update" id=BGABc namespace=openshift-marketplace time="2024-07-20T16:56:25Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=BGABc namespace=openshift-marketplace time="2024-07-20T16:56:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:26Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=KgrpR time="2024-07-20T16:56:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=IDLE" time="2024-07-20T16:56:26Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=CONNECTING" time="2024-07-20T16:56:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D45+b time="2024-07-20T16:56:26Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=certified-operators state.State=READY" time="2024-07-20T16:56:26Z" level=info msg="resolving sources" id=caCXC namespace=openshift-marketplace time="2024-07-20T16:56:26Z" level=info msg="checking if subscriptions need update" id=caCXC namespace=openshift-marketplace time="2024-07-20T16:56:26Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"redhat-marketplace\": the object has been modified; please apply your changes to the latest version and try again" id=D45+b E0720 16:56:26.292357 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/redhat-marketplace"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "redhat-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T16:56:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:26Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=caCXC namespace=openshift-marketplace time="2024-07-20T16:56:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:27Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=/f/Ur time="2024-07-20T16:56:27Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:27Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:28Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:28Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:28Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QSg0y time="2024-07-20T16:56:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:28Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=/f/Ur time="2024-07-20T16:56:28Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:28Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=9sQNP time="2024-07-20T16:56:29Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:30Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8IMDo time="2024-07-20T16:56:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:30Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9sQNP time="2024-07-20T16:56:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=fkRRK time="2024-07-20T16:56:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:32Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eN5zE time="2024-07-20T16:56:32Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:32Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fkRRK time="2024-07-20T16:56:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:32Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:33Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=gb409 time="2024-07-20T16:56:33Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:33Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:34Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:34Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:34Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YbG3x time="2024-07-20T16:56:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:34Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:56:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=gb409 time="2024-07-20T16:59:54Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="catalog update required at 2024-07-20 16:59:54.304493589 +0000 UTC m=+2017.260915288" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=XVMvN time="2024-07-20T16:59:54Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=S60yX time="2024-07-20T16:59:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S60yX time="2024-07-20T16:59:54Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ybsEg time="2024-07-20T16:59:55Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:55Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:56Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:56Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:56Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QM7DS time="2024-07-20T16:59:56Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:56Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:57Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdKbo time="2024-07-20T16:59:57Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:57Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:57Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=KqucU time="2024-07-20T16:59:57Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:57Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KqucU time="2024-07-20T16:59:58Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:58Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OL5Df time="2024-07-20T16:59:59Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OL5Df time="2024-07-20T17:00:04Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nVzD1 time="2024-07-20T17:00:05Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=B36Il time="2024-07-20T17:00:05Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B36Il time="2024-07-20T17:00:05Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:06Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=2LER4 time="2024-07-20T17:00:07Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:07Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=V4iXP time="2024-07-20T17:00:08Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5M85M time="2024-07-20T17:00:08Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5M85M time="2024-07-20T17:00:08Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:08Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:09Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zKsfV time="2024-07-20T17:00:09Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:09Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:10Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=M5z5S time="2024-07-20T17:00:10Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:10Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:10Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:10Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:10Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fi3A4 time="2024-07-20T17:00:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:11Z" level=info msg="catalog update required at 2024-07-20 17:00:11.128789087 +0000 UTC m=+2034.085210786" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M5z5S time="2024-07-20T17:00:11Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:11Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=agEHA time="2024-07-20T17:00:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:12Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=agEHA time="2024-07-20T17:00:12Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:12Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:13Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+XCq0 time="2024-07-20T17:00:13Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:13Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:13Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=5aYua time="2024-07-20T17:00:13Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:13Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5aYua time="2024-07-20T17:00:14Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:14Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=qjyAz time="2024-07-20T17:00:15Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:15Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:16Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:16Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQ/Cy time="2024-07-20T17:00:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QaVvX time="2024-07-20T17:00:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=db+Ed time="2024-07-20T17:00:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:23Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WFnCH time="2024-07-20T17:00:24Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IYFfD time="2024-07-20T17:00:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2s1uJ time="2024-07-20T17:00:25Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:26Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=IfbdN time="2024-07-20T17:00:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:26Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:27Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=evY+7 time="2024-07-20T17:00:41Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:00:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=wJ4N4 time="2024-07-20T17:02:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="catalog update required at 2024-07-20 17:02:02.661997243 +0000 UTC m=+2145.618418952" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZmtL time="2024-07-20T17:02:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fi8gi time="2024-07-20T17:02:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rl9nc time="2024-07-20T17:02:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TJNIP time="2024-07-20T17:02:04Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:04Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cVMxQ time="2024-07-20T17:02:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=pR8um time="2024-07-20T17:02:06Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pR8um time="2024-07-20T17:02:06Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:06Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=jSTHw time="2024-07-20T17:02:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:08Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RQ65r time="2024-07-20T17:02:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JVa+8 time="2024-07-20T17:02:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=xnttc time="2024-07-20T17:02:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xnttc time="2024-07-20T17:02:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:14Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dT/Ws time="2024-07-20T17:02:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n9Hj/ time="2024-07-20T17:02:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XT2wj time="2024-07-20T17:02:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:17Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:17Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fZO0N time="2024-07-20T17:02:17Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:17Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:18Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:18Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=PMXFG time="2024-07-20T17:02:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:02:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cCd75 time="2024-07-20T17:03:14Z" level=info msg="resolving sources" id=5TbUt namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="checking if subscriptions need update" id=5TbUt namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="No subscriptions were found in namespace openshift-storage" id=5TbUt namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="resolving sources" id=/EF9T namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="checking if subscriptions need update" id=/EF9T namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="No subscriptions were found in namespace openshift-storage" id=/EF9T namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="resolving sources" id=ZAHUQ namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="checking if subscriptions need update" id=ZAHUQ namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="No subscriptions were found in namespace openshift-storage" id=ZAHUQ namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="resolving sources" id=2ExZk namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="checking if subscriptions need update" id=2ExZk namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="No subscriptions were found in namespace openshift-storage" id=2ExZk namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="resolving sources" id=y1/Qe namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="checking if subscriptions need update" id=y1/Qe namespace=openshift-storage time="2024-07-20T17:03:14Z" level=info msg="No subscriptions were found in namespace openshift-storage" id=y1/Qe namespace=openshift-storage time="2024-07-20T17:05:33Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=false id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="ensuring registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="registry service status invalid, need to overwrite" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="of 0 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="creating desired pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd pod.name= pod.namespace=openshift-marketplace time="2024-07-20T17:05:33Z" level=info msg="polling not enabled, no update pod will be created" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="ensured registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8aMkd time="2024-07-20T17:05:33Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=zLbMd time="2024-07-20T17:05:33Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=odf-catalogsource state.State=CONNECTING" time="2024-07-20T17:05:33Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=odf-catalogsource state.State=TRANSIENT_FAILURE" time="2024-07-20T17:05:33Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=As5yp time="2024-07-20T17:05:33Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=As5yp time="2024-07-20T17:05:33Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"odf-catalogsource\": the object has been modified; please apply your changes to the latest version and try again" id=As5yp E0720 17:05:33.118266 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/odf-catalogsource"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "odf-catalogsource": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:05:33Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=false id=GRsh5 time="2024-07-20T17:05:33Z" level=info msg="ensuring registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="deleting current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 pod.name=odf-catalogsource-tx99n pod.namespace=openshift-marketplace time="2024-07-20T17:05:34Z" level=info msg="creating desired pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 pod.name= pod.namespace=openshift-marketplace time="2024-07-20T17:05:34Z" level=info msg="polling not enabled, no update pod will be created" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="ensured registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=GRsh5 time="2024-07-20T17:05:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=X2LVj time="2024-07-20T17:05:34Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=odf-catalogsource state.State=CONNECTING" time="2024-07-20T17:05:34Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=odf-catalogsource state.State=TRANSIENT_FAILURE" time="2024-07-20T17:05:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=F9oH8 time="2024-07-20T17:05:35Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o4zcD time="2024-07-20T17:05:35Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"odf-catalogsource\": the object has been modified; please apply your changes to the latest version and try again" id=o4zcD E0720 17:05:35.627968 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/odf-catalogsource"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "odf-catalogsource": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:05:35Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:35Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=gZElf time="2024-07-20T17:05:36Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=gZElf time="2024-07-20T17:05:36Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:36Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vGx40 time="2024-07-20T17:05:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=n13+B time="2024-07-20T17:05:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZysUT time="2024-07-20T17:05:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="catalog update required at 2024-07-20 17:05:44.330532338 +0000 UTC m=+2367.286954037" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=n13+B time="2024-07-20T17:05:44Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:44Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:44Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:44Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:45Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-prmh7\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"odf-catalogsource\",\n- \tDeprecatedServiceAccount: \"odf-catalogsource\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"odf-catalogsource-dockercfg-4n2pt\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=odf-catalogsource-tx99n current-pod.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=foDMj time="2024-07-20T17:05:45Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=foDMj time="2024-07-20T17:05:45Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:45Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:46Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ocaCR time="2024-07-20T17:05:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:46Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=EENCI time="2024-07-20T17:05:46Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:46Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:47Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:47Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:47Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:47Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EENCI time="2024-07-20T17:05:47Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:47Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jrwr time="2024-07-20T17:05:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:48Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:48Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=zk/1X time="2024-07-20T17:05:49Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:49Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:50Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=E6iC+ time="2024-07-20T17:05:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:51Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:51Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:51Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sa9eo time="2024-07-20T17:05:51Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:51Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uuR+u time="2024-07-20T17:05:52Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UotqJ time="2024-07-20T17:05:52Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:52Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=CJRkb time="2024-07-20T17:05:54Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:54Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U6ERG time="2024-07-20T17:05:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=DF59m time="2024-07-20T17:05:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DF59m time="2024-07-20T17:05:55Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6pwq+ time="2024-07-20T17:05:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WXt3Z time="2024-07-20T17:05:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:57Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1n8v8 time="2024-07-20T17:05:57Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=odf-catalogsource state.State=READY" time="2024-07-20T17:05:57Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="resolving sources" id=huK84 namespace=openshift-marketplace time="2024-07-20T17:05:57Z" level=info msg="checking if subscriptions need update" id=huK84 namespace=openshift-marketplace time="2024-07-20T17:05:57Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=huK84 namespace=openshift-marketplace time="2024-07-20T17:05:57Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Y6iki time="2024-07-20T17:05:57Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:57Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:57Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:57Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lxjlS time="2024-07-20T17:05:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A4kl0 time="2024-07-20T17:05:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KX9q4 time="2024-07-20T17:05:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:05:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UwhZa time="2024-07-20T17:06:03Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ykP/G time="2024-07-20T17:06:03Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VPIqI time="2024-07-20T17:06:03Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:03Z" level=info msg="searching for current pods" time="2024-07-20T17:06:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="searching for current pods" time="2024-07-20T17:06:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="searching for current pods" time="2024-07-20T17:06:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="searching for current pods" time="2024-07-20T17:06:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:04Z" level=info msg="searching for current pods" time="2024-07-20T17:06:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:07Z" level=info msg="resolving sources" id=9eiMm namespace=openshift-storage time="2024-07-20T17:06:07Z" level=info msg="checking if subscriptions need update" id=9eiMm namespace=openshift-storage time="2024-07-20T17:06:07Z" level=info msg="resolving sources" id=9tgkc namespace=openshift-monitoring time="2024-07-20T17:06:07Z" level=info msg="checking if subscriptions need update" id=9tgkc namespace=openshift-monitoring time="2024-07-20T17:06:07Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=9tgkc namespace=openshift-monitoring time="2024-07-20T17:06:07Z" level=info msg="resolving sources" id=rrsrM namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:06:07Z" level=info msg="checking if subscriptions need update" id=rrsrM namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:06:07Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=rrsrM namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:06:07Z" level=info msg="resolving sources" id=dd8XR namespace=openshift-operators time="2024-07-20T17:06:07Z" level=info msg="checking if subscriptions need update" id=dd8XR namespace=openshift-operators time="2024-07-20T17:06:07Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=9eiMm namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:07Z" level=info msg="resolving subscriptions in namespace" id=9eiMm namespace=openshift-storage time="2024-07-20T17:06:07Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=dd8XR namespace=openshift-operators time="2024-07-20T17:06:09Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-operator\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:06:09.964126 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-operator"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-operator": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:09Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:09Z" level=info msg="searching for current pods" time="2024-07-20T17:06:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="searching for current pods" time="2024-07-20T17:06:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="searching for current pods" time="2024-07-20T17:06:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="searching for current pods" time="2024-07-20T17:06:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="searching for current pods" time="2024-07-20T17:06:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:15Z" level=info msg="searching for current pods" time="2024-07-20T17:06:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="searching for current pods" time="2024-07-20T17:06:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="searching for current pods" time="2024-07-20T17:06:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="searching for current pods" time="2024-07-20T17:06:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="searching for current pods" time="2024-07-20T17:06:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:17Z" level=info msg="unpacking bundles" id=9eiMm namespace=openshift-storage time="2024-07-20T17:06:17Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=dsgkx time="2024-07-20T17:06:17Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ngqr9 time="2024-07-20T17:06:17Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=h2IVE time="2024-07-20T17:06:17Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:17Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:17Z" level=info msg="unpacking is not complete yet, requeueing" id=9eiMm namespace=openshift-storage time="2024-07-20T17:06:17Z" level=info msg="resolving sources" id=mIvef namespace=openshift-storage time="2024-07-20T17:06:17Z" level=info msg="checking if subscriptions need update" id=mIvef namespace=openshift-storage time="2024-07-20T17:06:17Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=mIvef namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:17Z" level=info msg="resolving subscriptions in namespace" id=mIvef namespace=openshift-storage time="2024-07-20T17:06:18Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:18Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:18Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=vRPlx time="2024-07-20T17:06:18Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:18Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vRPlx time="2024-07-20T17:06:19Z" level=info msg="unpacking bundles" id=mIvef namespace=openshift-storage time="2024-07-20T17:06:19Z" level=info msg="unpacking is not complete yet, requeueing" id=mIvef namespace=openshift-storage time="2024-07-20T17:06:20Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-operator\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:06:20.975897 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-operator"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-operator": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:20Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:20Z" level=info msg="searching for current pods" time="2024-07-20T17:06:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="searching for current pods" time="2024-07-20T17:06:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="searching for current pods" time="2024-07-20T17:06:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="searching for current pods" time="2024-07-20T17:06:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="searching for current pods" time="2024-07-20T17:06:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:22Z" level=info msg="resolving sources" id=gffNn namespace=openshift-storage time="2024-07-20T17:06:22Z" level=info msg="checking if subscriptions need update" id=gffNn namespace=openshift-storage time="2024-07-20T17:06:22Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=gffNn namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:22Z" level=info msg="resolving subscriptions in namespace" id=gffNn namespace=openshift-storage time="2024-07-20T17:06:24Z" level=info msg="unpacking bundles" id=gffNn namespace=openshift-storage time="2024-07-20T17:06:24Z" level=info msg="unpacking is not complete yet, requeueing" id=gffNn namespace=openshift-storage time="2024-07-20T17:06:26Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:26Z" level=info msg="resolving sources" id=RmHXA namespace=openshift-storage time="2024-07-20T17:06:26Z" level=info msg="checking if subscriptions need update" id=RmHXA namespace=openshift-storage time="2024-07-20T17:06:26Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=RmHXA namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:26Z" level=info msg="resolving subscriptions in namespace" id=RmHXA namespace=openshift-storage time="2024-07-20T17:06:26Z" level=info msg="searching for current pods" time="2024-07-20T17:06:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="searching for current pods" time="2024-07-20T17:06:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="searching for current pods" time="2024-07-20T17:06:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="searching for current pods" time="2024-07-20T17:06:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="searching for current pods" time="2024-07-20T17:06:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:28Z" level=info msg="unpacking bundles" id=RmHXA namespace=openshift-storage time="2024-07-20T17:06:28Z" level=info msg="unpacking is not complete yet, requeueing" id=RmHXA namespace=openshift-storage time="2024-07-20T17:06:29Z" level=info msg="resolving sources" id=syhpM namespace=openshift-storage time="2024-07-20T17:06:29Z" level=info msg="checking if subscriptions need update" id=syhpM namespace=openshift-storage time="2024-07-20T17:06:29Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=syhpM namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:29Z" level=info msg="resolving subscriptions in namespace" id=syhpM namespace=openshift-storage time="2024-07-20T17:06:31Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-operator\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:06:31.457184 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-operator"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-operator": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:31Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:31Z" level=info msg="searching for current pods" time="2024-07-20T17:06:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="searching for current pods" time="2024-07-20T17:06:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="searching for current pods" time="2024-07-20T17:06:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="searching for current pods" time="2024-07-20T17:06:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="searching for current pods" time="2024-07-20T17:06:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:31Z" level=info msg="unpacking bundles" id=syhpM namespace=openshift-storage time="2024-07-20T17:06:31Z" level=info msg="unpacking is not complete yet, requeueing" id=syhpM namespace=openshift-storage time="2024-07-20T17:06:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=HUxTS time="2024-07-20T17:06:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=K6Hzu time="2024-07-20T17:06:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=2CooR time="2024-07-20T17:06:34Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=2CooR time="2024-07-20T17:06:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=a4HYN time="2024-07-20T17:06:36Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:36Z" level=info msg="resolving sources" id=H69ho namespace=openshift-storage time="2024-07-20T17:06:36Z" level=info msg="checking if subscriptions need update" id=H69ho namespace=openshift-storage time="2024-07-20T17:06:36Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=H69ho namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:36Z" level=info msg="resolving subscriptions in namespace" id=H69ho namespace=openshift-storage time="2024-07-20T17:06:36Z" level=info msg="searching for current pods" time="2024-07-20T17:06:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="searching for current pods" time="2024-07-20T17:06:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="searching for current pods" time="2024-07-20T17:06:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="searching for current pods" time="2024-07-20T17:06:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="searching for current pods" time="2024-07-20T17:06:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:38Z" level=info msg="unpacking bundles" id=H69ho namespace=openshift-storage time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaaaccounts.noobaa.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaas.noobaa.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbucketclaims.objectbucket.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbuckets.objectbucket.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=backingstores.noobaa.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=bucketclasses.noobaa.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=mcg-operator.clusterserviceversion.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=namespacestores.noobaa.io.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=odf-csi-addons-operator.clusterserviceversion.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-manager-config_v1_configmap.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplicationclasses.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplications.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_networkfences.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacecronjobs.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacejobs.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_csiaddonsnodes.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-manager-config_v1_configmap.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator.clusterserviceversion.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf.openshift.io_storagesystems.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ServiceMonitor" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-monitor_monitoring.coreos.com_v1_servicemonitor.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_rolebinding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzone.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-sa.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocsinitialization.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemmirror.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ceph-conf.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephrbdmirror.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephnfs.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystem.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-sa.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemsubvolumegroup.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageconsumer.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterRoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storagecluster.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstore.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-metrics-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzonegroup.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephclient.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbuckettopic.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocs-operator.clusterserviceversion.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcluster.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role_binding.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstoreuser.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpoolradosnamespace.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-monitor-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageclassrequest.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectrealm.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-sa.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageprofile.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcosidriver.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpool.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbucketnotification.crd.yaml time="2024-07-20T17:06:38Z" level=info msg="resolution caused subscription changes, creating installplan" id=H69ho namespace=openshift-storage time="2024-07-20T17:06:38Z" level=warning msg="no installplan found with matching generation, creating new one" id=H69ho namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:39Z" level=info msg=syncing id=kwLn1 ip=install-6q97k namespace=openshift-storage phase= time="2024-07-20T17:06:39Z" level=info msg="skip processing installplan without status - subscription sync responsible for initial status" id=kwLn1 ip=install-6q97k namespace=openshift-storage phase= time="2024-07-20T17:06:39Z" level=info msg="searching for current pods" time="2024-07-20T17:06:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="searching for current pods" time="2024-07-20T17:06:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="searching for current pods" time="2024-07-20T17:06:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="searching for current pods" time="2024-07-20T17:06:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="searching for current pods" time="2024-07-20T17:06:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="resolving sources" id=ITHMP namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="checking if subscriptions need update" id=ITHMP namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="skipping update: installplan already created" id=ITHMP namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="all subscriptions up to date" id=ITHMP namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg=syncing id=uIAvM ip=install-6q97k namespace=openshift-storage phase=Installing time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=mcg-operator.clusterserviceversion.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=namespacestores.noobaa.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaaaccounts.noobaa.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaas.noobaa.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbucketclaims.objectbucket.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbuckets.objectbucket.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=backingstores.noobaa.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=bucketclasses.noobaa.io.crd.yaml time="2024-07-20T17:06:39Z" level=info msg="resolving sources" id=eNiQb namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="checking if subscriptions need update" id=eNiQb namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=eNiQb namespace=openshift-storage pkg=mcg-operator source=odf-catalogsource sub=mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:39Z" level=info msg="resolving sources" id=mO8oh namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="checking if subscriptions need update" id=mO8oh namespace=openshift-storage time="2024-07-20T17:06:39Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=mO8oh namespace=openshift-storage pkg=mcg-operator source=odf-catalogsource sub=mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:40Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=eNiQb namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:40Z" level=info msg="error updating subscription status" channel=stable-4.15 error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" id=mO8oh namespace=openshift-storage pkg=mcg-operator source=odf-catalogsource sub=mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:40Z" level=info msg="error recording current state of CSV in status: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com \"mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" channel=stable-4.15 id=mO8oh namespace=openshift-storage pkg=mcg-operator source=odf-catalogsource sub=mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace E0720 17:06:40.999128 1 queueinformer_operator.go:319] sync "openshift-storage" failed: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com "mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:41Z" level=info msg="resolving sources" id=HlZju namespace=openshift-storage time="2024-07-20T17:06:41Z" level=info msg="checking if subscriptions need update" id=HlZju namespace=openshift-storage time="2024-07-20T17:06:41Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=eNiQb namespace=openshift-storage pkg=odf-csi-addons-operator source=odf-catalogsource sub=odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:42Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=HlZju namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:42Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-operator\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:06:42.593135 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-operator"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-operator": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:42Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:43Z" level=info msg="searching for current pods" time="2024-07-20T17:06:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="searching for current pods" time="2024-07-20T17:06:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="searching for current pods" time="2024-07-20T17:06:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="searching for current pods" time="2024-07-20T17:06:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="searching for current pods" time="2024-07-20T17:06:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:43Z" level=info msg="subscriptions were updated, wait for a new resolution" id=eNiQb namespace=openshift-storage time="2024-07-20T17:06:43Z" level=info msg="resolving sources" id=unrLz namespace=openshift-storage time="2024-07-20T17:06:43Z" level=info msg="checking if subscriptions need update" id=unrLz namespace=openshift-storage time="2024-07-20T17:06:43Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=HlZju namespace=openshift-storage pkg=odf-csi-addons-operator source=odf-catalogsource sub=odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-manager-config_v1_configmap.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplicationclasses.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacecronjobs.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacejobs.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplications.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_csiaddonsnodes.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=odf-csi-addons-operator.clusterserviceversion.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:06:44Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_networkfences.yaml time="2024-07-20T17:06:44Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:44Z" level=info msg="searching for current pods" time="2024-07-20T17:06:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="searching for current pods" time="2024-07-20T17:06:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="searching for current pods" time="2024-07-20T17:06:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:44Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=unrLz namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:45Z" level=info msg="searching for current pods" time="2024-07-20T17:06:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:45Z" level=info msg="searching for current pods" time="2024-07-20T17:06:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:45Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=unrLz namespace=openshift-storage pkg=odf-csi-addons-operator source=odf-catalogsource sub=odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:46Z" level=info msg="subscriptions were updated, wait for a new resolution" id=HlZju namespace=openshift-storage time="2024-07-20T17:06:46Z" level=info msg="resolving sources" id=rUkYj namespace=openshift-storage time="2024-07-20T17:06:46Z" level=info msg="checking if subscriptions need update" id=rUkYj namespace=openshift-storage time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator.clusterserviceversion.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf.openshift.io_storagesystems.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=ServiceMonitor" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-monitor_monitoring.coreos.com_v1_servicemonitor.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_role.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_rolebinding.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:06:47Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-manager-config_v1_configmap.yaml time="2024-07-20T17:06:47Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=rUkYj namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:47Z" level=info msg="error updating subscription status" channel=stable-4.15 error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" id=unrLz namespace=openshift-storage pkg=odf-csi-addons-operator source=odf-catalogsource sub=odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:47Z" level=info msg="error recording current state of CSV in status: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" channel=stable-4.15 id=unrLz namespace=openshift-storage pkg=odf-csi-addons-operator source=odf-catalogsource sub=odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace E0720 17:06:47.795861 1 queueinformer_operator.go:319] sync {"update" "openshift-storage"} failed: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:47Z" level=info msg="resolving sources" id=opCta namespace=openshift-storage time="2024-07-20T17:06:47Z" level=info msg="checking if subscriptions need update" id=opCta namespace=openshift-storage time="2024-07-20T17:06:48Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=opCta namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:49Z" level=info msg="searching for current pods" time="2024-07-20T17:06:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="searching for current pods" time="2024-07-20T17:06:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="searching for current pods" time="2024-07-20T17:06:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="searching for current pods" time="2024-07-20T17:06:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="searching for current pods" time="2024-07-20T17:06:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:50Z" level=info msg="subscriptions were updated, wait for a new resolution" id=rUkYj namespace=openshift-storage time="2024-07-20T17:06:50Z" level=info msg="resolving sources" id=jtpwF namespace=openshift-storage time="2024-07-20T17:06:50Z" level=info msg="checking if subscriptions need update" id=jtpwF namespace=openshift-storage time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storagecluster.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocsinitialization.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpool.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephclient.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-monitor-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbuckettopic.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystem.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageconsumer.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-metrics-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageclassrequest.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephnfs.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemsubvolumegroup.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-sa.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectrealm.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocs-operator.clusterserviceversion.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstore.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzonegroup.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ceph-conf.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ClusterRoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageprofile.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-sa.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcluster.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemmirror.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzone.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbucketnotification.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephrbdmirror.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role_binding.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-sa.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcosidriver.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstoreuser.crd.yaml time="2024-07-20T17:06:50Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpoolradosnamespace.crd.yaml time="2024-07-20T17:06:51Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:06:51.396925 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:51Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:51Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=jtpwF namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="searching for current pods" time="2024-07-20T17:06:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="searching for current pods" time="2024-07-20T17:06:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="searching for current pods" time="2024-07-20T17:06:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="searching for current pods" time="2024-07-20T17:06:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="searching for current pods" time="2024-07-20T17:06:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:52Z" level=info msg="error updating subscription status" channel=stable-4.15 error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-operator\": the object has been modified; please apply your changes to the latest version and try again" id=opCta namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator time="2024-07-20T17:06:52Z" level=info msg="error recording current state of CSV in status: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-operator\": the object has been modified; please apply your changes to the latest version and try again" channel=stable-4.15 id=opCta namespace=openshift-storage pkg=odf-operator source=odf-catalogsource sub=odf-operator E0720 17:06:52.407148 1 queueinformer_operator.go:319] sync {"update" "openshift-storage"} failed: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-operator": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:52Z" level=info msg="resolving sources" id=bGviu namespace=openshift-storage time="2024-07-20T17:06:52Z" level=info msg="checking if subscriptions need update" id=bGviu namespace=openshift-storage time="2024-07-20T17:06:53Z" level=info msg="checking for existing installplan" channel=stable-4.15 id=bGviu namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:54Z" level=info msg="error updating subscription status" channel=stable-4.15 error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" id=bGviu namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:06:54Z" level=info msg="error recording current state of CSV in status: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com \"ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" channel=stable-4.15 id=bGviu namespace=openshift-storage pkg=ocs-operator source=odf-catalogsource sub=ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace E0720 17:06:54.193711 1 queueinformer_operator.go:319] sync {"update" "openshift-storage"} failed: error updating Subscription status: Operation cannot be fulfilled on subscriptions.operators.coreos.com "ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:54Z" level=info msg="resolving sources" id=Vr4MB namespace=openshift-storage time="2024-07-20T17:06:54Z" level=info msg="checking if subscriptions need update" id=Vr4MB namespace=openshift-storage time="2024-07-20T17:06:54Z" level=info msg="subscriptions were updated, wait for a new resolution" id=jtpwF namespace=openshift-storage time="2024-07-20T17:06:54Z" level=info msg="resolving sources" id=TmHBP namespace=openshift-storage time="2024-07-20T17:06:54Z" level=info msg="checking if subscriptions need update" id=TmHBP namespace=openshift-storage time="2024-07-20T17:06:55Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:06:55.399075 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:06:55Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:55Z" level=info msg="searching for current pods" time="2024-07-20T17:06:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="searching for current pods" time="2024-07-20T17:06:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="searching for current pods" time="2024-07-20T17:06:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="searching for current pods" time="2024-07-20T17:06:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="searching for current pods" time="2024-07-20T17:06:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:57Z" level=info msg="resolving subscriptions in namespace" id=Vr4MB namespace=openshift-storage time="2024-07-20T17:06:57Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:06:57Z" level=info msg="resolving subscriptions in namespace" id=TmHBP namespace=openshift-storage time="2024-07-20T17:06:58Z" level=info msg="searching for current pods" time="2024-07-20T17:06:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="no subscriptions were updated" id=Vr4MB namespace=openshift-storage time="2024-07-20T17:06:58Z" level=info msg="searching for current pods" time="2024-07-20T17:06:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="searching for current pods" time="2024-07-20T17:06:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="searching for current pods" time="2024-07-20T17:06:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="searching for current pods" time="2024-07-20T17:06:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:06:59Z" level=info msg="no subscriptions were updated" id=TmHBP namespace=openshift-storage I0720 17:06:59.590636 1 request.go:697] Waited for 1.185503362s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/operators.coreos.com/v1alpha1/namespaces/openshift-storage/subscriptions/ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace time="2024-07-20T17:07:00Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:02Z" level=info msg="searching for current pods" time="2024-07-20T17:07:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="searching for current pods" time="2024-07-20T17:07:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="searching for current pods" time="2024-07-20T17:07:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="searching for current pods" time="2024-07-20T17:07:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="searching for current pods" time="2024-07-20T17:07:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:03Z" level=info msg="resolving sources" id=X6L3V namespace=openshift-storage time="2024-07-20T17:07:03Z" level=info msg="checking if subscriptions need update" id=X6L3V namespace=openshift-storage time="2024-07-20T17:07:04Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:04.198345 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "mcg-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:04Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:04Z" level=info msg="searching for current pods" time="2024-07-20T17:07:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="searching for current pods" time="2024-07-20T17:07:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="searching for current pods" time="2024-07-20T17:07:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="searching for current pods" time="2024-07-20T17:07:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="searching for current pods" time="2024-07-20T17:07:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:06Z" level=info msg="resolving subscriptions in namespace" id=X6L3V namespace=openshift-storage time="2024-07-20T17:07:07Z" level=info msg="no subscriptions were updated" id=X6L3V namespace=openshift-storage time="2024-07-20T17:07:08Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:08.793441 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:08Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:08Z" level=info msg="searching for current pods" time="2024-07-20T17:07:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="searching for current pods" time="2024-07-20T17:07:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="searching for current pods" time="2024-07-20T17:07:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="searching for current pods" time="2024-07-20T17:07:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="searching for current pods" time="2024-07-20T17:07:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:10.396909 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:10Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:10Z" level=info msg="searching for current pods" time="2024-07-20T17:07:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="searching for current pods" time="2024-07-20T17:07:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="searching for current pods" time="2024-07-20T17:07:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="searching for current pods" time="2024-07-20T17:07:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="searching for current pods" time="2024-07-20T17:07:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:11Z" level=info msg="error updating InstallPlan status" id=uIAvM ip=install-6q97k namespace=openshift-storage phase=Installing updateError="Operation cannot be fulfilled on installplans.operators.coreos.com \"install-6q97k\": the object has been modified; please apply your changes to the latest version and try again" E0720 17:07:11.823767 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/install-6q97k"} failed: error updating InstallPlan status: Operation cannot be fulfilled on installplans.operators.coreos.com "install-6q97k": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:11Z" level=info msg=syncing id=fIi73 ip=install-6q97k namespace=openshift-storage phase=Installing time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=bucketclasses.noobaa.io.crd.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=mcg-operator.clusterserviceversion.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=namespacestores.noobaa.io.crd.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaaaccounts.noobaa.io.crd.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaas.noobaa.io.crd.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbucketclaims.objectbucket.io.crd.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbuckets.objectbucket.io.crd.yaml time="2024-07-20T17:07:12Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=backingstores.noobaa.io.crd.yaml time="2024-07-20T17:07:14Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:14Z" level=info msg="resolving sources" id=nfYBf namespace=openshift-storage time="2024-07-20T17:07:14Z" level=info msg="checking if subscriptions need update" id=nfYBf namespace=openshift-storage time="2024-07-20T17:07:14Z" level=info msg="searching for current pods" time="2024-07-20T17:07:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="searching for current pods" time="2024-07-20T17:07:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="searching for current pods" time="2024-07-20T17:07:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="searching for current pods" time="2024-07-20T17:07:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="searching for current pods" time="2024-07-20T17:07:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:14Z" level=info msg="resolving subscriptions in namespace" id=nfYBf namespace=openshift-storage time="2024-07-20T17:07:14Z" level=info msg="no subscriptions were updated" id=nfYBf namespace=openshift-storage time="2024-07-20T17:07:16Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:16Z" level=info msg="resolving sources" id=WYLfv namespace=openshift-storage time="2024-07-20T17:07:16Z" level=info msg="checking if subscriptions need update" id=WYLfv namespace=openshift-storage time="2024-07-20T17:07:16Z" level=info msg="searching for current pods" time="2024-07-20T17:07:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="searching for current pods" time="2024-07-20T17:07:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="searching for current pods" time="2024-07-20T17:07:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="searching for current pods" time="2024-07-20T17:07:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="searching for current pods" time="2024-07-20T17:07:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacecronjobs.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=odf-csi-addons-operator.clusterserviceversion.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplications.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_networkfences.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacejobs.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-manager-config_v1_configmap.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_csiaddonsnodes.yaml time="2024-07-20T17:07:17Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplicationclasses.yaml time="2024-07-20T17:07:18Z" level=info msg="resolving subscriptions in namespace" id=WYLfv namespace=openshift-storage time="2024-07-20T17:07:18Z" level=info msg="no subscriptions were updated" id=WYLfv namespace=openshift-storage time="2024-07-20T17:07:20Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:20.355034 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:20Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:20Z" level=info msg="searching for current pods" time="2024-07-20T17:07:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="searching for current pods" time="2024-07-20T17:07:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="searching for current pods" time="2024-07-20T17:07:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="searching for current pods" time="2024-07-20T17:07:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="searching for current pods" time="2024-07-20T17:07:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator.clusterserviceversion.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf.openshift.io_storagesystems.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=ServiceMonitor" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-monitor_monitoring.coreos.com_v1_servicemonitor.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_role.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_rolebinding.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:07:21Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-manager-config_v1_configmap.yaml time="2024-07-20T17:07:22Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:22Z" level=info msg="resolving sources" id=97hr6 namespace=openshift-storage time="2024-07-20T17:07:22Z" level=info msg="checking if subscriptions need update" id=97hr6 namespace=openshift-storage time="2024-07-20T17:07:22Z" level=info msg="searching for current pods" time="2024-07-20T17:07:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="searching for current pods" time="2024-07-20T17:07:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="searching for current pods" time="2024-07-20T17:07:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="searching for current pods" time="2024-07-20T17:07:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="searching for current pods" time="2024-07-20T17:07:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:22Z" level=info msg="resolving subscriptions in namespace" id=97hr6 namespace=openshift-storage time="2024-07-20T17:07:23Z" level=info msg="no subscriptions were updated" id=97hr6 namespace=openshift-storage time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageconsumer.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbuckettopic.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystem.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectrealm.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstoreuser.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocsinitialization.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageclassrequest.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-sa.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-metrics-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemmirror.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzonegroup.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephrbdmirror.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocs-operator.clusterserviceversion.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ceph-conf.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemsubvolumegroup.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbucketnotification.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ClusterRoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcosidriver.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstore.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpool.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-sa.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcluster.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role_binding.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageprofile.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storagecluster.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephclient.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpoolradosnamespace.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-monitor-role.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-sa.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzone.crd.yaml time="2024-07-20T17:07:25Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephnfs.crd.yaml time="2024-07-20T17:07:25Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:25Z" level=info msg="resolving sources" id=FZNT3 namespace=openshift-storage time="2024-07-20T17:07:25Z" level=info msg="checking if subscriptions need update" id=FZNT3 namespace=openshift-storage time="2024-07-20T17:07:25Z" level=info msg="searching for current pods" time="2024-07-20T17:07:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="searching for current pods" time="2024-07-20T17:07:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="searching for current pods" time="2024-07-20T17:07:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="searching for current pods" time="2024-07-20T17:07:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="searching for current pods" time="2024-07-20T17:07:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:26Z" level=info msg="resolving subscriptions in namespace" id=FZNT3 namespace=openshift-storage time="2024-07-20T17:07:27Z" level=info msg="no subscriptions were updated" id=FZNT3 namespace=openshift-storage time="2024-07-20T17:07:27Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:28Z" level=info msg="resolving sources" id=Fz76G namespace=openshift-storage time="2024-07-20T17:07:28Z" level=info msg="checking if subscriptions need update" id=Fz76G namespace=openshift-storage time="2024-07-20T17:07:28Z" level=info msg="searching for current pods" time="2024-07-20T17:07:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="searching for current pods" time="2024-07-20T17:07:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="searching for current pods" time="2024-07-20T17:07:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="searching for current pods" time="2024-07-20T17:07:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="searching for current pods" time="2024-07-20T17:07:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:29Z" level=info msg="resolving subscriptions in namespace" id=Fz76G namespace=openshift-storage time="2024-07-20T17:07:30Z" level=info msg="no subscriptions were updated" id=Fz76G namespace=openshift-storage time="2024-07-20T17:07:31Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:31.549108 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:31Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:31Z" level=info msg="searching for current pods" time="2024-07-20T17:07:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="searching for current pods" time="2024-07-20T17:07:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="searching for current pods" time="2024-07-20T17:07:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="searching for current pods" time="2024-07-20T17:07:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="searching for current pods" time="2024-07-20T17:07:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:34Z" level=info msg="resolving sources" id=Cez1c namespace=openshift-storage time="2024-07-20T17:07:34Z" level=info msg="checking if subscriptions need update" id=Cez1c namespace=openshift-storage time="2024-07-20T17:07:34Z" level=info msg="searching for current pods" time="2024-07-20T17:07:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="searching for current pods" time="2024-07-20T17:07:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="searching for current pods" time="2024-07-20T17:07:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="searching for current pods" time="2024-07-20T17:07:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="searching for current pods" time="2024-07-20T17:07:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:34Z" level=info msg="resolving subscriptions in namespace" id=Cez1c namespace=openshift-storage time="2024-07-20T17:07:34Z" level=info msg="no subscriptions were updated" id=Cez1c namespace=openshift-storage time="2024-07-20T17:07:37Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:37Z" level=info msg="resolving sources" id=RHAW0 namespace=openshift-storage time="2024-07-20T17:07:37Z" level=info msg="checking if subscriptions need update" id=RHAW0 namespace=openshift-storage time="2024-07-20T17:07:37Z" level=info msg="searching for current pods" time="2024-07-20T17:07:37Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="searching for current pods" time="2024-07-20T17:07:37Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="searching for current pods" time="2024-07-20T17:07:37Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="searching for current pods" time="2024-07-20T17:07:37Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="searching for current pods" time="2024-07-20T17:07:37Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:37Z" level=info msg="resolving subscriptions in namespace" id=RHAW0 namespace=openshift-storage time="2024-07-20T17:07:37Z" level=info msg="no subscriptions were updated" id=RHAW0 namespace=openshift-storage time="2024-07-20T17:07:39Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:39.620935 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "ocs-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:39Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:39Z" level=info msg="searching for current pods" time="2024-07-20T17:07:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="searching for current pods" time="2024-07-20T17:07:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="searching for current pods" time="2024-07-20T17:07:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="searching for current pods" time="2024-07-20T17:07:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="searching for current pods" time="2024-07-20T17:07:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:42.893007 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:42Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:42Z" level=info msg="searching for current pods" time="2024-07-20T17:07:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="searching for current pods" time="2024-07-20T17:07:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="searching for current pods" time="2024-07-20T17:07:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="searching for current pods" time="2024-07-20T17:07:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="searching for current pods" time="2024-07-20T17:07:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:45Z" level=info msg="resolving sources" id=lKbGd namespace=openshift-storage time="2024-07-20T17:07:45Z" level=info msg="checking if subscriptions need update" id=lKbGd namespace=openshift-storage time="2024-07-20T17:07:45Z" level=info msg="searching for current pods" time="2024-07-20T17:07:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="searching for current pods" time="2024-07-20T17:07:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="searching for current pods" time="2024-07-20T17:07:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="searching for current pods" time="2024-07-20T17:07:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="searching for current pods" time="2024-07-20T17:07:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:45Z" level=info msg="resolving subscriptions in namespace" id=lKbGd namespace=openshift-storage time="2024-07-20T17:07:45Z" level=info msg="no subscriptions were updated" id=lKbGd namespace=openshift-storage time="2024-07-20T17:07:48Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:48Z" level=info msg="resolving sources" id=FRqCA namespace=openshift-storage time="2024-07-20T17:07:48Z" level=info msg="checking if subscriptions need update" id=FRqCA namespace=openshift-storage time="2024-07-20T17:07:48Z" level=info msg="searching for current pods" time="2024-07-20T17:07:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="searching for current pods" time="2024-07-20T17:07:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="searching for current pods" time="2024-07-20T17:07:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="searching for current pods" time="2024-07-20T17:07:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="searching for current pods" time="2024-07-20T17:07:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:48Z" level=info msg="resolving subscriptions in namespace" id=FRqCA namespace=openshift-storage time="2024-07-20T17:07:49Z" level=info msg="no subscriptions were updated" id=FRqCA namespace=openshift-storage time="2024-07-20T17:07:50Z" level=info msg="resolving sources" id=a9WWP namespace=openshift-storage time="2024-07-20T17:07:50Z" level=info msg="checking if subscriptions need update" id=a9WWP namespace=openshift-storage time="2024-07-20T17:07:51Z" level=info msg="resolving subscriptions in namespace" id=a9WWP namespace=openshift-storage time="2024-07-20T17:07:52Z" level=info msg="no subscriptions were updated" id=a9WWP namespace=openshift-storage time="2024-07-20T17:07:54Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 17:07:54.268998 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "odf-csi-addons-operator-stable-4.15-odf-catalogsource-openshift-marketplace": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:07:54Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:54Z" level=info msg="searching for current pods" time="2024-07-20T17:07:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="searching for current pods" time="2024-07-20T17:07:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="searching for current pods" time="2024-07-20T17:07:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="searching for current pods" time="2024-07-20T17:07:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="searching for current pods" time="2024-07-20T17:07:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:07:59Z" level=info msg="resolving sources" id=iZh+u namespace=openshift-storage time="2024-07-20T17:07:59Z" level=info msg="checking if subscriptions need update" id=iZh+u namespace=openshift-storage time="2024-07-20T17:07:59Z" level=info msg="searching for current pods" time="2024-07-20T17:07:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="searching for current pods" time="2024-07-20T17:07:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="searching for current pods" time="2024-07-20T17:07:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="searching for current pods" time="2024-07-20T17:07:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="searching for current pods" time="2024-07-20T17:07:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:07:59Z" level=info msg="resolving subscriptions in namespace" id=iZh+u namespace=openshift-storage time="2024-07-20T17:07:59Z" level=info msg="no subscriptions were updated" id=iZh+u namespace=openshift-storage time="2024-07-20T17:08:01Z" level=info msg=syncing id=xuI6L ip=install-6q97k namespace=openshift-storage phase=Installing time="2024-07-20T17:08:01Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:01Z" level=info msg="searching for current pods" time="2024-07-20T17:08:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="searching for current pods" time="2024-07-20T17:08:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="searching for current pods" time="2024-07-20T17:08:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="searching for current pods" time="2024-07-20T17:08:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="searching for current pods" time="2024-07-20T17:08:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=bucketclasses.noobaa.io.crd.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=mcg-operator.clusterserviceversion.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=namespacestores.noobaa.io.crd.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaaaccounts.noobaa.io.crd.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=noobaas.noobaa.io.crd.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbucketclaims.objectbucket.io.crd.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=objectbuckets.objectbucket.io.crd.yaml time="2024-07-20T17:08:01Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/787752ded5b1e51aac4930a34f83e5259af689ef5d5081d6b65d160a58ef246 key=backingstores.noobaa.io.crd.yaml time="2024-07-20T17:08:04Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:04Z" level=info msg="resolving sources" id=84258 namespace=openshift-storage time="2024-07-20T17:08:04Z" level=info msg="checking if subscriptions need update" id=84258 namespace=openshift-storage time="2024-07-20T17:08:04Z" level=info msg="searching for current pods" time="2024-07-20T17:08:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="searching for current pods" time="2024-07-20T17:08:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="searching for current pods" time="2024-07-20T17:08:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="searching for current pods" time="2024-07-20T17:08:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="searching for current pods" time="2024-07-20T17:08:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:04Z" level=info msg="resolving subscriptions in namespace" id=84258 namespace=openshift-storage time="2024-07-20T17:08:05Z" level=info msg="no subscriptions were updated" id=84258 namespace=openshift-storage time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacecronjobs.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-manager-config_v1_configmap.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_csiaddonsnodes.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplications.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_networkfences.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csiaddons.openshift.io_reclaimspacejobs.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=odf-csi-addons-operator.clusterserviceversion.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=csi-addons-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:08:06Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/a85d1ac28555b8751b83dc813c2224193c0dca13c0b41b6a36703ee4d72b36a key=replication.storage.openshift.io_volumereplicationclasses.yaml time="2024-07-20T17:08:06Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:06Z" level=info msg="resolving sources" id=saoUf namespace=openshift-storage time="2024-07-20T17:08:06Z" level=info msg="checking if subscriptions need update" id=saoUf namespace=openshift-storage time="2024-07-20T17:08:07Z" level=info msg="searching for current pods" time="2024-07-20T17:08:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="searching for current pods" time="2024-07-20T17:08:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="searching for current pods" time="2024-07-20T17:08:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="searching for current pods" time="2024-07-20T17:08:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="searching for current pods" time="2024-07-20T17:08:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:07Z" level=info msg="resolving subscriptions in namespace" id=saoUf namespace=openshift-storage time="2024-07-20T17:08:08Z" level=info msg="no subscriptions were updated" id=saoUf namespace=openshift-storage time="2024-07-20T17:08:10Z" level=info msg="resolving sources" id=C3XDb namespace=openshift-storage time="2024-07-20T17:08:10Z" level=info msg="checking if subscriptions need update" id=C3XDb namespace=openshift-storage time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-metrics-reader_rbac.authorization.k8s.io_v1_clusterrole.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator.clusterserviceversion.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf.openshift.io_storagesystems.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=ServiceMonitor" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-monitor_monitoring.coreos.com_v1_servicemonitor.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_role.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_rbac.authorization.k8s.io_v1_rolebinding.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=Service" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-controller-manager-metrics-service_v1_service.yaml time="2024-07-20T17:08:10Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/02d5eea0af4f18678210a00085b7d07aee9afc7a4f46cad3bfd9ff3eccee5df key=odf-operator-manager-config_v1_configmap.yaml time="2024-07-20T17:08:12Z" level=info msg="resolving subscriptions in namespace" id=C3XDb namespace=openshift-storage time="2024-07-20T17:08:12Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:12Z" level=info msg="searching for current pods" time="2024-07-20T17:08:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="searching for current pods" time="2024-07-20T17:08:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="searching for current pods" time="2024-07-20T17:08:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="searching for current pods" time="2024-07-20T17:08:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="searching for current pods" time="2024-07-20T17:08:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:12Z" level=info msg="no subscriptions were updated" id=C3XDb namespace=openshift-storage time="2024-07-20T17:08:14Z" level=info msg="resolving sources" id=0P3kc namespace=openshift-storage time="2024-07-20T17:08:14Z" level=info msg="checking if subscriptions need update" id=0P3kc namespace=openshift-storage time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstoreuser.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcluster.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemmirror.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephnfs.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpoolradosnamespace.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbuckettopic.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectrealm.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephblockpool.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystemsubvolumegroup.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ConfigMap" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ceph-conf.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephclient.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-metrics-role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectstore.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-metrics-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephbucketnotification.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ClusterRole" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-ceph-monitor-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=consumer-sa.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocsinitialization.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzone.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storagecluster.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephobjectzonegroup.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageclassrequest.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephfilesystem.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephcosidriver.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ocs-operator.clusterserviceversion.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageconsumer.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ClusterRoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=rook-monitor-mgr-role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=storageprofile.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=cephrbdmirror.crd.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=provider-sa.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=Role" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=ux_backend_role.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=RoleBinding" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=exporter-service-role_binding.yaml time="2024-07-20T17:08:14Z" level=info msg="added to bundle, Kind=ServiceAccount" configmap=openshift-marketplace/eee67f5bd1fc6d3cefdace4b24386312670920bc848689a0bcb402860d9fa99 key=onboarding-secret-generator-sa.yaml time="2024-07-20T17:08:15Z" level=info msg="resolving subscriptions in namespace" id=0P3kc namespace=openshift-storage time="2024-07-20T17:08:16Z" level=info msg="no subscriptions were updated" id=0P3kc namespace=openshift-storage time="2024-07-20T17:08:17Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:17Z" level=info msg="resolving sources" id=cHzKc namespace=openshift-storage time="2024-07-20T17:08:17Z" level=info msg="checking if subscriptions need update" id=cHzKc namespace=openshift-storage time="2024-07-20T17:08:18Z" level=info msg="searching for current pods" time="2024-07-20T17:08:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="searching for current pods" time="2024-07-20T17:08:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="searching for current pods" time="2024-07-20T17:08:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="searching for current pods" time="2024-07-20T17:08:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="searching for current pods" time="2024-07-20T17:08:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:18Z" level=info msg="resolving subscriptions in namespace" id=cHzKc namespace=openshift-storage time="2024-07-20T17:08:19Z" level=info msg="no subscriptions were updated" id=cHzKc namespace=openshift-storage time="2024-07-20T17:08:23Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:23Z" level=info msg="resolving sources" id=Wz0ev namespace=openshift-storage time="2024-07-20T17:08:23Z" level=info msg="checking if subscriptions need update" id=Wz0ev namespace=openshift-storage time="2024-07-20T17:08:23Z" level=info msg="searching for current pods" time="2024-07-20T17:08:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="searching for current pods" time="2024-07-20T17:08:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="searching for current pods" time="2024-07-20T17:08:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="searching for current pods" time="2024-07-20T17:08:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="searching for current pods" time="2024-07-20T17:08:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:23Z" level=info msg="resolving subscriptions in namespace" id=Wz0ev namespace=openshift-storage time="2024-07-20T17:08:23Z" level=info msg="no subscriptions were updated" id=Wz0ev namespace=openshift-storage time="2024-07-20T17:08:28Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:28Z" level=info msg="resolving sources" id=xVaWm namespace=openshift-storage time="2024-07-20T17:08:28Z" level=info msg="checking if subscriptions need update" id=xVaWm namespace=openshift-storage time="2024-07-20T17:08:28Z" level=info msg="searching for current pods" time="2024-07-20T17:08:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="searching for current pods" time="2024-07-20T17:08:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="searching for current pods" time="2024-07-20T17:08:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="searching for current pods" time="2024-07-20T17:08:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="searching for current pods" time="2024-07-20T17:08:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:28Z" level=info msg="resolving subscriptions in namespace" id=xVaWm namespace=openshift-storage time="2024-07-20T17:08:28Z" level=info msg="no subscriptions were updated" id=xVaWm namespace=openshift-storage time="2024-07-20T17:08:33Z" level=info msg="resolving sources" id=MnVL8 namespace=openshift-storage time="2024-07-20T17:08:33Z" level=info msg="checking if subscriptions need update" id=MnVL8 namespace=openshift-storage time="2024-07-20T17:08:33Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:33Z" level=info msg="searching for current pods" time="2024-07-20T17:08:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="searching for current pods" time="2024-07-20T17:08:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="searching for current pods" time="2024-07-20T17:08:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="searching for current pods" time="2024-07-20T17:08:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="resolving subscriptions in namespace" id=MnVL8 namespace=openshift-storage time="2024-07-20T17:08:33Z" level=info msg="searching for current pods" time="2024-07-20T17:08:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:34Z" level=info msg="no subscriptions were updated" id=MnVL8 namespace=openshift-storage time="2024-07-20T17:08:38Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:38Z" level=info msg="resolving sources" id=at7RY namespace=openshift-storage time="2024-07-20T17:08:38Z" level=info msg="checking if subscriptions need update" id=at7RY namespace=openshift-storage time="2024-07-20T17:08:38Z" level=info msg="searching for current pods" time="2024-07-20T17:08:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="searching for current pods" time="2024-07-20T17:08:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="searching for current pods" time="2024-07-20T17:08:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="searching for current pods" time="2024-07-20T17:08:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="searching for current pods" time="2024-07-20T17:08:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:39Z" level=info msg="resolving subscriptions in namespace" id=at7RY namespace=openshift-storage time="2024-07-20T17:08:39Z" level=info msg="no subscriptions were updated" id=at7RY namespace=openshift-storage time="2024-07-20T17:08:44Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:44Z" level=info msg="resolving sources" id=lleZz namespace=openshift-storage time="2024-07-20T17:08:44Z" level=info msg="checking if subscriptions need update" id=lleZz namespace=openshift-storage time="2024-07-20T17:08:44Z" level=info msg="searching for current pods" time="2024-07-20T17:08:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="searching for current pods" time="2024-07-20T17:08:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="searching for current pods" time="2024-07-20T17:08:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="searching for current pods" time="2024-07-20T17:08:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="searching for current pods" time="2024-07-20T17:08:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:44Z" level=info msg="resolving subscriptions in namespace" id=lleZz namespace=openshift-storage time="2024-07-20T17:08:44Z" level=info msg="no subscriptions were updated" id=lleZz namespace=openshift-storage time="2024-07-20T17:08:49Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:49Z" level=info msg="resolving sources" id=kJFg/ namespace=openshift-storage time="2024-07-20T17:08:49Z" level=info msg="checking if subscriptions need update" id=kJFg/ namespace=openshift-storage time="2024-07-20T17:08:49Z" level=info msg="searching for current pods" time="2024-07-20T17:08:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="searching for current pods" time="2024-07-20T17:08:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="searching for current pods" time="2024-07-20T17:08:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="searching for current pods" time="2024-07-20T17:08:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="searching for current pods" time="2024-07-20T17:08:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:49Z" level=info msg="resolving subscriptions in namespace" id=kJFg/ namespace=openshift-storage time="2024-07-20T17:08:50Z" level=info msg="no subscriptions were updated" id=kJFg/ namespace=openshift-storage time="2024-07-20T17:08:50Z" level=info msg="error updating InstallPlan status" id=xuI6L ip=install-6q97k namespace=openshift-storage phase=Installing updateError="Operation cannot be fulfilled on installplans.operators.coreos.com \"install-6q97k\": the object has been modified; please apply your changes to the latest version and try again" E0720 17:08:50.845172 1 queueinformer_operator.go:319] sync {"update" "openshift-storage/install-6q97k"} failed: error updating InstallPlan status: Operation cannot be fulfilled on installplans.operators.coreos.com "install-6q97k": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:08:50Z" level=info msg=syncing id=4MJAD ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T17:08:50Z" level=info msg=syncing id=WT5Fv ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T17:08:54Z" level=info msg="resolving sources" id=QO2+5 namespace=openshift-storage time="2024-07-20T17:08:54Z" level=info msg="checking if subscriptions need update" id=QO2+5 namespace=openshift-storage time="2024-07-20T17:08:54Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:08:54Z" level=info msg="searching for current pods" time="2024-07-20T17:08:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="searching for current pods" time="2024-07-20T17:08:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="searching for current pods" time="2024-07-20T17:08:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="searching for current pods" time="2024-07-20T17:08:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="searching for current pods" time="2024-07-20T17:08:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:08:54Z" level=info msg="resolving subscriptions in namespace" id=QO2+5 namespace=openshift-storage time="2024-07-20T17:08:55Z" level=info msg="no subscriptions were updated" id=QO2+5 namespace=openshift-storage time="2024-07-20T17:09:00Z" level=info msg="resolving sources" id=TK1KZ namespace=openshift-storage time="2024-07-20T17:09:00Z" level=info msg="checking if subscriptions need update" id=TK1KZ namespace=openshift-storage time="2024-07-20T17:09:00Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:00Z" level=info msg="searching for current pods" time="2024-07-20T17:09:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="searching for current pods" time="2024-07-20T17:09:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="searching for current pods" time="2024-07-20T17:09:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="searching for current pods" time="2024-07-20T17:09:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="searching for current pods" time="2024-07-20T17:09:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:00Z" level=info msg="resolving subscriptions in namespace" id=TK1KZ namespace=openshift-storage time="2024-07-20T17:09:01Z" level=info msg="no subscriptions were updated" id=TK1KZ namespace=openshift-storage time="2024-07-20T17:09:05Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:05Z" level=info msg="resolving sources" id=gjrNQ namespace=openshift-storage time="2024-07-20T17:09:05Z" level=info msg="checking if subscriptions need update" id=gjrNQ namespace=openshift-storage time="2024-07-20T17:09:05Z" level=info msg="searching for current pods" time="2024-07-20T17:09:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="searching for current pods" time="2024-07-20T17:09:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="searching for current pods" time="2024-07-20T17:09:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="searching for current pods" time="2024-07-20T17:09:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="searching for current pods" time="2024-07-20T17:09:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:05Z" level=info msg="resolving subscriptions in namespace" id=gjrNQ namespace=openshift-storage time="2024-07-20T17:09:06Z" level=info msg="no subscriptions were updated" id=gjrNQ namespace=openshift-storage time="2024-07-20T17:09:10Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:10Z" level=info msg="resolving sources" id=Win5S namespace=openshift-storage time="2024-07-20T17:09:10Z" level=info msg="checking if subscriptions need update" id=Win5S namespace=openshift-storage time="2024-07-20T17:09:10Z" level=info msg="searching for current pods" time="2024-07-20T17:09:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="searching for current pods" time="2024-07-20T17:09:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="searching for current pods" time="2024-07-20T17:09:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="searching for current pods" time="2024-07-20T17:09:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="searching for current pods" time="2024-07-20T17:09:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:10Z" level=info msg="resolving subscriptions in namespace" id=Win5S namespace=openshift-storage time="2024-07-20T17:09:11Z" level=info msg="no subscriptions were updated" id=Win5S namespace=openshift-storage time="2024-07-20T17:09:16Z" level=info msg="resolving sources" id=/hs80 namespace=openshift-storage time="2024-07-20T17:09:16Z" level=info msg="checking if subscriptions need update" id=/hs80 namespace=openshift-storage time="2024-07-20T17:09:16Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:16Z" level=info msg="searching for current pods" time="2024-07-20T17:09:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="searching for current pods" time="2024-07-20T17:09:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="searching for current pods" time="2024-07-20T17:09:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="searching for current pods" time="2024-07-20T17:09:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="searching for current pods" time="2024-07-20T17:09:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:16Z" level=info msg="resolving subscriptions in namespace" id=/hs80 namespace=openshift-storage time="2024-07-20T17:09:16Z" level=info msg="no subscriptions were updated" id=/hs80 namespace=openshift-storage time="2024-07-20T17:09:21Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:21Z" level=info msg="resolving sources" id=UO0SW namespace=openshift-storage time="2024-07-20T17:09:21Z" level=info msg="checking if subscriptions need update" id=UO0SW namespace=openshift-storage time="2024-07-20T17:09:21Z" level=info msg="searching for current pods" time="2024-07-20T17:09:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="searching for current pods" time="2024-07-20T17:09:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="searching for current pods" time="2024-07-20T17:09:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="searching for current pods" time="2024-07-20T17:09:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="searching for current pods" time="2024-07-20T17:09:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:21Z" level=info msg="resolving subscriptions in namespace" id=UO0SW namespace=openshift-storage time="2024-07-20T17:09:21Z" level=info msg="no subscriptions were updated" id=UO0SW namespace=openshift-storage time="2024-07-20T17:09:26Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:26Z" level=info msg="resolving sources" id=RozXB namespace=openshift-storage time="2024-07-20T17:09:26Z" level=info msg="checking if subscriptions need update" id=RozXB namespace=openshift-storage time="2024-07-20T17:09:26Z" level=info msg="searching for current pods" time="2024-07-20T17:09:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="searching for current pods" time="2024-07-20T17:09:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="searching for current pods" time="2024-07-20T17:09:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="searching for current pods" time="2024-07-20T17:09:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="searching for current pods" time="2024-07-20T17:09:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:26Z" level=info msg="resolving subscriptions in namespace" id=RozXB namespace=openshift-storage time="2024-07-20T17:09:26Z" level=info msg="no subscriptions were updated" id=RozXB namespace=openshift-storage time="2024-07-20T17:09:31Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:31Z" level=info msg="resolving sources" id=Lxquc namespace=openshift-storage time="2024-07-20T17:09:31Z" level=info msg="checking if subscriptions need update" id=Lxquc namespace=openshift-storage time="2024-07-20T17:09:31Z" level=info msg="searching for current pods" time="2024-07-20T17:09:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="searching for current pods" time="2024-07-20T17:09:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="searching for current pods" time="2024-07-20T17:09:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="searching for current pods" time="2024-07-20T17:09:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="searching for current pods" time="2024-07-20T17:09:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:31Z" level=info msg="resolving subscriptions in namespace" id=Lxquc namespace=openshift-storage time="2024-07-20T17:09:32Z" level=info msg="no subscriptions were updated" id=Lxquc namespace=openshift-storage time="2024-07-20T17:09:36Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:36Z" level=info msg="resolving sources" id=pCz30 namespace=openshift-storage time="2024-07-20T17:09:36Z" level=info msg="checking if subscriptions need update" id=pCz30 namespace=openshift-storage time="2024-07-20T17:09:36Z" level=info msg="searching for current pods" time="2024-07-20T17:09:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="searching for current pods" time="2024-07-20T17:09:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="searching for current pods" time="2024-07-20T17:09:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="searching for current pods" time="2024-07-20T17:09:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="searching for current pods" time="2024-07-20T17:09:36Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:36Z" level=info msg="resolving subscriptions in namespace" id=pCz30 namespace=openshift-storage time="2024-07-20T17:09:37Z" level=info msg="no subscriptions were updated" id=pCz30 namespace=openshift-storage time="2024-07-20T17:09:41Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:41Z" level=info msg="resolving sources" id=l27ws namespace=openshift-storage time="2024-07-20T17:09:41Z" level=info msg="checking if subscriptions need update" id=l27ws namespace=openshift-storage time="2024-07-20T17:09:41Z" level=info msg="searching for current pods" time="2024-07-20T17:09:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="searching for current pods" time="2024-07-20T17:09:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="searching for current pods" time="2024-07-20T17:09:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="searching for current pods" time="2024-07-20T17:09:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="searching for current pods" time="2024-07-20T17:09:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:41Z" level=info msg="resolving subscriptions in namespace" id=l27ws namespace=openshift-storage time="2024-07-20T17:09:42Z" level=info msg="no subscriptions were updated" id=l27ws namespace=openshift-storage time="2024-07-20T17:09:46Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:46Z" level=info msg="resolving sources" id=tXtsO namespace=openshift-storage time="2024-07-20T17:09:46Z" level=info msg="checking if subscriptions need update" id=tXtsO namespace=openshift-storage time="2024-07-20T17:09:47Z" level=info msg="searching for current pods" time="2024-07-20T17:09:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="searching for current pods" time="2024-07-20T17:09:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="searching for current pods" time="2024-07-20T17:09:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="searching for current pods" time="2024-07-20T17:09:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="searching for current pods" time="2024-07-20T17:09:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:47Z" level=info msg="resolving subscriptions in namespace" id=tXtsO namespace=openshift-storage time="2024-07-20T17:09:47Z" level=info msg="no subscriptions were updated" id=tXtsO namespace=openshift-storage time="2024-07-20T17:09:52Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:52Z" level=info msg="resolving sources" id=C9+UM namespace=openshift-storage time="2024-07-20T17:09:52Z" level=info msg="checking if subscriptions need update" id=C9+UM namespace=openshift-storage time="2024-07-20T17:09:52Z" level=info msg="searching for current pods" time="2024-07-20T17:09:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="searching for current pods" time="2024-07-20T17:09:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="searching for current pods" time="2024-07-20T17:09:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="searching for current pods" time="2024-07-20T17:09:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="searching for current pods" time="2024-07-20T17:09:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:52Z" level=info msg="resolving subscriptions in namespace" id=C9+UM namespace=openshift-storage time="2024-07-20T17:09:52Z" level=info msg="no subscriptions were updated" id=C9+UM namespace=openshift-storage time="2024-07-20T17:09:57Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:09:57Z" level=info msg="resolving sources" id=7t/jc namespace=openshift-storage time="2024-07-20T17:09:57Z" level=info msg="checking if subscriptions need update" id=7t/jc namespace=openshift-storage time="2024-07-20T17:09:57Z" level=info msg="searching for current pods" time="2024-07-20T17:09:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="searching for current pods" time="2024-07-20T17:09:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="searching for current pods" time="2024-07-20T17:09:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="searching for current pods" time="2024-07-20T17:09:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="searching for current pods" time="2024-07-20T17:09:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:09:57Z" level=info msg="resolving subscriptions in namespace" id=7t/jc namespace=openshift-storage time="2024-07-20T17:09:57Z" level=info msg="no subscriptions were updated" id=7t/jc namespace=openshift-storage time="2024-07-20T17:09:58Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="catalog update required at 2024-07-20 17:09:58.583521434 +0000 UTC m=+2621.539943133" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FNi0r time="2024-07-20T17:09:58Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:58Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:59Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=tP0m1 time="2024-07-20T17:09:59Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"certified-operators\": the object has been modified; please apply your changes to the latest version and try again" id=tP0m1 E0720 17:09:59.507830 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/certified-operators"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "certified-operators": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:09:59Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:09:59Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:10:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:10:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:10:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:10:00Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vGjpi time="2024-07-20T17:10:00Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:00Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:01Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:01Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sRJCo time="2024-07-20T17:10:01Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:01Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:02Z" level=info msg="resolving sources" id=ZFsLE namespace=openshift-storage time="2024-07-20T17:10:02Z" level=info msg="checking if subscriptions need update" id=ZFsLE namespace=openshift-storage time="2024-07-20T17:10:02Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:02Z" level=info msg="resolving subscriptions in namespace" id=ZFsLE namespace=openshift-storage time="2024-07-20T17:10:02Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:02Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:02Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CAmD3 time="2024-07-20T17:10:02Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:02Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:02Z" level=info msg="no subscriptions were updated" id=ZFsLE namespace=openshift-storage time="2024-07-20T17:10:03Z" level=info msg="searching for current pods" time="2024-07-20T17:10:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:03Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:03Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:03Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=3aGj0 time="2024-07-20T17:10:03Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:03Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:03Z" level=info msg="searching for current pods" time="2024-07-20T17:10:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:04Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:04Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3aGj0 time="2024-07-20T17:10:04Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:04Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:04Z" level=info msg="searching for current pods" time="2024-07-20T17:10:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:05Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=avfHO time="2024-07-20T17:10:05Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:05Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:05Z" level=info msg="searching for current pods" time="2024-07-20T17:10:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:06Z" level=info msg="searching for current pods" time="2024-07-20T17:10:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:06Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:06Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:06Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=avfHO time="2024-07-20T17:10:08Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:08Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Vpx8D time="2024-07-20T17:10:09Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p2/Nw time="2024-07-20T17:10:09Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:09Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:10Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:10Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:10Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NbIWP time="2024-07-20T17:10:11Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:11Z" level=info msg="resolving sources" id=sw3kM namespace=openshift-storage time="2024-07-20T17:10:11Z" level=info msg="checking if subscriptions need update" id=sw3kM namespace=openshift-storage time="2024-07-20T17:10:11Z" level=info msg="searching for current pods" time="2024-07-20T17:10:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:11Z" level=info msg="searching for current pods" time="2024-07-20T17:10:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:11Z" level=info msg="resolving subscriptions in namespace" id=sw3kM namespace=openshift-storage time="2024-07-20T17:10:11Z" level=info msg="searching for current pods" time="2024-07-20T17:10:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:11Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:11Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:11Z" level=info msg="no subscriptions were updated" id=sw3kM namespace=openshift-storage time="2024-07-20T17:10:12Z" level=info msg="searching for current pods" time="2024-07-20T17:10:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:12Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=w+qHD time="2024-07-20T17:10:12Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:12Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:12Z" level=info msg="searching for current pods" time="2024-07-20T17:10:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:13Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:13Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:13Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=w+qHD time="2024-07-20T17:10:13Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:13Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:14Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:14Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:14Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bcA8L time="2024-07-20T17:10:18Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:18Z" level=info msg="resolving sources" id=tP/Qi namespace=openshift-storage time="2024-07-20T17:10:18Z" level=info msg="checking if subscriptions need update" id=tP/Qi namespace=openshift-storage time="2024-07-20T17:10:18Z" level=info msg="searching for current pods" time="2024-07-20T17:10:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="searching for current pods" time="2024-07-20T17:10:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="searching for current pods" time="2024-07-20T17:10:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="searching for current pods" time="2024-07-20T17:10:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="searching for current pods" time="2024-07-20T17:10:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:18Z" level=info msg="resolving subscriptions in namespace" id=tP/Qi namespace=openshift-storage time="2024-07-20T17:10:18Z" level=info msg="no subscriptions were updated" id=tP/Qi namespace=openshift-storage time="2024-07-20T17:10:23Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:23Z" level=info msg="resolving sources" id=N0fM5 namespace=openshift-storage time="2024-07-20T17:10:23Z" level=info msg="checking if subscriptions need update" id=N0fM5 namespace=openshift-storage time="2024-07-20T17:10:23Z" level=info msg="searching for current pods" time="2024-07-20T17:10:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="searching for current pods" time="2024-07-20T17:10:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="searching for current pods" time="2024-07-20T17:10:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="searching for current pods" time="2024-07-20T17:10:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="searching for current pods" time="2024-07-20T17:10:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:23Z" level=info msg="resolving subscriptions in namespace" id=N0fM5 namespace=openshift-storage time="2024-07-20T17:10:23Z" level=info msg="no subscriptions were updated" id=N0fM5 namespace=openshift-storage time="2024-07-20T17:10:24Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:24Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=KAymA time="2024-07-20T17:10:24Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=KAymA time="2024-07-20T17:10:24Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:24Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:24Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:24Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:24Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=g+88k time="2024-07-20T17:10:24Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:24Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:25Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f1QaY time="2024-07-20T17:10:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:26Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=g+88k time="2024-07-20T17:10:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:26Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wqaef time="2024-07-20T17:10:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:27Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:28Z" level=info msg="catalog update required at 2024-07-20 17:10:28.060917321 +0000 UTC m=+2651.017339030" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:28Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:28Z" level=info msg="resolving sources" id=FImSd namespace=openshift-storage time="2024-07-20T17:10:28Z" level=info msg="checking if subscriptions need update" id=FImSd namespace=openshift-storage time="2024-07-20T17:10:28Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=a0Fgd time="2024-07-20T17:10:28Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:28Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:28Z" level=info msg="resolving subscriptions in namespace" id=FImSd namespace=openshift-storage time="2024-07-20T17:10:28Z" level=info msg="no subscriptions were updated" id=FImSd namespace=openshift-storage time="2024-07-20T17:10:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:29Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7Sf1g time="2024-07-20T17:10:29Z" level=info msg="searching for current pods" time="2024-07-20T17:10:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:29Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=k9VOw time="2024-07-20T17:10:29Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:29Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:30Z" level=info msg="searching for current pods" time="2024-07-20T17:10:30Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:30Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:30Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=k9VOw time="2024-07-20T17:10:30Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"community-operators\": the object has been modified; please apply your changes to the latest version and try again" id=k9VOw E0720 17:10:30.866682 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/community-operators"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "community-operators": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T17:10:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:31Z" level=info msg="searching for current pods" time="2024-07-20T17:10:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:31Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ZIvsc time="2024-07-20T17:10:31Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:31Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:32Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=lj4UQ time="2024-07-20T17:10:32Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:32Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:32Z" level=info msg="searching for current pods" time="2024-07-20T17:10:32Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:33Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:33Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZIvsc time="2024-07-20T17:10:33Z" level=info msg="searching for current pods" time="2024-07-20T17:10:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:33Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:33Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lj4UQ time="2024-07-20T17:10:33Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:33Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cmu6Z time="2024-07-20T17:10:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=etsIM time="2024-07-20T17:10:38Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZfIrv time="2024-07-20T17:10:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=MQJml time="2024-07-20T17:10:38Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=etsIM time="2024-07-20T17:10:38Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:38Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:38Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:38Z" level=info msg="resolving sources" id=ZhfNK namespace=openshift-storage time="2024-07-20T17:10:38Z" level=info msg="checking if subscriptions need update" id=ZhfNK namespace=openshift-storage time="2024-07-20T17:10:38Z" level=info msg="resolving subscriptions in namespace" id=ZhfNK namespace=openshift-storage time="2024-07-20T17:10:39Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:39Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:39Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=ASr+5 time="2024-07-20T17:10:39Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:39Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ASr+5 time="2024-07-20T17:10:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:39Z" level=info msg="no subscriptions were updated" id=ZhfNK namespace=openshift-storage time="2024-07-20T17:10:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:39Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MQJml time="2024-07-20T17:10:39Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:39Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:40Z" level=info msg="searching for current pods" time="2024-07-20T17:10:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:40Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=kCsm0 time="2024-07-20T17:10:40Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:40Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:40Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:40Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:40Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=gMvz2 time="2024-07-20T17:10:40Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:40Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:41Z" level=info msg="searching for current pods" time="2024-07-20T17:10:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:42Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:42Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:42Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:42Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kCsm0 time="2024-07-20T17:10:42Z" level=info msg="searching for current pods" time="2024-07-20T17:10:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:43Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gMvz2 time="2024-07-20T17:10:43Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="searching for current pods" time="2024-07-20T17:10:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:43Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:43Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:44Z" level=info msg="searching for current pods" time="2024-07-20T17:10:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:44Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=O+PhD time="2024-07-20T17:10:44Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:44Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AQk6i time="2024-07-20T17:10:49Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:49Z" level=info msg="resolving sources" id=Orm6I namespace=openshift-storage time="2024-07-20T17:10:49Z" level=info msg="checking if subscriptions need update" id=Orm6I namespace=openshift-storage time="2024-07-20T17:10:49Z" level=info msg="searching for current pods" time="2024-07-20T17:10:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="searching for current pods" time="2024-07-20T17:10:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="searching for current pods" time="2024-07-20T17:10:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="searching for current pods" time="2024-07-20T17:10:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="searching for current pods" time="2024-07-20T17:10:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:49Z" level=info msg="resolving subscriptions in namespace" id=Orm6I namespace=openshift-storage time="2024-07-20T17:10:49Z" level=info msg="no subscriptions were updated" id=Orm6I namespace=openshift-storage time="2024-07-20T17:10:54Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:54Z" level=info msg="resolving sources" id=vhMAi namespace=openshift-storage time="2024-07-20T17:10:54Z" level=info msg="checking if subscriptions need update" id=vhMAi namespace=openshift-storage time="2024-07-20T17:10:54Z" level=info msg="searching for current pods" time="2024-07-20T17:10:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="searching for current pods" time="2024-07-20T17:10:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="searching for current pods" time="2024-07-20T17:10:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="searching for current pods" time="2024-07-20T17:10:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="searching for current pods" time="2024-07-20T17:10:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:54Z" level=info msg="resolving subscriptions in namespace" id=vhMAi namespace=openshift-storage time="2024-07-20T17:10:54Z" level=info msg="no subscriptions were updated" id=vhMAi namespace=openshift-storage time="2024-07-20T17:10:59Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:10:59Z" level=info msg="resolving sources" id=3SYD7 namespace=openshift-storage time="2024-07-20T17:10:59Z" level=info msg="checking if subscriptions need update" id=3SYD7 namespace=openshift-storage time="2024-07-20T17:10:59Z" level=info msg="searching for current pods" time="2024-07-20T17:10:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="searching for current pods" time="2024-07-20T17:10:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="searching for current pods" time="2024-07-20T17:10:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="searching for current pods" time="2024-07-20T17:10:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="searching for current pods" time="2024-07-20T17:10:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:10:59Z" level=info msg="resolving subscriptions in namespace" id=3SYD7 namespace=openshift-storage time="2024-07-20T17:10:59Z" level=info msg="no subscriptions were updated" id=3SYD7 namespace=openshift-storage time="2024-07-20T17:11:03Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:03Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=S7WA0 time="2024-07-20T17:11:04Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:11:04Z" level=info msg="resolving sources" id=ZnJSf namespace=openshift-storage time="2024-07-20T17:11:04Z" level=info msg="checking if subscriptions need update" id=ZnJSf namespace=openshift-storage time="2024-07-20T17:11:04Z" level=info msg="searching for current pods" time="2024-07-20T17:11:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="searching for current pods" time="2024-07-20T17:11:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="searching for current pods" time="2024-07-20T17:11:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="searching for current pods" time="2024-07-20T17:11:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="resolving subscriptions in namespace" id=ZnJSf namespace=openshift-storage time="2024-07-20T17:11:04Z" level=info msg="searching for current pods" time="2024-07-20T17:11:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:05Z" level=info msg="no subscriptions were updated" id=ZnJSf namespace=openshift-storage time="2024-07-20T17:11:10Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:11:10Z" level=info msg="resolving sources" id=Uw792 namespace=openshift-storage time="2024-07-20T17:11:10Z" level=info msg="checking if subscriptions need update" id=Uw792 namespace=openshift-storage time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:10Z" level=info msg="resolving subscriptions in namespace" id=Uw792 namespace=openshift-storage time="2024-07-20T17:11:10Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=AKift time="2024-07-20T17:11:10Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=AKift time="2024-07-20T17:11:10Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:10Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=lLRQV time="2024-07-20T17:11:15Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:11:15Z" level=info msg="searching for current pods" time="2024-07-20T17:11:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="searching for current pods" time="2024-07-20T17:11:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="searching for current pods" time="2024-07-20T17:11:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="searching for current pods" time="2024-07-20T17:11:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="searching for current pods" time="2024-07-20T17:11:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:15Z" level=info msg="no subscriptions were updated" id=Uw792 namespace=openshift-storage time="2024-07-20T17:11:15Z" level=info msg="resolving sources" id=MCTpG namespace=openshift-storage time="2024-07-20T17:11:15Z" level=info msg="checking if subscriptions need update" id=MCTpG namespace=openshift-storage time="2024-07-20T17:11:16Z" level=info msg="resolving subscriptions in namespace" id=MCTpG namespace=openshift-storage time="2024-07-20T17:11:20Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:11:20Z" level=info msg="searching for current pods" time="2024-07-20T17:11:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="searching for current pods" time="2024-07-20T17:11:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="searching for current pods" time="2024-07-20T17:11:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="searching for current pods" time="2024-07-20T17:11:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="searching for current pods" time="2024-07-20T17:11:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:23Z" level=info msg="no subscriptions were updated" id=MCTpG namespace=openshift-storage time="2024-07-20T17:11:23Z" level=info msg="resolving sources" id=Qk9Up namespace=openshift-storage time="2024-07-20T17:11:23Z" level=info msg="checking if subscriptions need update" id=Qk9Up namespace=openshift-storage time="2024-07-20T17:11:24Z" level=info msg="resolving subscriptions in namespace" id=Qk9Up namespace=openshift-storage time="2024-07-20T17:11:25Z" level=info msg="no subscriptions were updated" id=Qk9Up namespace=openshift-storage time="2024-07-20T17:11:25Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:11:26Z" level=info msg="resolving sources" id=Q0/dL namespace=openshift-storage time="2024-07-20T17:11:26Z" level=info msg="checking if subscriptions need update" id=Q0/dL namespace=openshift-storage time="2024-07-20T17:11:26Z" level=info msg="searching for current pods" time="2024-07-20T17:11:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="searching for current pods" time="2024-07-20T17:11:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="searching for current pods" time="2024-07-20T17:11:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="searching for current pods" time="2024-07-20T17:11:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="searching for current pods" time="2024-07-20T17:11:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:27Z" level=info msg="resolving subscriptions in namespace" id=Q0/dL namespace=openshift-storage time="2024-07-20T17:11:28Z" level=info msg="no subscriptions were updated" id=Q0/dL namespace=openshift-storage time="2024-07-20T17:11:31Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:11:31Z" level=info msg="resolving sources" id=F3KOm namespace=openshift-storage time="2024-07-20T17:11:31Z" level=info msg="checking if subscriptions need update" id=F3KOm namespace=openshift-storage time="2024-07-20T17:11:31Z" level=info msg="searching for current pods" time="2024-07-20T17:11:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="searching for current pods" time="2024-07-20T17:11:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="searching for current pods" time="2024-07-20T17:11:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="searching for current pods" time="2024-07-20T17:11:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="searching for current pods" time="2024-07-20T17:11:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:11:31Z" level=info msg="resolving subscriptions in namespace" id=F3KOm namespace=openshift-storage time="2024-07-20T17:11:32Z" level=info msg="no subscriptions were updated" id=F3KOm namespace=openshift-storage time="2024-07-20T17:11:36Z" level=info msg="resolving sources" id=jlfe+ namespace=openshift-storage time="2024-07-20T17:11:36Z" level=info msg="checking if subscriptions need update" id=jlfe+ namespace=openshift-storage time="2024-07-20T17:11:36Z" level=info msg="resolving subscriptions in namespace" id=jlfe+ namespace=openshift-storage time="2024-07-20T17:11:37Z" level=info msg="no subscriptions were updated" id=jlfe+ namespace=openshift-storage time="2024-07-20T17:12:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="catalog update required at 2024-07-20 17:12:15.970378271 +0000 UTC m=+2758.926799980" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pqpxC time="2024-07-20T17:12:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dKM5e time="2024-07-20T17:12:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=R/ebh time="2024-07-20T17:12:17Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:17Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:17Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=L21ML time="2024-07-20T17:12:17Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:17Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=L21ML time="2024-07-20T17:12:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=P+YS4 time="2024-07-20T17:12:19Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:19Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=s0ntf time="2024-07-20T17:12:20Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:20Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:20Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=EMexM time="2024-07-20T17:12:20Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:20Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:21Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:21Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:21Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EMexM time="2024-07-20T17:12:21Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:21Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KCO8M time="2024-07-20T17:12:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uwMBw time="2024-07-20T17:12:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JTojJ time="2024-07-20T17:12:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=rz9DS time="2024-07-20T17:12:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V4OmU time="2024-07-20T17:12:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m9bz9 time="2024-07-20T17:12:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JLtb3 time="2024-07-20T17:12:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Pe2ml time="2024-07-20T17:12:45Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:46Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:12:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+3H3 time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=7XF89 namespace=openshift-dns-operator time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=7XF89 namespace=openshift-dns-operator time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=mvcZ6 namespace=openshift-image-registry time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=mvcZ6 namespace=openshift-image-registry time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=mvcZ6 namespace=openshift-image-registry time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=U/EtS namespace=openshift-nutanix-infra time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=U/EtS namespace=openshift-nutanix-infra time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=7XF89 namespace=openshift-dns-operator time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=qX/mU namespace=openshift-operators time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=qX/mU namespace=openshift-operators time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=U/EtS namespace=openshift-nutanix-infra time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=/NHGj namespace=openshift-route-controller-manager time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=/NHGj namespace=openshift-route-controller-manager time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=qX/mU namespace=openshift-operators time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=szYj9 namespace=openshift-cluster-machine-approver time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=szYj9 namespace=openshift-cluster-machine-approver time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=szYj9 namespace=openshift-cluster-machine-approver time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=ONSit namespace=openshift-kube-scheduler time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=ONSit namespace=openshift-kube-scheduler time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=ONSit namespace=openshift-kube-scheduler time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=5i+Zg namespace=openshift-network-operator time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=5i+Zg namespace=openshift-network-operator time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=5i+Zg namespace=openshift-network-operator time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=75RWS namespace=openshift-cluster-version time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=75RWS namespace=openshift-cluster-version time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=/NHGj namespace=openshift-route-controller-manager time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=uimXM namespace=openshift-service-ca-operator time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=uimXM namespace=openshift-service-ca-operator time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=uimXM namespace=openshift-service-ca-operator time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=bLIJP namespace=openshift-node time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=bLIJP namespace=openshift-node time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=75RWS namespace=openshift-cluster-version time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=00T55 namespace=openshift-console time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=00T55 namespace=openshift-console time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-node" id=bLIJP namespace=openshift-node time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=6H1Ie namespace=openshift-etcd-operator time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=6H1Ie namespace=openshift-etcd-operator time="2024-07-20T17:13:09Z" level=info msg="No subscriptions were found in namespace openshift-console" id=00T55 namespace=openshift-console time="2024-07-20T17:13:09Z" level=info msg="resolving sources" id=nzXU3 namespace=openshift-kube-scheduler-operator time="2024-07-20T17:13:09Z" level=info msg="checking if subscriptions need update" id=nzXU3 namespace=openshift-kube-scheduler-operator time="2024-07-20T17:13:10Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=6H1Ie namespace=openshift-etcd-operator time="2024-07-20T17:13:10Z" level=info msg="resolving sources" id=JhFp6 namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:13:10Z" level=info msg="checking if subscriptions need update" id=JhFp6 namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:13:10Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=nzXU3 namespace=openshift-kube-scheduler-operator time="2024-07-20T17:13:10Z" level=info msg="resolving sources" id=lfYS/ namespace=openshift-machine-api time="2024-07-20T17:13:10Z" level=info msg="checking if subscriptions need update" id=lfYS/ namespace=openshift-machine-api time="2024-07-20T17:13:10Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=JhFp6 namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:13:10Z" level=info msg="resolving sources" id=fRo1Z namespace=openshift-etcd time="2024-07-20T17:13:10Z" level=info msg="checking if subscriptions need update" id=fRo1Z namespace=openshift-etcd time="2024-07-20T17:13:10Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=lfYS/ namespace=openshift-machine-api time="2024-07-20T17:13:10Z" level=info msg="resolving sources" id=tr/7z namespace=openshift-authentication-operator time="2024-07-20T17:13:10Z" level=info msg="checking if subscriptions need update" id=tr/7z namespace=openshift-authentication-operator time="2024-07-20T17:13:10Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=fRo1Z namespace=openshift-etcd time="2024-07-20T17:13:10Z" level=info msg="resolving sources" id=d/zvI namespace=openshift-config time="2024-07-20T17:13:10Z" level=info msg="checking if subscriptions need update" id=d/zvI namespace=openshift-config time="2024-07-20T17:13:11Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=tr/7z namespace=openshift-authentication-operator time="2024-07-20T17:13:11Z" level=info msg="resolving sources" id=CDvie namespace=openshift-machine-config-operator time="2024-07-20T17:13:11Z" level=info msg="checking if subscriptions need update" id=CDvie namespace=openshift-machine-config-operator time="2024-07-20T17:13:11Z" level=info msg="No subscriptions were found in namespace openshift-config" id=d/zvI namespace=openshift-config time="2024-07-20T17:13:11Z" level=info msg="resolving sources" id=uzxZr namespace=kube-public time="2024-07-20T17:13:11Z" level=info msg="checking if subscriptions need update" id=uzxZr namespace=kube-public time="2024-07-20T17:13:11Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=CDvie namespace=openshift-machine-config-operator time="2024-07-20T17:13:11Z" level=info msg="resolving sources" id=eNjmr namespace=openshift-insights time="2024-07-20T17:13:11Z" level=info msg="checking if subscriptions need update" id=eNjmr namespace=openshift-insights time="2024-07-20T17:13:11Z" level=info msg="No subscriptions were found in namespace kube-public" id=uzxZr namespace=kube-public time="2024-07-20T17:13:11Z" level=info msg="resolving sources" id=ggkNw namespace=openshift-multus time="2024-07-20T17:13:11Z" level=info msg="checking if subscriptions need update" id=ggkNw namespace=openshift-multus time="2024-07-20T17:13:11Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=eNjmr namespace=openshift-insights time="2024-07-20T17:13:11Z" level=info msg="resolving sources" id=UY2fl namespace=openshift-ingress time="2024-07-20T17:13:11Z" level=info msg="checking if subscriptions need update" id=UY2fl namespace=openshift-ingress time="2024-07-20T17:13:12Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=ggkNw namespace=openshift-multus time="2024-07-20T17:13:12Z" level=info msg="resolving sources" id=lsla2 namespace=openshift-kube-apiserver time="2024-07-20T17:13:12Z" level=info msg="checking if subscriptions need update" id=lsla2 namespace=openshift-kube-apiserver time="2024-07-20T17:13:12Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=UY2fl namespace=openshift-ingress time="2024-07-20T17:13:12Z" level=info msg="resolving sources" id=lK3A+ namespace=openshift-network-node-identity time="2024-07-20T17:13:12Z" level=info msg="checking if subscriptions need update" id=lK3A+ namespace=openshift-network-node-identity time="2024-07-20T17:13:12Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=lsla2 namespace=openshift-kube-apiserver time="2024-07-20T17:13:12Z" level=info msg="resolving sources" id=uBUCS namespace=openshift-oauth-apiserver time="2024-07-20T17:13:12Z" level=info msg="checking if subscriptions need update" id=uBUCS namespace=openshift-oauth-apiserver time="2024-07-20T17:13:12Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=lK3A+ namespace=openshift-network-node-identity time="2024-07-20T17:13:12Z" level=info msg="resolving sources" id=L5iym namespace=openshift-cluster-samples-operator time="2024-07-20T17:13:12Z" level=info msg="checking if subscriptions need update" id=L5iym namespace=openshift-cluster-samples-operator time="2024-07-20T17:13:12Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=uBUCS namespace=openshift-oauth-apiserver time="2024-07-20T17:13:12Z" level=info msg="resolving sources" id=0kOxM namespace=openshift-config-managed time="2024-07-20T17:13:12Z" level=info msg="checking if subscriptions need update" id=0kOxM namespace=openshift-config-managed time="2024-07-20T17:13:13Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=L5iym namespace=openshift-cluster-samples-operator time="2024-07-20T17:13:13Z" level=info msg="resolving sources" id=0TBDs namespace=openshift-ingress-canary time="2024-07-20T17:13:13Z" level=info msg="checking if subscriptions need update" id=0TBDs namespace=openshift-ingress-canary time="2024-07-20T17:13:13Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=0kOxM namespace=openshift-config-managed time="2024-07-20T17:13:13Z" level=info msg="resolving sources" id=j8HB/ namespace=openshift-console-operator time="2024-07-20T17:13:13Z" level=info msg="checking if subscriptions need update" id=j8HB/ namespace=openshift-console-operator time="2024-07-20T17:13:13Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=0TBDs namespace=openshift-ingress-canary time="2024-07-20T17:13:13Z" level=info msg="resolving sources" id=1xMqq namespace=kube-system time="2024-07-20T17:13:13Z" level=info msg="checking if subscriptions need update" id=1xMqq namespace=kube-system time="2024-07-20T17:13:13Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=j8HB/ namespace=openshift-console-operator time="2024-07-20T17:13:13Z" level=info msg="resolving sources" id=/7CTp namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:13:13Z" level=info msg="checking if subscriptions need update" id=/7CTp namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:13:13Z" level=info msg="No subscriptions were found in namespace kube-system" id=1xMqq namespace=kube-system time="2024-07-20T17:13:13Z" level=info msg="resolving sources" id=tP4kJ namespace=openshift-cloud-controller-manager time="2024-07-20T17:13:13Z" level=info msg="checking if subscriptions need update" id=tP4kJ namespace=openshift-cloud-controller-manager time="2024-07-20T17:13:14Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=/7CTp namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:13:14Z" level=info msg="resolving sources" id=2MOmh namespace=openshift-cloud-credential-operator time="2024-07-20T17:13:14Z" level=info msg="checking if subscriptions need update" id=2MOmh namespace=openshift-cloud-credential-operator time="2024-07-20T17:13:14Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=tP4kJ namespace=openshift-cloud-controller-manager time="2024-07-20T17:13:14Z" level=info msg="resolving sources" id=b3Up1 namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:13:14Z" level=info msg="checking if subscriptions need update" id=b3Up1 namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:13:14Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=2MOmh namespace=openshift-cloud-credential-operator time="2024-07-20T17:13:14Z" level=info msg="resolving sources" id=fQZfa namespace=kube-node-lease time="2024-07-20T17:13:14Z" level=info msg="checking if subscriptions need update" id=fQZfa namespace=kube-node-lease time="2024-07-20T17:13:14Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=b3Up1 namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:13:14Z" level=info msg="resolving sources" id=SPY53 namespace=openshift-apiserver time="2024-07-20T17:13:14Z" level=info msg="checking if subscriptions need update" id=SPY53 namespace=openshift-apiserver time="2024-07-20T17:13:14Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=fQZfa namespace=kube-node-lease time="2024-07-20T17:13:14Z" level=info msg="resolving sources" id=lkMLl namespace=openshift-cloud-network-config-controller time="2024-07-20T17:13:14Z" level=info msg="checking if subscriptions need update" id=lkMLl namespace=openshift-cloud-network-config-controller time="2024-07-20T17:13:15Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=SPY53 namespace=openshift-apiserver time="2024-07-20T17:13:15Z" level=info msg="resolving sources" id=kt+u0 namespace=openshift-controller-manager time="2024-07-20T17:13:15Z" level=info msg="checking if subscriptions need update" id=kt+u0 namespace=openshift-controller-manager time="2024-07-20T17:13:15Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=lkMLl namespace=openshift-cloud-network-config-controller time="2024-07-20T17:13:15Z" level=info msg="resolving sources" id=OedZg namespace=openshift-kni-infra time="2024-07-20T17:13:15Z" level=info msg="checking if subscriptions need update" id=OedZg namespace=openshift-kni-infra time="2024-07-20T17:13:15Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=kt+u0 namespace=openshift-controller-manager time="2024-07-20T17:13:15Z" level=info msg="resolving sources" id=BUI1l namespace=default time="2024-07-20T17:13:15Z" level=info msg="checking if subscriptions need update" id=BUI1l namespace=default time="2024-07-20T17:13:15Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=OedZg namespace=openshift-kni-infra time="2024-07-20T17:13:15Z" level=info msg="resolving sources" id=tvXty namespace=openshift-dns time="2024-07-20T17:13:15Z" level=info msg="checking if subscriptions need update" id=tvXty namespace=openshift-dns time="2024-07-20T17:13:15Z" level=info msg="No subscriptions were found in namespace default" id=BUI1l namespace=default time="2024-07-20T17:13:15Z" level=info msg="resolving sources" id=yHAOl namespace=openshift-ingress-operator time="2024-07-20T17:13:15Z" level=info msg="checking if subscriptions need update" id=yHAOl namespace=openshift-ingress-operator time="2024-07-20T17:13:16Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=tvXty namespace=openshift-dns time="2024-07-20T17:13:16Z" level=info msg="resolving sources" id=WIM7J namespace=openshift-marketplace time="2024-07-20T17:13:16Z" level=info msg="checking if subscriptions need update" id=WIM7J namespace=openshift-marketplace time="2024-07-20T17:13:16Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=yHAOl namespace=openshift-ingress-operator time="2024-07-20T17:13:16Z" level=info msg="resolving sources" id=9Y8go namespace=openshift-network-diagnostics time="2024-07-20T17:13:16Z" level=info msg="checking if subscriptions need update" id=9Y8go namespace=openshift-network-diagnostics time="2024-07-20T17:13:16Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=WIM7J namespace=openshift-marketplace time="2024-07-20T17:13:16Z" level=info msg="resolving sources" id=4PXlM namespace=openshift-ovn-kubernetes time="2024-07-20T17:13:16Z" level=info msg="checking if subscriptions need update" id=4PXlM namespace=openshift-ovn-kubernetes time="2024-07-20T17:13:16Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=9Y8go namespace=openshift-network-diagnostics time="2024-07-20T17:13:16Z" level=info msg="resolving sources" id=gXsI+ namespace=openshift-service-ca time="2024-07-20T17:13:16Z" level=info msg="checking if subscriptions need update" id=gXsI+ namespace=openshift-service-ca time="2024-07-20T17:13:16Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=4PXlM namespace=openshift-ovn-kubernetes time="2024-07-20T17:13:16Z" level=info msg="resolving sources" id=J1PJ4 namespace=openshift-apiserver-operator time="2024-07-20T17:13:16Z" level=info msg="checking if subscriptions need update" id=J1PJ4 namespace=openshift-apiserver-operator time="2024-07-20T17:13:17Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=gXsI+ namespace=openshift-service-ca time="2024-07-20T17:13:17Z" level=info msg="resolving sources" id=kykcW namespace=openshift-cluster-storage-operator time="2024-07-20T17:13:17Z" level=info msg="checking if subscriptions need update" id=kykcW namespace=openshift-cluster-storage-operator time="2024-07-20T17:13:17Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=J1PJ4 namespace=openshift-apiserver-operator time="2024-07-20T17:13:17Z" level=info msg="resolving sources" id=uOheF namespace=openshift-controller-manager-operator time="2024-07-20T17:13:17Z" level=info msg="checking if subscriptions need update" id=uOheF namespace=openshift-controller-manager-operator time="2024-07-20T17:13:17Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=kykcW namespace=openshift-cluster-storage-operator time="2024-07-20T17:13:17Z" level=info msg="resolving sources" id=y5pNj namespace=openshift-kube-controller-manager time="2024-07-20T17:13:17Z" level=info msg="checking if subscriptions need update" id=y5pNj namespace=openshift-kube-controller-manager time="2024-07-20T17:13:17Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=uOheF namespace=openshift-controller-manager-operator time="2024-07-20T17:13:17Z" level=info msg="resolving sources" id=AUkXh namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:13:17Z" level=info msg="checking if subscriptions need update" id=AUkXh namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:13:17Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=y5pNj namespace=openshift-kube-controller-manager time="2024-07-20T17:13:17Z" level=info msg="resolving sources" id=z8a9o namespace=openshift-monitoring time="2024-07-20T17:13:17Z" level=info msg="checking if subscriptions need update" id=z8a9o namespace=openshift-monitoring time="2024-07-20T17:13:18Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=AUkXh namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:13:18Z" level=info msg="resolving sources" id=lusY8 namespace=openshift-openstack-infra time="2024-07-20T17:13:18Z" level=info msg="checking if subscriptions need update" id=lusY8 namespace=openshift-openstack-infra time="2024-07-20T17:13:18Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=z8a9o namespace=openshift-monitoring time="2024-07-20T17:13:18Z" level=info msg="resolving sources" id=XpQyX namespace=openshift-cluster-csi-drivers time="2024-07-20T17:13:18Z" level=info msg="checking if subscriptions need update" id=XpQyX namespace=openshift-cluster-csi-drivers time="2024-07-20T17:13:18Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=lusY8 namespace=openshift-openstack-infra time="2024-07-20T17:13:18Z" level=info msg="resolving sources" id=X/rh/ namespace=openshift-config-operator time="2024-07-20T17:13:18Z" level=info msg="checking if subscriptions need update" id=X/rh/ namespace=openshift-config-operator time="2024-07-20T17:13:18Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=XpQyX namespace=openshift-cluster-csi-drivers time="2024-07-20T17:13:18Z" level=info msg="resolving sources" id=13Lbd namespace=openshift-host-network time="2024-07-20T17:13:18Z" level=info msg="checking if subscriptions need update" id=13Lbd namespace=openshift-host-network time="2024-07-20T17:13:18Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=X/rh/ namespace=openshift-config-operator time="2024-07-20T17:13:18Z" level=info msg="resolving sources" id=zUBtH namespace=openshift-infra time="2024-07-20T17:13:18Z" level=info msg="checking if subscriptions need update" id=zUBtH namespace=openshift-infra time="2024-07-20T17:13:19Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=13Lbd namespace=openshift-host-network time="2024-07-20T17:13:19Z" level=info msg="resolving sources" id=85Iyb namespace=openshift-ovirt-infra time="2024-07-20T17:13:19Z" level=info msg="checking if subscriptions need update" id=85Iyb namespace=openshift-ovirt-infra time="2024-07-20T17:13:19Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=zUBtH namespace=openshift-infra time="2024-07-20T17:13:19Z" level=info msg="resolving sources" id=fTiTk namespace=openshift-storage time="2024-07-20T17:13:19Z" level=info msg="checking if subscriptions need update" id=fTiTk namespace=openshift-storage time="2024-07-20T17:13:19Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=85Iyb namespace=openshift-ovirt-infra time="2024-07-20T17:13:19Z" level=info msg="resolving sources" id=RT2Os namespace=openshift-cloud-platform-infra time="2024-07-20T17:13:19Z" level=info msg="checking if subscriptions need update" id=RT2Os namespace=openshift-cloud-platform-infra time="2024-07-20T17:13:19Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=RT2Os namespace=openshift-cloud-platform-infra time="2024-07-20T17:13:19Z" level=info msg="resolving sources" id=0IsJk namespace=openshift-e2e-loki time="2024-07-20T17:13:19Z" level=info msg="checking if subscriptions need update" id=0IsJk namespace=openshift-e2e-loki time="2024-07-20T17:13:20Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=0IsJk namespace=openshift-e2e-loki time="2024-07-20T17:13:20Z" level=info msg="resolving sources" id=oBYOn namespace=openshift-user-workload-monitoring time="2024-07-20T17:13:20Z" level=info msg="checking if subscriptions need update" id=oBYOn namespace=openshift-user-workload-monitoring time="2024-07-20T17:13:20Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=oBYOn namespace=openshift-user-workload-monitoring time="2024-07-20T17:13:20Z" level=info msg="resolving sources" id=I5tIX namespace=openshift-vsphere-infra time="2024-07-20T17:13:20Z" level=info msg="checking if subscriptions need update" id=I5tIX namespace=openshift-vsphere-infra time="2024-07-20T17:13:21Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=I5tIX namespace=openshift-vsphere-infra time="2024-07-20T17:13:21Z" level=info msg="resolving sources" id=mTqQK namespace=openshift-console-user-settings time="2024-07-20T17:13:21Z" level=info msg="checking if subscriptions need update" id=mTqQK namespace=openshift-console-user-settings time="2024-07-20T17:13:21Z" level=info msg="resolving subscriptions in namespace" id=fTiTk namespace=openshift-storage time="2024-07-20T17:13:21Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=mTqQK namespace=openshift-console-user-settings time="2024-07-20T17:13:21Z" level=info msg="resolving sources" id=uj8a8 namespace=openshift-authentication time="2024-07-20T17:13:21Z" level=info msg="checking if subscriptions need update" id=uj8a8 namespace=openshift-authentication time="2024-07-20T17:13:21Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=uj8a8 namespace=openshift-authentication time="2024-07-20T17:13:21Z" level=info msg="resolving sources" id=SjDju namespace=openshift-kube-apiserver-operator time="2024-07-20T17:13:21Z" level=info msg="checking if subscriptions need update" id=SjDju namespace=openshift-kube-apiserver-operator time="2024-07-20T17:13:22Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=SjDju namespace=openshift-kube-apiserver-operator time="2024-07-20T17:13:22Z" level=info msg="resolving sources" id=7Kjj/ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:13:22Z" level=info msg="checking if subscriptions need update" id=7Kjj/ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:13:22Z" level=info msg="no subscriptions were updated" id=fTiTk namespace=openshift-storage time="2024-07-20T17:13:22Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=7Kjj/ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:13:22Z" level=info msg="resolving sources" id=Q/gEs namespace=openshift time="2024-07-20T17:13:22Z" level=info msg="checking if subscriptions need update" id=Q/gEs namespace=openshift time="2024-07-20T17:13:23Z" level=info msg="No subscriptions were found in namespace openshift" id=Q/gEs namespace=openshift time="2024-07-20T17:13:23Z" level=info msg="resolving sources" id=7Z4VT namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:13:23Z" level=info msg="checking if subscriptions need update" id=7Z4VT namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:13:24Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=7Z4VT namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:13:43Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=22JCw time="2024-07-20T17:13:43Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+q+/g time="2024-07-20T17:13:43Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=22JCw time="2024-07-20T17:13:43Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:43Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+nzXY time="2024-07-20T17:13:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=hepkU time="2024-07-20T17:13:45Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:45Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:45Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0llQQ time="2024-07-20T17:13:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:13:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hepkU time="2024-07-20T17:15:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:15:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=G3FRR time="2024-07-20T17:16:47Z" level=info msg="resolving sources" id=l9JbI namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="checking if subscriptions need update" id=l9JbI namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=l9JbI namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="resolving sources" id=eSjSV namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="checking if subscriptions need update" id=eSjSV namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=eSjSV namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="resolving sources" id=zfubc namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="checking if subscriptions need update" id=zfubc namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=zfubc namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="resolving sources" id=BMWtJ namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="checking if subscriptions need update" id=BMWtJ namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:47Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=BMWtJ namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:48Z" level=info msg="resolving sources" id=4O77w namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:48Z" level=info msg="checking if subscriptions need update" id=4O77w namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:16:48Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=4O77w namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:19:28Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="catalog update required at 2024-07-20 17:19:28.52653855 +0000 UTC m=+3191.482960259" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8Anv1 time="2024-07-20T17:19:28Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:28Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3jiHX time="2024-07-20T17:19:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=YBOhM time="2024-07-20T17:19:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:29Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=FjB2x time="2024-07-20T17:19:29Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:29Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:30Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YBOhM time="2024-07-20T17:19:30Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:30Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:30Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FjB2x time="2024-07-20T17:19:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:31Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:31Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:31Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=75JeL time="2024-07-20T17:19:31Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:31Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=75JeL time="2024-07-20T17:19:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=T4YQ3 time="2024-07-20T17:19:31Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:32Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=T4YQ3 time="2024-07-20T17:19:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:32Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=UMw9T time="2024-07-20T17:19:33Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:33Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=IoSKl time="2024-07-20T17:19:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1Wmnz time="2024-07-20T17:19:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7tYPh time="2024-07-20T17:19:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:40Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:40Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8FH40 time="2024-07-20T17:19:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:41Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nekN2 time="2024-07-20T17:19:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:42Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:42Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3mVjc time="2024-07-20T17:19:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=kHetX time="2024-07-20T17:19:42Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:43Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kHetX time="2024-07-20T17:19:46Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:19:46Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:19:46Z" level=info msg="searching for current pods" time="2024-07-20T17:19:46Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="searching for current pods" time="2024-07-20T17:19:46Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="searching for current pods" time="2024-07-20T17:19:46Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="searching for current pods" time="2024-07-20T17:19:46Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:47Z" level=info msg="searching for current pods" time="2024-07-20T17:19:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:47Z" level=info msg="searching for current pods" time="2024-07-20T17:19:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:47Z" level=info msg="searching for current pods" time="2024-07-20T17:19:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:48Z" level=info msg="searching for current pods" time="2024-07-20T17:19:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:48Z" level=info msg="searching for current pods" time="2024-07-20T17:19:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:48Z" level=info msg="searching for current pods" time="2024-07-20T17:19:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:52Z" level=info msg="resolving sources" id=ne5w6 namespace=openshift-monitoring time="2024-07-20T17:19:52Z" level=info msg="checking if subscriptions need update" id=ne5w6 namespace=openshift-monitoring time="2024-07-20T17:19:52Z" level=info msg="resolving sources" id=c5+au namespace=openshift-storage time="2024-07-20T17:19:52Z" level=info msg="checking if subscriptions need update" id=c5+au namespace=openshift-storage time="2024-07-20T17:19:52Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=ne5w6 namespace=openshift-monitoring time="2024-07-20T17:19:52Z" level=info msg="resolving sources" id=R5Ez5 namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:19:52Z" level=info msg="checking if subscriptions need update" id=R5Ez5 namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:19:52Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=R5Ez5 namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:19:52Z" level=info msg="resolving sources" id=H+10i namespace=openshift-operators time="2024-07-20T17:19:52Z" level=info msg="checking if subscriptions need update" id=H+10i namespace=openshift-operators time="2024-07-20T17:19:52Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=H+10i namespace=openshift-operators time="2024-07-20T17:19:52Z" level=info msg="resolving subscriptions in namespace" id=c5+au namespace=openshift-storage time="2024-07-20T17:19:53Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:19:53Z" level=info msg="searching for current pods" time="2024-07-20T17:19:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="searching for current pods" time="2024-07-20T17:19:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="searching for current pods" time="2024-07-20T17:19:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="searching for current pods" time="2024-07-20T17:19:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="searching for current pods" time="2024-07-20T17:19:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:19:54Z" level=info msg="searching for current pods" time="2024-07-20T17:19:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="searching for current pods" time="2024-07-20T17:19:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="searching for current pods" time="2024-07-20T17:19:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="searching for current pods" time="2024-07-20T17:19:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:55Z" level=info msg="searching for current pods" time="2024-07-20T17:19:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SUm46 time="2024-07-20T17:19:58Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:19:58Z" level=info msg="searching for current pods" time="2024-07-20T17:19:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:58Z" level=info msg="searching for current pods" time="2024-07-20T17:19:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:58Z" level=info msg="searching for current pods" time="2024-07-20T17:19:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:59Z" level=info msg="searching for current pods" time="2024-07-20T17:19:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:59Z" level=info msg="searching for current pods" time="2024-07-20T17:19:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:19:59Z" level=info msg="no subscriptions were updated" id=c5+au namespace=openshift-storage time="2024-07-20T17:19:59Z" level=info msg="resolving sources" id=cea1b namespace=openshift-storage time="2024-07-20T17:19:59Z" level=info msg="checking if subscriptions need update" id=cea1b namespace=openshift-storage time="2024-07-20T17:20:00Z" level=info msg="resolving subscriptions in namespace" id=cea1b namespace=openshift-storage time="2024-07-20T17:20:00Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:20:00Z" level=info msg="searching for current pods" time="2024-07-20T17:20:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:00Z" level=info msg="searching for current pods" time="2024-07-20T17:20:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:00Z" level=info msg="searching for current pods" time="2024-07-20T17:20:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:01Z" level=info msg="no subscriptions were updated" id=cea1b namespace=openshift-storage time="2024-07-20T17:20:01Z" level=info msg="searching for current pods" time="2024-07-20T17:20:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:01Z" level=info msg="searching for current pods" time="2024-07-20T17:20:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:02Z" level=info msg="resolving sources" id=8GmWW namespace=openshift-storage time="2024-07-20T17:20:02Z" level=info msg="checking if subscriptions need update" id=8GmWW namespace=openshift-storage time="2024-07-20T17:20:03Z" level=info msg="resolving subscriptions in namespace" id=8GmWW namespace=openshift-storage time="2024-07-20T17:20:03Z" level=info msg="no subscriptions were updated" id=8GmWW namespace=openshift-storage time="2024-07-20T17:20:04Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:20:05Z" level=info msg="resolving sources" id=zDlTU namespace=openshift-storage time="2024-07-20T17:20:05Z" level=info msg="checking if subscriptions need update" id=zDlTU namespace=openshift-storage time="2024-07-20T17:20:05Z" level=info msg="searching for current pods" time="2024-07-20T17:20:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="searching for current pods" time="2024-07-20T17:20:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="searching for current pods" time="2024-07-20T17:20:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="searching for current pods" time="2024-07-20T17:20:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="searching for current pods" time="2024-07-20T17:20:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:06Z" level=info msg="resolving subscriptions in namespace" id=zDlTU namespace=openshift-storage time="2024-07-20T17:20:06Z" level=info msg="no subscriptions were updated" id=zDlTU namespace=openshift-storage time="2024-07-20T17:20:07Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:20:07Z" level=info msg="searching for current pods" time="2024-07-20T17:20:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="searching for current pods" time="2024-07-20T17:20:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="searching for current pods" time="2024-07-20T17:20:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="searching for current pods" time="2024-07-20T17:20:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="searching for current pods" time="2024-07-20T17:20:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:08Z" level=info msg="resolving sources" id=g9CtJ namespace=openshift-storage time="2024-07-20T17:20:08Z" level=info msg="checking if subscriptions need update" id=g9CtJ namespace=openshift-storage time="2024-07-20T17:20:09Z" level=info msg="resolving subscriptions in namespace" id=g9CtJ namespace=openshift-storage time="2024-07-20T17:20:10Z" level=info msg="no subscriptions were updated" id=g9CtJ namespace=openshift-storage time="2024-07-20T17:20:10Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:20:10Z" level=info msg="searching for current pods" time="2024-07-20T17:20:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="searching for current pods" time="2024-07-20T17:20:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="searching for current pods" time="2024-07-20T17:20:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="searching for current pods" time="2024-07-20T17:20:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="searching for current pods" time="2024-07-20T17:20:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:11Z" level=info msg="resolving sources" id=m7IEc namespace=openshift-storage time="2024-07-20T17:20:11Z" level=info msg="checking if subscriptions need update" id=m7IEc namespace=openshift-storage time="2024-07-20T17:20:12Z" level=info msg="resolving subscriptions in namespace" id=m7IEc namespace=openshift-storage time="2024-07-20T17:20:12Z" level=info msg="no subscriptions were updated" id=m7IEc namespace=openshift-storage time="2024-07-20T17:20:13Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:20:13Z" level=info msg="searching for current pods" time="2024-07-20T17:20:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="searching for current pods" time="2024-07-20T17:20:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="searching for current pods" time="2024-07-20T17:20:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="searching for current pods" time="2024-07-20T17:20:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="searching for current pods" time="2024-07-20T17:20:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:13Z" level=info msg="resolving sources" id=0LaZl namespace=openshift-storage time="2024-07-20T17:20:13Z" level=info msg="checking if subscriptions need update" id=0LaZl namespace=openshift-storage time="2024-07-20T17:20:14Z" level=info msg="resolving subscriptions in namespace" id=0LaZl namespace=openshift-storage time="2024-07-20T17:20:15Z" level=info msg="no subscriptions were updated" id=0LaZl namespace=openshift-storage time="2024-07-20T17:20:16Z" level=info msg="resolving sources" id=tfmb3 namespace=openshift-storage time="2024-07-20T17:20:16Z" level=info msg="checking if subscriptions need update" id=tfmb3 namespace=openshift-storage time="2024-07-20T17:20:17Z" level=info msg="resolving subscriptions in namespace" id=tfmb3 namespace=openshift-storage time="2024-07-20T17:20:18Z" level=info msg="no subscriptions were updated" id=tfmb3 namespace=openshift-storage time="2024-07-20T17:20:19Z" level=info msg="resolving sources" id=MQ5OM namespace=openshift-storage time="2024-07-20T17:20:19Z" level=info msg="checking if subscriptions need update" id=MQ5OM namespace=openshift-storage time="2024-07-20T17:20:20Z" level=info msg="resolving subscriptions in namespace" id=MQ5OM namespace=openshift-storage time="2024-07-20T17:20:21Z" level=info msg="no subscriptions were updated" id=MQ5OM namespace=openshift-storage time="2024-07-20T17:20:33Z" level=info msg=syncing id=kzulG ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T17:20:33Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:20:33Z" level=info msg="searching for current pods" time="2024-07-20T17:20:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="searching for current pods" time="2024-07-20T17:20:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="searching for current pods" time="2024-07-20T17:20:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="searching for current pods" time="2024-07-20T17:20:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="searching for current pods" time="2024-07-20T17:20:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:20:38Z" level=info msg="resolving sources" id=eBGh+ namespace=openshift-storage time="2024-07-20T17:20:38Z" level=info msg="checking if subscriptions need update" id=eBGh+ namespace=openshift-storage time="2024-07-20T17:20:38Z" level=info msg="resolving sources" id=8mRtv namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="checking if subscriptions need update" id=8mRtv namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=8mRtv namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="resolving sources" id=WKJPB namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="checking if subscriptions need update" id=WKJPB namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=WKJPB namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="resolving sources" id=ykq4i namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="checking if subscriptions need update" id=ykq4i namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=ykq4i namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="resolving sources" id=JxxD3 namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="checking if subscriptions need update" id=JxxD3 namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=JxxD3 namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="resolving subscriptions in namespace" id=eBGh+ namespace=openshift-storage time="2024-07-20T17:20:38Z" level=info msg="no subscriptions were updated" id=eBGh+ namespace=openshift-storage time="2024-07-20T17:20:38Z" level=info msg="resolving sources" id=4vlx9 namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:38Z" level=info msg="checking if subscriptions need update" id=4vlx9 namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:20:39Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=4vlx9 namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:21:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="catalog update required at 2024-07-20 17:21:20.607234187 +0000 UTC m=+3303.563655886" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OTgy3 time="2024-07-20T17:21:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dtDZX time="2024-07-20T17:21:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nIPFp time="2024-07-20T17:21:21Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:21Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Z+V1H time="2024-07-20T17:21:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=NGuZu time="2024-07-20T17:21:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y4oc+ time="2024-07-20T17:21:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dLtxB time="2024-07-20T17:21:25Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:25Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K5nG7 time="2024-07-20T17:21:31Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mKi0k time="2024-07-20T17:21:31Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UTiu6 time="2024-07-20T17:21:31Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:32Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mhxeu time="2024-07-20T17:21:33Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=TRlue time="2024-07-20T17:21:33Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TRlue time="2024-07-20T17:21:34Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=L8BLZ time="2024-07-20T17:21:35Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WLjZy time="2024-07-20T17:21:35Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:35Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:36Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7BIcu time="2024-07-20T17:21:50Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=YJncb time="2024-07-20T17:21:50Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:21:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YJncb time="2024-07-20T17:22:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="catalog update required at 2024-07-20 17:22:55.210731163 +0000 UTC m=+3398.167152862" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=TM+B5 time="2024-07-20T17:22:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bkXP5 time="2024-07-20T17:22:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:56Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DZbrh time="2024-07-20T17:22:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:57Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sRcGB time="2024-07-20T17:22:57Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:57Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=gkYge time="2024-07-20T17:22:57Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gkYge time="2024-07-20T17:22:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:59Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Mfi8l time="2024-07-20T17:22:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:22:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:23:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:23:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:23:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:23:00Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d1Ac4 time="2024-07-20T17:23:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Dc78p time="2024-07-20T17:23:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q3zP7 time="2024-07-20T17:23:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uo1k3 time="2024-07-20T17:23:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:07Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:07Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7nrPw time="2024-07-20T17:23:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nYBnX time="2024-07-20T17:23:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=XP35t time="2024-07-20T17:23:08Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:09Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=XP35t time="2024-07-20T17:23:09Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:09Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:10Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lL9AC time="2024-07-20T17:23:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=tc7aY time="2024-07-20T17:23:50Z" level=info msg="resolving sources" id=92mjG namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:23:50Z" level=info msg="checking if subscriptions need update" id=92mjG namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:23:50Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=92mjG namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:23:57Z" level=info msg="resolving sources" id=PyJnY namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:23:57Z" level=info msg="checking if subscriptions need update" id=PyJnY namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:23:57Z" level=info msg="No subscriptions were found in namespace namespace-test-ee4fd972b3b64886aafbec5c5" id=PyJnY namespace=namespace-test-ee4fd972b3b64886aafbec5c5 time="2024-07-20T17:24:08Z" level=info msg="resolving sources" id=6XdAS namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="checking if subscriptions need update" id=6XdAS namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=6XdAS namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="resolving sources" id=4W5z1 namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="checking if subscriptions need update" id=4W5z1 namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=4W5z1 namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="resolving sources" id=PFqhN namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="checking if subscriptions need update" id=PFqhN namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=PFqhN namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="resolving sources" id=N+ONh namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="checking if subscriptions need update" id=N+ONh namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:08Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=N+ONh namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:09Z" level=info msg="resolving sources" id=evNNI namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:09Z" level=info msg="checking if subscriptions need update" id=evNNI namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:24:09Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=evNNI namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:26:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1zQvX time="2024-07-20T17:26:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EnX5U time="2024-07-20T17:26:26Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:26Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+HVMH time="2024-07-20T17:26:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:27Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=lWWZY time="2024-07-20T17:26:27Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:27Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:27Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=xhpVK time="2024-07-20T17:26:27Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:27Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:28Z" level=info msg="catalog update required at 2024-07-20 17:26:28.415595044 +0000 UTC m=+3611.372016743" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:28Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xhpVK time="2024-07-20T17:26:28Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lWWZY time="2024-07-20T17:26:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ZA9yz time="2024-07-20T17:26:29Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:29Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+nkS5 time="2024-07-20T17:26:30Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:30Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:31Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pz/tb time="2024-07-20T17:26:32Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:32Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=SsoVC time="2024-07-20T17:26:33Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=X26gy time="2024-07-20T17:26:33Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=X26gy time="2024-07-20T17:26:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FS1u/ time="2024-07-20T17:26:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=G5Zs1 time="2024-07-20T17:26:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:39Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:40Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:40Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:40Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:41Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mV7ms time="2024-07-20T17:26:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:42Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:42Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bMk2L time="2024-07-20T17:26:42Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jaMOc time="2024-07-20T17:26:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:43Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=mw9Sn time="2024-07-20T17:26:43Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=foRcx time="2024-07-20T17:26:43Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:43Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:43Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=foRcx time="2024-07-20T17:26:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:45Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4PaXB time="2024-07-20T17:26:58Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:26:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=f7BdX time="2024-07-20T17:27:12Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=iTkHR time="2024-07-20T17:27:12Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:12Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=0/RqT time="2024-07-20T17:27:19Z" level=info msg="resolving sources" id=fwYK5 namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:27:19Z" level=info msg="checking if subscriptions need update" id=fwYK5 namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:27:19Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=fwYK5 namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:27:25Z" level=info msg="resolving sources" id=rPIoC namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:27:25Z" level=info msg="checking if subscriptions need update" id=rPIoC namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:27:25Z" level=info msg="No subscriptions were found in namespace namespace-test-882cbf77469646eda4d5a7a53" id=rPIoC namespace=namespace-test-882cbf77469646eda4d5a7a53 time="2024-07-20T17:27:45Z" level=info msg="resolving sources" id=LUiq7 namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="checking if subscriptions need update" id=LUiq7 namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=LUiq7 namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="resolving sources" id=UInYx namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="checking if subscriptions need update" id=UInYx namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=UInYx namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="resolving sources" id=IgfAE namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="checking if subscriptions need update" id=IgfAE namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=IgfAE namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="resolving sources" id=0TvHa namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="checking if subscriptions need update" id=0TvHa namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:45Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=0TvHa namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:46Z" level=info msg="resolving sources" id=/dlJu namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:46Z" level=info msg="checking if subscriptions need update" id=/dlJu namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:27:46Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=/dlJu namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:29:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="catalog update required at 2024-07-20 17:29:48.579781573 +0000 UTC m=+3811.536203272" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1wOsj time="2024-07-20T17:29:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lxKDM time="2024-07-20T17:29:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=2+CbO time="2024-07-20T17:29:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MRy0c time="2024-07-20T17:29:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7O6R/ time="2024-07-20T17:29:51Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:51Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qx2jV time="2024-07-20T17:29:52Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:52Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:53Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=qAFiG time="2024-07-20T17:29:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=wBduE time="2024-07-20T17:29:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=wBduE time="2024-07-20T17:29:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Rv5ce time="2024-07-20T17:29:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:29:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:30:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:30:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:30:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:30:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:30:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=EZOn1 time="2024-07-20T17:30:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VQW8A time="2024-07-20T17:30:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Yflrj time="2024-07-20T17:30:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:03Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:03Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ALGLO time="2024-07-20T17:30:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:18Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cVG1Y time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=EFTbe namespace=openshift-cluster-samples-operator time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=EFTbe namespace=openshift-cluster-samples-operator time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=n7p1b namespace=openshift-kube-apiserver time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=n7p1b namespace=openshift-kube-apiserver time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=EFTbe namespace=openshift-cluster-samples-operator time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=6MNSb namespace=openshift-network-node-identity time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=6MNSb namespace=openshift-network-node-identity time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=n7p1b namespace=openshift-kube-apiserver time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=6MNSb namespace=openshift-network-node-identity time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=45JDB namespace=openshift-oauth-apiserver time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=45JDB namespace=openshift-oauth-apiserver time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=BGbaf namespace=kube-system time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=BGbaf namespace=kube-system time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=45JDB namespace=openshift-oauth-apiserver time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=iB+pg namespace=openshift-config-managed time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=iB+pg namespace=openshift-config-managed time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=iB+pg namespace=openshift-config-managed time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=YNSas namespace=openshift-ingress-canary time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=YNSas namespace=openshift-ingress-canary time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace kube-system" id=BGbaf namespace=kube-system time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=Bmrk7 namespace=openshift-console-operator time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=Bmrk7 namespace=openshift-console-operator time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=YNSas namespace=openshift-ingress-canary time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=PrsRQ namespace=openshift-cloud-controller-manager time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=PrsRQ namespace=openshift-cloud-controller-manager time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=Bmrk7 namespace=openshift-console-operator time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=bPzWN namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=bPzWN namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=bPzWN namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=bly4d namespace=kube-node-lease time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=bly4d namespace=kube-node-lease time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=PrsRQ namespace=openshift-cloud-controller-manager time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=StvB4 namespace=openshift-cloud-credential-operator time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=StvB4 namespace=openshift-cloud-credential-operator time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=bly4d namespace=kube-node-lease time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=UlekZ namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=UlekZ namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:30:28Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=StvB4 namespace=openshift-cloud-credential-operator time="2024-07-20T17:30:28Z" level=info msg="resolving sources" id=0nDWY namespace=openshift-kni-infra time="2024-07-20T17:30:28Z" level=info msg="checking if subscriptions need update" id=0nDWY namespace=openshift-kni-infra time="2024-07-20T17:30:29Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=UlekZ namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:30:29Z" level=info msg="resolving sources" id=m9qHG namespace=default time="2024-07-20T17:30:29Z" level=info msg="checking if subscriptions need update" id=m9qHG namespace=default time="2024-07-20T17:30:29Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=0nDWY namespace=openshift-kni-infra time="2024-07-20T17:30:29Z" level=info msg="resolving sources" id=ZL06S namespace=openshift-apiserver time="2024-07-20T17:30:29Z" level=info msg="checking if subscriptions need update" id=ZL06S namespace=openshift-apiserver time="2024-07-20T17:30:29Z" level=info msg="No subscriptions were found in namespace default" id=m9qHG namespace=default time="2024-07-20T17:30:29Z" level=info msg="resolving sources" id=3NkbL namespace=openshift-cloud-network-config-controller time="2024-07-20T17:30:29Z" level=info msg="checking if subscriptions need update" id=3NkbL namespace=openshift-cloud-network-config-controller time="2024-07-20T17:30:29Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=ZL06S namespace=openshift-apiserver time="2024-07-20T17:30:29Z" level=info msg="resolving sources" id=FYJ6B namespace=openshift-controller-manager time="2024-07-20T17:30:29Z" level=info msg="checking if subscriptions need update" id=FYJ6B namespace=openshift-controller-manager time="2024-07-20T17:30:29Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=3NkbL namespace=openshift-cloud-network-config-controller time="2024-07-20T17:30:29Z" level=info msg="resolving sources" id=yVR9B namespace=openshift-network-diagnostics time="2024-07-20T17:30:29Z" level=info msg="checking if subscriptions need update" id=yVR9B namespace=openshift-network-diagnostics time="2024-07-20T17:30:30Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=FYJ6B namespace=openshift-controller-manager time="2024-07-20T17:30:30Z" level=info msg="resolving sources" id=uMVHk namespace=openshift-ovn-kubernetes time="2024-07-20T17:30:30Z" level=info msg="checking if subscriptions need update" id=uMVHk namespace=openshift-ovn-kubernetes time="2024-07-20T17:30:30Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=yVR9B namespace=openshift-network-diagnostics time="2024-07-20T17:30:30Z" level=info msg="resolving sources" id=RJ/tk namespace=openshift-service-ca time="2024-07-20T17:30:30Z" level=info msg="checking if subscriptions need update" id=RJ/tk namespace=openshift-service-ca time="2024-07-20T17:30:30Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=uMVHk namespace=openshift-ovn-kubernetes time="2024-07-20T17:30:30Z" level=info msg="resolving sources" id=Yg386 namespace=openshift-apiserver-operator time="2024-07-20T17:30:30Z" level=info msg="checking if subscriptions need update" id=Yg386 namespace=openshift-apiserver-operator time="2024-07-20T17:30:30Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=RJ/tk namespace=openshift-service-ca time="2024-07-20T17:30:30Z" level=info msg="resolving sources" id=de09h namespace=openshift-dns time="2024-07-20T17:30:30Z" level=info msg="checking if subscriptions need update" id=de09h namespace=openshift-dns time="2024-07-20T17:30:30Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=Yg386 namespace=openshift-apiserver-operator time="2024-07-20T17:30:30Z" level=info msg="resolving sources" id=o1wL1 namespace=openshift-ingress-operator time="2024-07-20T17:30:30Z" level=info msg="checking if subscriptions need update" id=o1wL1 namespace=openshift-ingress-operator time="2024-07-20T17:30:31Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=de09h namespace=openshift-dns time="2024-07-20T17:30:31Z" level=info msg="resolving sources" id=OI7W/ namespace=openshift-marketplace time="2024-07-20T17:30:31Z" level=info msg="checking if subscriptions need update" id=OI7W/ namespace=openshift-marketplace time="2024-07-20T17:30:31Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=o1wL1 namespace=openshift-ingress-operator time="2024-07-20T17:30:31Z" level=info msg="resolving sources" id=B1dwH namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:30:31Z" level=info msg="checking if subscriptions need update" id=B1dwH namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:30:31Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=OI7W/ namespace=openshift-marketplace time="2024-07-20T17:30:31Z" level=info msg="resolving sources" id=aoEYi namespace=openshift-monitoring time="2024-07-20T17:30:31Z" level=info msg="checking if subscriptions need update" id=aoEYi namespace=openshift-monitoring time="2024-07-20T17:30:31Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=B1dwH namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:30:31Z" level=info msg="resolving sources" id=01Q2M namespace=openshift-openstack-infra time="2024-07-20T17:30:31Z" level=info msg="checking if subscriptions need update" id=01Q2M namespace=openshift-openstack-infra time="2024-07-20T17:30:31Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=aoEYi namespace=openshift-monitoring time="2024-07-20T17:30:31Z" level=info msg="resolving sources" id=YU1iv namespace=openshift-cluster-csi-drivers time="2024-07-20T17:30:31Z" level=info msg="checking if subscriptions need update" id=YU1iv namespace=openshift-cluster-csi-drivers time="2024-07-20T17:30:32Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=01Q2M namespace=openshift-openstack-infra time="2024-07-20T17:30:32Z" level=info msg="resolving sources" id=/pWwr namespace=openshift-cluster-storage-operator time="2024-07-20T17:30:32Z" level=info msg="checking if subscriptions need update" id=/pWwr namespace=openshift-cluster-storage-operator time="2024-07-20T17:30:32Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=YU1iv namespace=openshift-cluster-csi-drivers time="2024-07-20T17:30:32Z" level=info msg="resolving sources" id=CAVBE namespace=openshift-controller-manager-operator time="2024-07-20T17:30:32Z" level=info msg="checking if subscriptions need update" id=CAVBE namespace=openshift-controller-manager-operator time="2024-07-20T17:30:32Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=/pWwr namespace=openshift-cluster-storage-operator time="2024-07-20T17:30:32Z" level=info msg="resolving sources" id=F1hX8 namespace=openshift-kube-controller-manager time="2024-07-20T17:30:32Z" level=info msg="checking if subscriptions need update" id=F1hX8 namespace=openshift-kube-controller-manager time="2024-07-20T17:30:32Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=CAVBE namespace=openshift-controller-manager-operator time="2024-07-20T17:30:32Z" level=info msg="resolving sources" id=4ODHQ namespace=openshift-ovirt-infra time="2024-07-20T17:30:32Z" level=info msg="checking if subscriptions need update" id=4ODHQ namespace=openshift-ovirt-infra time="2024-07-20T17:30:32Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=F1hX8 namespace=openshift-kube-controller-manager time="2024-07-20T17:30:32Z" level=info msg="resolving sources" id=1ARlG namespace=openshift-storage time="2024-07-20T17:30:32Z" level=info msg="checking if subscriptions need update" id=1ARlG namespace=openshift-storage time="2024-07-20T17:30:33Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=4ODHQ namespace=openshift-ovirt-infra time="2024-07-20T17:30:33Z" level=info msg="resolving sources" id=v9aCy namespace=openshift-cloud-platform-infra time="2024-07-20T17:30:33Z" level=info msg="checking if subscriptions need update" id=v9aCy namespace=openshift-cloud-platform-infra time="2024-07-20T17:30:33Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=v9aCy namespace=openshift-cloud-platform-infra time="2024-07-20T17:30:33Z" level=info msg="resolving sources" id=hZAYp namespace=openshift-config-operator time="2024-07-20T17:30:33Z" level=info msg="checking if subscriptions need update" id=hZAYp namespace=openshift-config-operator time="2024-07-20T17:30:33Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=hZAYp namespace=openshift-config-operator time="2024-07-20T17:30:33Z" level=info msg="resolving sources" id=UlZPs namespace=openshift-host-network time="2024-07-20T17:30:33Z" level=info msg="checking if subscriptions need update" id=UlZPs namespace=openshift-host-network time="2024-07-20T17:30:34Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=UlZPs namespace=openshift-host-network time="2024-07-20T17:30:34Z" level=info msg="resolving sources" id=tHgeU namespace=openshift-infra time="2024-07-20T17:30:34Z" level=info msg="checking if subscriptions need update" id=tHgeU namespace=openshift-infra time="2024-07-20T17:30:34Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=tHgeU namespace=openshift-infra time="2024-07-20T17:30:34Z" level=info msg="resolving sources" id=E8081 namespace=openshift-console-user-settings time="2024-07-20T17:30:34Z" level=info msg="checking if subscriptions need update" id=E8081 namespace=openshift-console-user-settings time="2024-07-20T17:30:34Z" level=info msg="resolving subscriptions in namespace" id=1ARlG namespace=openshift-storage time="2024-07-20T17:30:35Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=E8081 namespace=openshift-console-user-settings time="2024-07-20T17:30:35Z" level=info msg="resolving sources" id=uNQO4 namespace=openshift-authentication time="2024-07-20T17:30:35Z" level=info msg="checking if subscriptions need update" id=uNQO4 namespace=openshift-authentication time="2024-07-20T17:30:35Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=uNQO4 namespace=openshift-authentication time="2024-07-20T17:30:35Z" level=info msg="resolving sources" id=9xPU0 namespace=openshift-e2e-loki time="2024-07-20T17:30:35Z" level=info msg="checking if subscriptions need update" id=9xPU0 namespace=openshift-e2e-loki time="2024-07-20T17:30:35Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=9xPU0 namespace=openshift-e2e-loki time="2024-07-20T17:30:35Z" level=info msg="resolving sources" id=eLSKp namespace=openshift-user-workload-monitoring time="2024-07-20T17:30:35Z" level=info msg="checking if subscriptions need update" id=eLSKp namespace=openshift-user-workload-monitoring time="2024-07-20T17:30:35Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=eLSKp namespace=openshift-user-workload-monitoring time="2024-07-20T17:30:35Z" level=info msg="resolving sources" id=dnFt4 namespace=openshift-vsphere-infra time="2024-07-20T17:30:35Z" level=info msg="checking if subscriptions need update" id=dnFt4 namespace=openshift-vsphere-infra time="2024-07-20T17:30:36Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=dnFt4 namespace=openshift-vsphere-infra time="2024-07-20T17:30:36Z" level=info msg="resolving sources" id=ruSF8 namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:30:36Z" level=info msg="checking if subscriptions need update" id=ruSF8 namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:30:36Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=ruSF8 namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:30:36Z" level=info msg="resolving sources" id=nZn6W namespace=openshift-kube-apiserver-operator time="2024-07-20T17:30:36Z" level=info msg="checking if subscriptions need update" id=nZn6W namespace=openshift-kube-apiserver-operator time="2024-07-20T17:30:36Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=nZn6W namespace=openshift-kube-apiserver-operator time="2024-07-20T17:30:36Z" level=info msg="resolving sources" id=wHjiJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:30:36Z" level=info msg="checking if subscriptions need update" id=wHjiJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:30:36Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=wHjiJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:30:36Z" level=info msg="resolving sources" id=6QFjt namespace=openshift time="2024-07-20T17:30:36Z" level=info msg="checking if subscriptions need update" id=6QFjt namespace=openshift time="2024-07-20T17:30:36Z" level=info msg="No subscriptions were found in namespace openshift" id=6QFjt namespace=openshift time="2024-07-20T17:30:36Z" level=info msg="resolving sources" id=kgSii namespace=openshift-operators time="2024-07-20T17:30:36Z" level=info msg="checking if subscriptions need update" id=kgSii namespace=openshift-operators time="2024-07-20T17:30:37Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=kgSii namespace=openshift-operators time="2024-07-20T17:30:37Z" level=info msg="resolving sources" id=FuW66 namespace=openshift-route-controller-manager time="2024-07-20T17:30:37Z" level=info msg="checking if subscriptions need update" id=FuW66 namespace=openshift-route-controller-manager time="2024-07-20T17:30:37Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=FuW66 namespace=openshift-route-controller-manager time="2024-07-20T17:30:37Z" level=info msg="resolving sources" id=Pky+Y namespace=openshift-cluster-machine-approver time="2024-07-20T17:30:37Z" level=info msg="checking if subscriptions need update" id=Pky+Y namespace=openshift-cluster-machine-approver time="2024-07-20T17:30:37Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=Pky+Y namespace=openshift-cluster-machine-approver time="2024-07-20T17:30:37Z" level=info msg="resolving sources" id=YBDvx namespace=openshift-dns-operator time="2024-07-20T17:30:37Z" level=info msg="checking if subscriptions need update" id=YBDvx namespace=openshift-dns-operator time="2024-07-20T17:30:37Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=YBDvx namespace=openshift-dns-operator time="2024-07-20T17:30:37Z" level=info msg="resolving sources" id=qLlqx namespace=openshift-image-registry time="2024-07-20T17:30:37Z" level=info msg="checking if subscriptions need update" id=qLlqx namespace=openshift-image-registry time="2024-07-20T17:30:37Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=qLlqx namespace=openshift-image-registry time="2024-07-20T17:30:37Z" level=info msg="resolving sources" id=88dl0 namespace=openshift-nutanix-infra time="2024-07-20T17:30:37Z" level=info msg="checking if subscriptions need update" id=88dl0 namespace=openshift-nutanix-infra time="2024-07-20T17:30:38Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=88dl0 namespace=openshift-nutanix-infra time="2024-07-20T17:30:38Z" level=info msg="resolving sources" id=d1lSS namespace=openshift-cluster-version time="2024-07-20T17:30:38Z" level=info msg="checking if subscriptions need update" id=d1lSS namespace=openshift-cluster-version time="2024-07-20T17:30:38Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=d1lSS namespace=openshift-cluster-version time="2024-07-20T17:30:38Z" level=info msg="resolving sources" id=u16MK namespace=openshift-kube-scheduler time="2024-07-20T17:30:38Z" level=info msg="checking if subscriptions need update" id=u16MK namespace=openshift-kube-scheduler time="2024-07-20T17:30:38Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=u16MK namespace=openshift-kube-scheduler time="2024-07-20T17:30:38Z" level=info msg="resolving sources" id=TEbOO namespace=openshift-network-operator time="2024-07-20T17:30:38Z" level=info msg="checking if subscriptions need update" id=TEbOO namespace=openshift-network-operator time="2024-07-20T17:30:38Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=TEbOO namespace=openshift-network-operator time="2024-07-20T17:30:38Z" level=info msg="resolving sources" id=O/5Ak namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:38Z" level=info msg="checking if subscriptions need update" id=O/5Ak namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:38Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=O/5Ak namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:38Z" level=info msg="resolving sources" id=pOQfW namespace=openshift-etcd-operator time="2024-07-20T17:30:38Z" level=info msg="checking if subscriptions need update" id=pOQfW namespace=openshift-etcd-operator time="2024-07-20T17:30:39Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=pOQfW namespace=openshift-etcd-operator time="2024-07-20T17:30:39Z" level=info msg="resolving sources" id=EeNq/ namespace=openshift-service-ca-operator time="2024-07-20T17:30:39Z" level=info msg="checking if subscriptions need update" id=EeNq/ namespace=openshift-service-ca-operator time="2024-07-20T17:30:39Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=EeNq/ namespace=openshift-service-ca-operator time="2024-07-20T17:30:39Z" level=info msg="resolving sources" id=gjAoo namespace=openshift-node time="2024-07-20T17:30:39Z" level=info msg="checking if subscriptions need update" id=gjAoo namespace=openshift-node time="2024-07-20T17:30:39Z" level=info msg="No subscriptions were found in namespace openshift-node" id=gjAoo namespace=openshift-node time="2024-07-20T17:30:39Z" level=info msg="resolving sources" id=D3iRu namespace=openshift-console time="2024-07-20T17:30:39Z" level=info msg="checking if subscriptions need update" id=D3iRu namespace=openshift-console time="2024-07-20T17:30:39Z" level=info msg="No subscriptions were found in namespace openshift-console" id=D3iRu namespace=openshift-console time="2024-07-20T17:30:39Z" level=info msg="resolving sources" id=eIU9x namespace=openshift-etcd time="2024-07-20T17:30:39Z" level=info msg="checking if subscriptions need update" id=eIU9x namespace=openshift-etcd time="2024-07-20T17:30:39Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=eIU9x namespace=openshift-etcd time="2024-07-20T17:30:39Z" level=info msg="resolving sources" id=IF8tW namespace=openshift-kube-scheduler-operator time="2024-07-20T17:30:39Z" level=info msg="checking if subscriptions need update" id=IF8tW namespace=openshift-kube-scheduler-operator time="2024-07-20T17:30:40Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=IF8tW namespace=openshift-kube-scheduler-operator time="2024-07-20T17:30:40Z" level=info msg="resolving sources" id=uN22c namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:30:40Z" level=info msg="checking if subscriptions need update" id=uN22c namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:30:40Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=uN22c namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:30:40Z" level=info msg="resolving sources" id=eR353 namespace=openshift-machine-api time="2024-07-20T17:30:40Z" level=info msg="checking if subscriptions need update" id=eR353 namespace=openshift-machine-api time="2024-07-20T17:30:40Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=eR353 namespace=openshift-machine-api time="2024-07-20T17:30:40Z" level=info msg="resolving sources" id=ofs9K namespace=kube-public time="2024-07-20T17:30:40Z" level=info msg="checking if subscriptions need update" id=ofs9K namespace=kube-public time="2024-07-20T17:30:40Z" level=info msg="No subscriptions were found in namespace kube-public" id=ofs9K namespace=kube-public time="2024-07-20T17:30:40Z" level=info msg="resolving sources" id=dqXZF namespace=openshift-authentication-operator time="2024-07-20T17:30:40Z" level=info msg="checking if subscriptions need update" id=dqXZF namespace=openshift-authentication-operator time="2024-07-20T17:30:40Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=dqXZF namespace=openshift-authentication-operator time="2024-07-20T17:30:40Z" level=info msg="resolving sources" id=IcaRi namespace=openshift-config time="2024-07-20T17:30:40Z" level=info msg="checking if subscriptions need update" id=IcaRi namespace=openshift-config time="2024-07-20T17:30:41Z" level=info msg="No subscriptions were found in namespace openshift-config" id=IcaRi namespace=openshift-config time="2024-07-20T17:30:41Z" level=info msg="resolving sources" id=qMzLT namespace=openshift-machine-config-operator time="2024-07-20T17:30:41Z" level=info msg="checking if subscriptions need update" id=qMzLT namespace=openshift-machine-config-operator time="2024-07-20T17:30:41Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=qMzLT namespace=openshift-machine-config-operator time="2024-07-20T17:30:41Z" level=info msg="resolving sources" id=HPhkc namespace=openshift-ingress time="2024-07-20T17:30:41Z" level=info msg="checking if subscriptions need update" id=HPhkc namespace=openshift-ingress time="2024-07-20T17:30:41Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=HPhkc namespace=openshift-ingress time="2024-07-20T17:30:41Z" level=info msg="resolving sources" id=Fww7u namespace=openshift-insights time="2024-07-20T17:30:41Z" level=info msg="checking if subscriptions need update" id=Fww7u namespace=openshift-insights time="2024-07-20T17:30:41Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=Fww7u namespace=openshift-insights time="2024-07-20T17:30:41Z" level=info msg="resolving sources" id=npIJr namespace=openshift-multus time="2024-07-20T17:30:41Z" level=info msg="checking if subscriptions need update" id=npIJr namespace=openshift-multus time="2024-07-20T17:30:41Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=npIJr namespace=openshift-multus time="2024-07-20T17:30:41Z" level=info msg="resolving sources" id=FBPAI namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:30:41Z" level=info msg="checking if subscriptions need update" id=FBPAI namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:30:42Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=FBPAI namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:30:42Z" level=info msg="no subscriptions were updated" id=1ARlG namespace=openshift-storage time="2024-07-20T17:30:49Z" level=info msg="resolving sources" id=tnvQ8 namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:49Z" level=info msg="checking if subscriptions need update" id=tnvQ8 namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:49Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=tnvQ8 namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:55Z" level=info msg="resolving sources" id=dkweD namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:55Z" level=info msg="checking if subscriptions need update" id=dkweD namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:30:55Z" level=info msg="No subscriptions were found in namespace namespace-test-88d5fe79d47c4c8aa5c571f4d" id=dkweD namespace=namespace-test-88d5fe79d47c4c8aa5c571f4d time="2024-07-20T17:31:06Z" level=info msg="resolving sources" id=RF0Wm namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="checking if subscriptions need update" id=RF0Wm namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=RF0Wm namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="resolving sources" id=xBWl6 namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="checking if subscriptions need update" id=xBWl6 namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=xBWl6 namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="resolving sources" id=IOriN namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="checking if subscriptions need update" id=IOriN namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=IOriN namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="resolving sources" id=e3cAB namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="checking if subscriptions need update" id=e3cAB namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=e3cAB namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="resolving sources" id=DX4yl namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="checking if subscriptions need update" id=DX4yl namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:06Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=DX4yl namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:31:10Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ywb6M time="2024-07-20T17:31:10Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Xp2sB time="2024-07-20T17:31:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2JN0B time="2024-07-20T17:31:10Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:10Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=K1hNV time="2024-07-20T17:31:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:11Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:11Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:11Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=I3qZX time="2024-07-20T17:31:11Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:11Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:12Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=K1hNV time="2024-07-20T17:31:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:12Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:31:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=I3qZX time="2024-07-20T17:32:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:10Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:11Z" level=info msg="catalog update required at 2024-07-20 17:32:11.025668554 +0000 UTC m=+3953.982090253" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+QaGy time="2024-07-20T17:32:11Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0xkEH time="2024-07-20T17:32:11Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:12Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DKgNL time="2024-07-20T17:32:12Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:12Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:13Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1c2hL time="2024-07-20T17:32:13Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:13Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VjUn6 time="2024-07-20T17:32:14Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:14Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:14Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=0hgld time="2024-07-20T17:32:14Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:14Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0hgld time="2024-07-20T17:32:15Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:15Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:16Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:16Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+iGwV time="2024-07-20T17:32:16Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:16Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:16Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:16Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:16Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=MldOY time="2024-07-20T17:32:16Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:16Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:17Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:17Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MldOY time="2024-07-20T17:32:21Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lF/F3 time="2024-07-20T17:32:21Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rkn9q time="2024-07-20T17:32:21Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:21Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fj0Sm time="2024-07-20T17:32:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:23Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rB/yl time="2024-07-20T17:32:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ApNhZ time="2024-07-20T17:32:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CYrNC time="2024-07-20T17:32:41Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:32:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZB/i6 time="2024-07-20T17:33:12Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7RQ+H time="2024-07-20T17:33:12Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:12Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:13Z" level=info msg="catalog update required at 2024-07-20 17:33:13.310557521 +0000 UTC m=+4016.266979220" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:13Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=1QxXY time="2024-07-20T17:33:13Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:13Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:13Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:13Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:13Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zOVS8 time="2024-07-20T17:33:13Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:13Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:14Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:14Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:14Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=yP4ZB time="2024-07-20T17:33:14Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:14Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=yP4ZB time="2024-07-20T17:33:14Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:14Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:14Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Uqpry time="2024-07-20T17:33:14Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:14Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=yd2aV time="2024-07-20T17:33:15Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:15Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:15Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Uqpry time="2024-07-20T17:33:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yd2aV time="2024-07-20T17:33:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5+jDd time="2024-07-20T17:33:17Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:17Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hWHDa time="2024-07-20T17:33:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3yzKr time="2024-07-20T17:33:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Qrxz7 time="2024-07-20T17:33:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=vPIkr time="2024-07-20T17:33:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:25Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=AD/sH time="2024-07-20T17:33:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zz6kU time="2024-07-20T17:33:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Fzpcj time="2024-07-20T17:33:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=n+paV time="2024-07-20T17:33:28Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n+paV time="2024-07-20T17:33:28Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:28Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Wi5rh time="2024-07-20T17:33:31Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:33:31Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:33:31Z" level=info msg="searching for current pods" time="2024-07-20T17:33:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="searching for current pods" time="2024-07-20T17:33:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="searching for current pods" time="2024-07-20T17:33:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="searching for current pods" time="2024-07-20T17:33:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="searching for current pods" time="2024-07-20T17:33:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:32Z" level=info msg="searching for current pods" time="2024-07-20T17:33:32Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:32Z" level=info msg="searching for current pods" time="2024-07-20T17:33:32Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:32Z" level=info msg="searching for current pods" time="2024-07-20T17:33:32Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:33Z" level=info msg="searching for current pods" time="2024-07-20T17:33:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:33Z" level=info msg="searching for current pods" time="2024-07-20T17:33:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:36Z" level=info msg="resolving sources" id=VTv0i namespace=openshift-monitoring time="2024-07-20T17:33:36Z" level=info msg="checking if subscriptions need update" id=VTv0i namespace=openshift-monitoring time="2024-07-20T17:33:36Z" level=info msg="resolving sources" id=aOemt namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:33:36Z" level=info msg="checking if subscriptions need update" id=aOemt namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:33:36Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=VTv0i namespace=openshift-monitoring time="2024-07-20T17:33:36Z" level=info msg="resolving sources" id=yogpF namespace=openshift-storage time="2024-07-20T17:33:36Z" level=info msg="checking if subscriptions need update" id=yogpF namespace=openshift-storage time="2024-07-20T17:33:36Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=aOemt namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:33:36Z" level=info msg="resolving sources" id=AImCd namespace=openshift-operators time="2024-07-20T17:33:36Z" level=info msg="checking if subscriptions need update" id=AImCd namespace=openshift-operators time="2024-07-20T17:33:36Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=AImCd namespace=openshift-operators time="2024-07-20T17:33:36Z" level=info msg="resolving subscriptions in namespace" id=yogpF namespace=openshift-storage time="2024-07-20T17:33:36Z" level=info msg="no subscriptions were updated" id=yogpF namespace=openshift-storage time="2024-07-20T17:33:38Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:33:38Z" level=info msg="resolving sources" id=vi8Zo namespace=openshift-storage time="2024-07-20T17:33:38Z" level=info msg="checking if subscriptions need update" id=vi8Zo namespace=openshift-storage time="2024-07-20T17:33:38Z" level=info msg="searching for current pods" time="2024-07-20T17:33:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="searching for current pods" time="2024-07-20T17:33:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="searching for current pods" time="2024-07-20T17:33:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="searching for current pods" time="2024-07-20T17:33:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="searching for current pods" time="2024-07-20T17:33:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:38Z" level=info msg="resolving subscriptions in namespace" id=vi8Zo namespace=openshift-storage time="2024-07-20T17:33:39Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:33:39Z" level=info msg="searching for current pods" time="2024-07-20T17:33:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:39Z" level=info msg="no subscriptions were updated" id=vi8Zo namespace=openshift-storage time="2024-07-20T17:33:39Z" level=info msg="searching for current pods" time="2024-07-20T17:33:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:40Z" level=info msg="searching for current pods" time="2024-07-20T17:33:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:40Z" level=info msg="resolving sources" id=e/SY/ namespace=openshift-storage time="2024-07-20T17:33:40Z" level=info msg="checking if subscriptions need update" id=e/SY/ namespace=openshift-storage time="2024-07-20T17:33:40Z" level=info msg="searching for current pods" time="2024-07-20T17:33:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:40Z" level=info msg="searching for current pods" time="2024-07-20T17:33:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:33:41Z" level=info msg="resolving subscriptions in namespace" id=e/SY/ namespace=openshift-storage time="2024-07-20T17:33:42Z" level=info msg="no subscriptions were updated" id=e/SY/ namespace=openshift-storage time="2024-07-20T17:33:44Z" level=info msg="resolving sources" id=lDlrM namespace=openshift-storage time="2024-07-20T17:33:44Z" level=info msg="checking if subscriptions need update" id=lDlrM namespace=openshift-storage time="2024-07-20T17:33:44Z" level=info msg="resolving subscriptions in namespace" id=lDlrM namespace=openshift-storage time="2024-07-20T17:33:44Z" level=info msg="no subscriptions were updated" id=lDlrM namespace=openshift-storage time="2024-07-20T17:33:46Z" level=info msg="resolving sources" id=AJFRe namespace=openshift-storage time="2024-07-20T17:33:46Z" level=info msg="checking if subscriptions need update" id=AJFRe namespace=openshift-storage time="2024-07-20T17:33:47Z" level=info msg="resolving subscriptions in namespace" id=AJFRe namespace=openshift-storage time="2024-07-20T17:33:47Z" level=info msg="no subscriptions were updated" id=AJFRe namespace=openshift-storage time="2024-07-20T17:33:57Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:33:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dfAbW time="2024-07-20T17:34:12Z" level=info msg="resolving sources" id=pzaRT namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:34:12Z" level=info msg="checking if subscriptions need update" id=pzaRT namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:34:12Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=pzaRT namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:34:17Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:34:17Z" level=info msg=syncing id=Xy9Bn ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T17:34:17Z" level=info msg="searching for current pods" time="2024-07-20T17:34:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="searching for current pods" time="2024-07-20T17:34:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="searching for current pods" time="2024-07-20T17:34:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="searching for current pods" time="2024-07-20T17:34:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="searching for current pods" time="2024-07-20T17:34:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:34:18Z" level=info msg="resolving sources" id=75rNT namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:34:18Z" level=info msg="checking if subscriptions need update" id=75rNT namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:34:18Z" level=info msg="No subscriptions were found in namespace namespace-test-c27c77acc7904a7baa4838d50" id=75rNT namespace=namespace-test-c27c77acc7904a7baa4838d50 time="2024-07-20T17:34:22Z" level=info msg="resolving sources" id=r9Zhl namespace=openshift-storage time="2024-07-20T17:34:22Z" level=info msg="checking if subscriptions need update" id=r9Zhl namespace=openshift-storage time="2024-07-20T17:34:22Z" level=info msg="resolving subscriptions in namespace" id=r9Zhl namespace=openshift-storage time="2024-07-20T17:34:22Z" level=info msg="no subscriptions were updated" id=r9Zhl namespace=openshift-storage time="2024-07-20T17:34:39Z" level=info msg="resolving sources" id=cE24l namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="checking if subscriptions need update" id=cE24l namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=cE24l namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="resolving sources" id=uErEu namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="checking if subscriptions need update" id=uErEu namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=uErEu namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="resolving sources" id=z0B9g namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="checking if subscriptions need update" id=z0B9g namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=z0B9g namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="resolving sources" id=FC6dn namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="checking if subscriptions need update" id=FC6dn namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=FC6dn namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="resolving sources" id=IlgPy namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="checking if subscriptions need update" id=IlgPy namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:34:39Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=IlgPy namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:36:50Z" level=info msg="resolving sources" id=6JeoW namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:36:50Z" level=info msg="checking if subscriptions need update" id=6JeoW namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:36:50Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=6JeoW namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:36:56Z" level=info msg="resolving sources" id=NpJJM namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:36:56Z" level=info msg="checking if subscriptions need update" id=NpJJM namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:36:56Z" level=info msg="No subscriptions were found in namespace namespace-test-15de23c41a594ed4881ce5c72" id=NpJJM namespace=namespace-test-15de23c41a594ed4881ce5c72 time="2024-07-20T17:37:06Z" level=info msg="resolving sources" id=+Ikmp namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="checking if subscriptions need update" id=+Ikmp namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=+Ikmp namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="resolving sources" id=ZAE/S namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="checking if subscriptions need update" id=ZAE/S namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=ZAE/S namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="resolving sources" id=m3wE2 namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="checking if subscriptions need update" id=m3wE2 namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=m3wE2 namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="resolving sources" id=4hirs namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:06Z" level=info msg="checking if subscriptions need update" id=4hirs namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:07Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=4hirs namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:07Z" level=info msg="resolving sources" id=ROGvx namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:07Z" level=info msg="checking if subscriptions need update" id=ROGvx namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:07Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=ROGvx namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:37:17Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="catalog update required at 2024-07-20 17:37:17.311447001 +0000 UTC m=+4260.267868710" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Fnv8i time="2024-07-20T17:37:17Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Iq9Cf time="2024-07-20T17:37:17Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:17Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:17Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=3On+t time="2024-07-20T17:37:17Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:17Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:18Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:18Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3On+t time="2024-07-20T17:37:18Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:18Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:19Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:19Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Pd/hL time="2024-07-20T17:37:20Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=TufyH time="2024-07-20T17:37:20Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TufyH time="2024-07-20T17:37:21Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:21Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Twf5E time="2024-07-20T17:37:27Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=9THzi time="2024-07-20T17:37:27Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:27Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9THzi time="2024-07-20T17:37:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=NIaik time="2024-07-20T17:37:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NIaik time="2024-07-20T17:37:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:29Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3+kvJ time="2024-07-20T17:37:30Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LdAHV time="2024-07-20T17:37:31Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OOpjS time="2024-07-20T17:37:31Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:31Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:31Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=00PeP time="2024-07-20T17:37:31Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:31Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:32Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=00PeP time="2024-07-20T17:37:47Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:37:47Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qfGcb time="2024-07-20T17:39:26Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kQEVn time="2024-07-20T17:39:27Z" level=info msg="resolving sources" id=UxrEm namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:39:27Z" level=info msg="checking if subscriptions need update" id=UxrEm namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:39:27Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=UxrEm namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:39:33Z" level=info msg="resolving sources" id=IhqNx namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:39:33Z" level=info msg="checking if subscriptions need update" id=IhqNx namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:39:33Z" level=info msg="No subscriptions were found in namespace namespace-test-0f1f4492a3d24ed7acd016659" id=IhqNx namespace=namespace-test-0f1f4492a3d24ed7acd016659 time="2024-07-20T17:40:05Z" level=info msg="resolving sources" id=vZOlx namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="checking if subscriptions need update" id=vZOlx namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=vZOlx namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="resolving sources" id=+Tlbv namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="checking if subscriptions need update" id=+Tlbv namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=+Tlbv namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="resolving sources" id=Ic1jD namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="checking if subscriptions need update" id=Ic1jD namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=Ic1jD namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="resolving sources" id=hAWrA namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="checking if subscriptions need update" id=hAWrA namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:05Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=hAWrA namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:06Z" level=info msg="resolving sources" id=WM2nH namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:06Z" level=info msg="checking if subscriptions need update" id=WM2nH namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:40:06Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=WM2nH namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:02Z" level=info msg="resolving sources" id=frqn6 namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:02Z" level=info msg="checking if subscriptions need update" id=frqn6 namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:02Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=frqn6 namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:08Z" level=info msg="resolving sources" id=3t7QB namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:08Z" level=info msg="checking if subscriptions need update" id=3t7QB namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:08Z" level=info msg="No subscriptions were found in namespace namespace-test-2b8635407aa44750bd27588f2" id=3t7QB namespace=namespace-test-2b8635407aa44750bd27588f2 time="2024-07-20T17:41:17Z" level=info msg="resolving sources" id=Lfu/V namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="checking if subscriptions need update" id=Lfu/V namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=Lfu/V namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="resolving sources" id=iG6mZ namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="checking if subscriptions need update" id=iG6mZ namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=iG6mZ namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="resolving sources" id=jv430 namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="checking if subscriptions need update" id=jv430 namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=jv430 namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="resolving sources" id=rFlT5 namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="checking if subscriptions need update" id=rFlT5 namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:17Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=rFlT5 namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:18Z" level=info msg="resolving sources" id=bDcyZ namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:18Z" level=info msg="checking if subscriptions need update" id=bDcyZ namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:41:18Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=bDcyZ namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:12Z" level=info msg="resolving sources" id=rBbKo namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:12Z" level=info msg="checking if subscriptions need update" id=rBbKo namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:12Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=rBbKo namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:18Z" level=info msg="resolving sources" id=bZJ9O namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:18Z" level=info msg="checking if subscriptions need update" id=bZJ9O namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:18Z" level=info msg="No subscriptions were found in namespace namespace-test-6b68ff66dcfb45ac8729083d5" id=bZJ9O namespace=namespace-test-6b68ff66dcfb45ac8729083d5 time="2024-07-20T17:42:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="catalog update required at 2024-07-20 17:42:24.095661081 +0000 UTC m=+4567.052082789" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uK5bC time="2024-07-20T17:42:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QKmoO time="2024-07-20T17:42:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jNxUF time="2024-07-20T17:42:25Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xF0Ax time="2024-07-20T17:42:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:26Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=pv5de time="2024-07-20T17:42:26Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:26Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:27Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=pv5de time="2024-07-20T17:42:27Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:27Z" level=info msg="resolving sources" id=jirkb namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="checking if subscriptions need update" id=jirkb namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=jirkb namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="resolving sources" id=2PbCz namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="checking if subscriptions need update" id=2PbCz namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=2PbCz namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="resolving sources" id=1Cgbb namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="checking if subscriptions need update" id=1Cgbb namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=1Cgbb namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="resolving sources" id=UHn8X namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="checking if subscriptions need update" id=UHn8X namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:27Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=UHn8X namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:28Z" level=info msg="resolving sources" id=dMsQj namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:28Z" level=info msg="checking if subscriptions need update" id=dMsQj namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:28Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=dMsQj namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:42:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:28Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YpWdD time="2024-07-20T17:42:28Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:28Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:28Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=cGRD6 time="2024-07-20T17:42:29Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xLT4R time="2024-07-20T17:42:30Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:30Z" level=info msg="catalog update required at 2024-07-20 17:42:30.279251925 +0000 UTC m=+4573.235673624" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cGRD6 time="2024-07-20T17:42:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:30Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=UcqDw time="2024-07-20T17:42:30Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:30Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=cl79R time="2024-07-20T17:42:31Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:31Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=FxudH time="2024-07-20T17:42:31Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:31Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:32Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=cl79R time="2024-07-20T17:42:32Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:32Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:32Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FxudH time="2024-07-20T17:42:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:33Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:33Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:33Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=BSJbc time="2024-07-20T17:42:33Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:33Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:33Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=fPrIg time="2024-07-20T17:42:33Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:33Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BSJbc time="2024-07-20T17:42:34Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:34Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=fPrIg time="2024-07-20T17:42:34Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:34Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:35Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=PAV+x time="2024-07-20T17:42:35Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:35Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:35Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=NEkgL time="2024-07-20T17:42:35Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:35Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:36Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NEkgL time="2024-07-20T17:42:37Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PAV+x time="2024-07-20T17:42:37Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:37Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MxLwY time="2024-07-20T17:42:38Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:38Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:39Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=N+iTP time="2024-07-20T17:42:39Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:39Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:40Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:40Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:40Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:40Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=XeuS7 time="2024-07-20T17:42:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=jI51R time="2024-07-20T17:42:41Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jI51R time="2024-07-20T17:42:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:42Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:42Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=A9lSL time="2024-07-20T17:42:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:42Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Sttnr time="2024-07-20T17:42:43Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:44Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AvnhA time="2024-07-20T17:42:44Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sttnr time="2024-07-20T17:42:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:44Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=pdIZY time="2024-07-20T17:42:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:45Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=jBO18 time="2024-07-20T17:42:45Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:45Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=KmPUa time="2024-07-20T17:42:45Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:46Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jBO18 time="2024-07-20T17:42:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:46Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KmPUa time="2024-07-20T17:42:54Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:42:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FpdXV time="2024-07-20T17:43:00Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=mpkWk time="2024-07-20T17:43:14Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=U4gnc time="2024-07-20T17:43:14Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:14Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=1rnJm time="2024-07-20T17:43:22Z" level=info msg="resolving sources" id=MzB9X namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:43:22Z" level=info msg="checking if subscriptions need update" id=MzB9X namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:43:22Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=MzB9X namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:43:29Z" level=info msg="resolving sources" id=8aumZ namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:43:29Z" level=info msg="checking if subscriptions need update" id=8aumZ namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:43:29Z" level=info msg="No subscriptions were found in namespace namespace-test-3a2099e055d043fa8c5217780" id=8aumZ namespace=namespace-test-3a2099e055d043fa8c5217780 time="2024-07-20T17:43:39Z" level=info msg="resolving sources" id=7AsnT namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="checking if subscriptions need update" id=7AsnT namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=7AsnT namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="resolving sources" id=LBVui namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="checking if subscriptions need update" id=LBVui namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=LBVui namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="resolving sources" id=yllEg namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="checking if subscriptions need update" id=yllEg namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=yllEg namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="resolving sources" id=ARnMa namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="checking if subscriptions need update" id=ARnMa namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=ARnMa namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="resolving sources" id=BIlZy namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="checking if subscriptions need update" id=BIlZy namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:43:39Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=BIlZy namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:42Z" level=info msg="resolving sources" id=Pca6i namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:42Z" level=info msg="checking if subscriptions need update" id=Pca6i namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:42Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=Pca6i namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:48Z" level=info msg="resolving sources" id=F3QJi namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:48Z" level=info msg="checking if subscriptions need update" id=F3QJi namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:48Z" level=info msg="No subscriptions were found in namespace namespace-test-2a739840e6e44e75a09b65530" id=F3QJi namespace=namespace-test-2a739840e6e44e75a09b65530 time="2024-07-20T17:44:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="catalog update required at 2024-07-20 17:44:48.450885502 +0000 UTC m=+4711.407307201" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YOcqQ time="2024-07-20T17:44:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DHHV5 time="2024-07-20T17:44:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=p3vcA time="2024-07-20T17:44:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=V6uoU time="2024-07-20T17:44:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=W4nUo time="2024-07-20T17:44:51Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:51Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=l0wdG time="2024-07-20T17:44:52Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:52Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=MPFls time="2024-07-20T17:44:53Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=MPFls time="2024-07-20T17:44:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Q7H2y time="2024-07-20T17:44:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=DLq6c time="2024-07-20T17:44:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pmD/V time="2024-07-20T17:44:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:44:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:45:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:45:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:45:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:45:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:45:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+Y9SS time="2024-07-20T17:45:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=97Utq time="2024-07-20T17:45:01Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=97Utq time="2024-07-20T17:45:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:01Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:02Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3ilbG time="2024-07-20T17:45:02Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:03Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:03Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=JyuQH time="2024-07-20T17:45:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:18Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CIFfx time="2024-07-20T17:45:23Z" level=info msg="resolving sources" id=EmFuA namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="checking if subscriptions need update" id=EmFuA namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=EmFuA namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="resolving sources" id=cp7O9 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="checking if subscriptions need update" id=cp7O9 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=cp7O9 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="resolving sources" id=aZ813 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="checking if subscriptions need update" id=aZ813 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=aZ813 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="resolving sources" id=9vyjL namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="checking if subscriptions need update" id=9vyjL namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:23Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=9vyjL namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:24Z" level=info msg="resolving sources" id=iKZ95 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:24Z" level=info msg="checking if subscriptions need update" id=iKZ95 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:45:24Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=iKZ95 namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:46:50Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LC9LG time="2024-07-20T17:46:53Z" level=info msg="resolving sources" id=zCzGg namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:46:53Z" level=info msg="checking if subscriptions need update" id=zCzGg namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:46:53Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=zCzGg namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:46:56Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=pmfFy time="2024-07-20T17:46:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:57Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:57Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:57Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hqLJn time="2024-07-20T17:46:57Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:57Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:58Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xCwvf time="2024-07-20T17:46:58Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:58Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:58Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p4G+b time="2024-07-20T17:46:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:59Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qa3yo time="2024-07-20T17:46:59Z" level=info msg="resolving sources" id=t+hnF namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:46:59Z" level=info msg="checking if subscriptions need update" id=t+hnF namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:46:59Z" level=info msg="No subscriptions were found in namespace namespace-test-10fc2e20f93845858f052b41a" id=t+hnF namespace=namespace-test-10fc2e20f93845858f052b41a time="2024-07-20T17:47:15Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:47:15Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:47:15Z" level=info msg="searching for current pods" time="2024-07-20T17:47:15Z" level=info msg="searching for current pods" time="2024-07-20T17:47:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="searching for current pods" time="2024-07-20T17:47:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="searching for current pods" time="2024-07-20T17:47:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="searching for current pods" time="2024-07-20T17:47:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="searching for current pods" time="2024-07-20T17:47:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:16Z" level=info msg="searching for current pods" time="2024-07-20T17:47:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:16Z" level=info msg="searching for current pods" time="2024-07-20T17:47:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:17Z" level=info msg="searching for current pods" time="2024-07-20T17:47:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:17Z" level=info msg="searching for current pods" time="2024-07-20T17:47:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:20Z" level=info msg="resolving sources" id=UU8Qb namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:47:20Z" level=info msg="checking if subscriptions need update" id=UU8Qb namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:47:20Z" level=info msg="resolving sources" id=BxRXz namespace=openshift-monitoring time="2024-07-20T17:47:20Z" level=info msg="checking if subscriptions need update" id=BxRXz namespace=openshift-monitoring time="2024-07-20T17:47:20Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=BxRXz namespace=openshift-monitoring time="2024-07-20T17:47:20Z" level=info msg="resolving sources" id=MTQ2T namespace=openshift-operators time="2024-07-20T17:47:20Z" level=info msg="checking if subscriptions need update" id=MTQ2T namespace=openshift-operators time="2024-07-20T17:47:20Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=UU8Qb namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:47:20Z" level=info msg="resolving sources" id=mngdH namespace=openshift-storage time="2024-07-20T17:47:20Z" level=info msg="checking if subscriptions need update" id=mngdH namespace=openshift-storage time="2024-07-20T17:47:20Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=MTQ2T namespace=openshift-operators time="2024-07-20T17:47:20Z" level=info msg="resolving subscriptions in namespace" id=mngdH namespace=openshift-storage time="2024-07-20T17:47:22Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:47:22Z" level=info msg="searching for current pods" time="2024-07-20T17:47:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="searching for current pods" time="2024-07-20T17:47:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="searching for current pods" time="2024-07-20T17:47:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="searching for current pods" time="2024-07-20T17:47:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="searching for current pods" time="2024-07-20T17:47:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:47:22Z" level=info msg="searching for current pods" time="2024-07-20T17:47:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:23Z" level=info msg="searching for current pods" time="2024-07-20T17:47:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:23Z" level=info msg="searching for current pods" time="2024-07-20T17:47:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:24Z" level=info msg="searching for current pods" time="2024-07-20T17:47:24Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:24Z" level=info msg="searching for current pods" time="2024-07-20T17:47:24Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:47:28Z" level=info msg="no subscriptions were updated" id=mngdH namespace=openshift-storage time="2024-07-20T17:47:28Z" level=info msg="resolving sources" id=rb3gh namespace=openshift-storage time="2024-07-20T17:47:28Z" level=info msg="checking if subscriptions need update" id=rb3gh namespace=openshift-storage time="2024-07-20T17:47:28Z" level=info msg="resolving subscriptions in namespace" id=rb3gh namespace=openshift-storage time="2024-07-20T17:47:29Z" level=info msg="no subscriptions were updated" id=rb3gh namespace=openshift-storage time="2024-07-20T17:47:30Z" level=info msg="resolving sources" id=cwRHD namespace=openshift-storage time="2024-07-20T17:47:30Z" level=info msg="checking if subscriptions need update" id=cwRHD namespace=openshift-storage time="2024-07-20T17:47:31Z" level=info msg="resolving sources" id=QQxS0 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:31Z" level=info msg="checking if subscriptions need update" id=QQxS0 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:31Z" level=info msg="resolving subscriptions in namespace" id=cwRHD namespace=openshift-storage time="2024-07-20T17:47:31Z" level=info msg="No subscriptions were found in namespace namespace-test-0d9321b7d1ee4173bb40a1bbf" id=QQxS0 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:31Z" level=info msg="resolving sources" id=KkX9d namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:31Z" level=info msg="checking if subscriptions need update" id=KkX9d namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:32Z" level=info msg="No subscriptions were found in namespace namespace-test-0d9321b7d1ee4173bb40a1bbf" id=KkX9d namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:32Z" level=info msg="resolving sources" id=mXnM1 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:32Z" level=info msg="checking if subscriptions need update" id=mXnM1 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:32Z" level=info msg="no subscriptions were updated" id=cwRHD namespace=openshift-storage time="2024-07-20T17:47:32Z" level=info msg="No subscriptions were found in namespace namespace-test-0d9321b7d1ee4173bb40a1bbf" id=mXnM1 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=bGUdO namespace=openshift-cluster-samples-operator time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=bGUdO namespace=openshift-cluster-samples-operator time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=7/Stf namespace=openshift-kube-apiserver time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=7/Stf namespace=openshift-kube-apiserver time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=7/Stf namespace=openshift-kube-apiserver time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=Q54aD namespace=openshift-network-node-identity time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=Q54aD namespace=openshift-network-node-identity time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=bGUdO namespace=openshift-cluster-samples-operator time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=SdzFh namespace=openshift-oauth-apiserver time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=SdzFh namespace=openshift-oauth-apiserver time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=SdzFh namespace=openshift-oauth-apiserver time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=DEN+Z namespace=kube-system time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=DEN+Z namespace=kube-system time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace kube-system" id=DEN+Z namespace=kube-system time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=vH4Qm namespace=openshift-config-managed time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=vH4Qm namespace=openshift-config-managed time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=Q54aD namespace=openshift-network-node-identity time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=z0PA0 namespace=openshift-ingress-canary time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=z0PA0 namespace=openshift-ingress-canary time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=vH4Qm namespace=openshift-config-managed time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=VCSoD namespace=openshift-console-operator time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=VCSoD namespace=openshift-console-operator time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=VCSoD namespace=openshift-console-operator time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=7oTyM namespace=openshift-cloud-controller-manager time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=7oTyM namespace=openshift-cloud-controller-manager time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=z0PA0 namespace=openshift-ingress-canary time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=8P93i namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=8P93i namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=7oTyM namespace=openshift-cloud-controller-manager time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=f5dei namespace=kube-node-lease time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=f5dei namespace=kube-node-lease time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=8P93i namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=C6XBv namespace=openshift-cloud-credential-operator time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=C6XBv namespace=openshift-cloud-credential-operator time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=f5dei namespace=kube-node-lease time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=PRLfx namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=PRLfx namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:47:47Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=C6XBv namespace=openshift-cloud-credential-operator time="2024-07-20T17:47:47Z" level=info msg="resolving sources" id=Xi7Cn namespace=default time="2024-07-20T17:47:47Z" level=info msg="checking if subscriptions need update" id=Xi7Cn namespace=default time="2024-07-20T17:47:48Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=PRLfx namespace=openshift-cluster-node-tuning-operator time="2024-07-20T17:47:48Z" level=info msg="resolving sources" id=tS85D namespace=openshift-apiserver time="2024-07-20T17:47:48Z" level=info msg="checking if subscriptions need update" id=tS85D namespace=openshift-apiserver time="2024-07-20T17:47:48Z" level=info msg="No subscriptions were found in namespace default" id=Xi7Cn namespace=default time="2024-07-20T17:47:48Z" level=info msg="resolving sources" id=XipiA namespace=openshift-cloud-network-config-controller time="2024-07-20T17:47:48Z" level=info msg="checking if subscriptions need update" id=XipiA namespace=openshift-cloud-network-config-controller time="2024-07-20T17:47:48Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=tS85D namespace=openshift-apiserver time="2024-07-20T17:47:48Z" level=info msg="resolving sources" id=9L+G/ namespace=openshift-controller-manager time="2024-07-20T17:47:48Z" level=info msg="checking if subscriptions need update" id=9L+G/ namespace=openshift-controller-manager time="2024-07-20T17:47:48Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=XipiA namespace=openshift-cloud-network-config-controller time="2024-07-20T17:47:48Z" level=info msg="resolving sources" id=5BsQc namespace=openshift-kni-infra time="2024-07-20T17:47:48Z" level=info msg="checking if subscriptions need update" id=5BsQc namespace=openshift-kni-infra time="2024-07-20T17:47:48Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=9L+G/ namespace=openshift-controller-manager time="2024-07-20T17:47:48Z" level=info msg="resolving sources" id=UmNx9 namespace=openshift-apiserver-operator time="2024-07-20T17:47:48Z" level=info msg="checking if subscriptions need update" id=UmNx9 namespace=openshift-apiserver-operator time="2024-07-20T17:47:49Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=5BsQc namespace=openshift-kni-infra time="2024-07-20T17:47:49Z" level=info msg="resolving sources" id=HokuP namespace=openshift-dns time="2024-07-20T17:47:49Z" level=info msg="checking if subscriptions need update" id=HokuP namespace=openshift-dns time="2024-07-20T17:47:49Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=UmNx9 namespace=openshift-apiserver-operator time="2024-07-20T17:47:49Z" level=info msg="resolving sources" id=28o+e namespace=openshift-ingress-operator time="2024-07-20T17:47:49Z" level=info msg="checking if subscriptions need update" id=28o+e namespace=openshift-ingress-operator time="2024-07-20T17:47:49Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=HokuP namespace=openshift-dns time="2024-07-20T17:47:49Z" level=info msg="resolving sources" id=U7xqF namespace=openshift-marketplace time="2024-07-20T17:47:49Z" level=info msg="checking if subscriptions need update" id=U7xqF namespace=openshift-marketplace time="2024-07-20T17:47:49Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=28o+e namespace=openshift-ingress-operator time="2024-07-20T17:47:49Z" level=info msg="resolving sources" id=zza0V namespace=openshift-network-diagnostics time="2024-07-20T17:47:49Z" level=info msg="checking if subscriptions need update" id=zza0V namespace=openshift-network-diagnostics time="2024-07-20T17:47:49Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=U7xqF namespace=openshift-marketplace time="2024-07-20T17:47:49Z" level=info msg="resolving sources" id=EYj0Q namespace=openshift-ovn-kubernetes time="2024-07-20T17:47:49Z" level=info msg="checking if subscriptions need update" id=EYj0Q namespace=openshift-ovn-kubernetes time="2024-07-20T17:47:50Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=zza0V namespace=openshift-network-diagnostics time="2024-07-20T17:47:50Z" level=info msg="resolving sources" id=Az4/b namespace=openshift-service-ca time="2024-07-20T17:47:50Z" level=info msg="checking if subscriptions need update" id=Az4/b namespace=openshift-service-ca time="2024-07-20T17:47:50Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=EYj0Q namespace=openshift-ovn-kubernetes time="2024-07-20T17:47:50Z" level=info msg="resolving sources" id=MlxKw namespace=openshift-cluster-csi-drivers time="2024-07-20T17:47:50Z" level=info msg="checking if subscriptions need update" id=MlxKw namespace=openshift-cluster-csi-drivers time="2024-07-20T17:47:50Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=Az4/b namespace=openshift-service-ca time="2024-07-20T17:47:50Z" level=info msg="resolving sources" id=0j6w2 namespace=openshift-cluster-storage-operator time="2024-07-20T17:47:50Z" level=info msg="checking if subscriptions need update" id=0j6w2 namespace=openshift-cluster-storage-operator time="2024-07-20T17:47:50Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=MlxKw namespace=openshift-cluster-csi-drivers time="2024-07-20T17:47:50Z" level=info msg="resolving sources" id=4TmnF namespace=openshift-controller-manager-operator time="2024-07-20T17:47:50Z" level=info msg="checking if subscriptions need update" id=4TmnF namespace=openshift-controller-manager-operator time="2024-07-20T17:47:50Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=0j6w2 namespace=openshift-cluster-storage-operator time="2024-07-20T17:47:50Z" level=info msg="resolving sources" id=+m1lI namespace=openshift-kube-controller-manager time="2024-07-20T17:47:50Z" level=info msg="checking if subscriptions need update" id=+m1lI namespace=openshift-kube-controller-manager time="2024-07-20T17:47:51Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=4TmnF namespace=openshift-controller-manager-operator time="2024-07-20T17:47:51Z" level=info msg="resolving sources" id=itA0I namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:47:51Z" level=info msg="checking if subscriptions need update" id=itA0I namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:47:51Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=+m1lI namespace=openshift-kube-controller-manager time="2024-07-20T17:47:51Z" level=info msg="resolving sources" id=FsoOu namespace=openshift-monitoring time="2024-07-20T17:47:51Z" level=info msg="checking if subscriptions need update" id=FsoOu namespace=openshift-monitoring time="2024-07-20T17:47:51Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=itA0I namespace=openshift-kube-controller-manager-operator time="2024-07-20T17:47:51Z" level=info msg="resolving sources" id=+SnWr namespace=openshift-openstack-infra time="2024-07-20T17:47:51Z" level=info msg="checking if subscriptions need update" id=+SnWr namespace=openshift-openstack-infra time="2024-07-20T17:47:51Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=FsoOu namespace=openshift-monitoring time="2024-07-20T17:47:51Z" level=info msg="resolving sources" id=f0ued namespace=openshift-cloud-platform-infra time="2024-07-20T17:47:51Z" level=info msg="checking if subscriptions need update" id=f0ued namespace=openshift-cloud-platform-infra time="2024-07-20T17:47:51Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=+SnWr namespace=openshift-openstack-infra time="2024-07-20T17:47:51Z" level=info msg="resolving sources" id=xHBMK namespace=openshift-config-operator time="2024-07-20T17:47:51Z" level=info msg="checking if subscriptions need update" id=xHBMK namespace=openshift-config-operator time="2024-07-20T17:47:52Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=f0ued namespace=openshift-cloud-platform-infra time="2024-07-20T17:47:52Z" level=info msg="resolving sources" id=FvVou namespace=openshift-host-network time="2024-07-20T17:47:52Z" level=info msg="checking if subscriptions need update" id=FvVou namespace=openshift-host-network time="2024-07-20T17:47:52Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=xHBMK namespace=openshift-config-operator time="2024-07-20T17:47:52Z" level=info msg="resolving sources" id=yhrVO namespace=openshift-infra time="2024-07-20T17:47:52Z" level=info msg="checking if subscriptions need update" id=yhrVO namespace=openshift-infra time="2024-07-20T17:47:52Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=FvVou namespace=openshift-host-network time="2024-07-20T17:47:52Z" level=info msg="resolving sources" id=d4k4S namespace=openshift-ovirt-infra time="2024-07-20T17:47:52Z" level=info msg="checking if subscriptions need update" id=d4k4S namespace=openshift-ovirt-infra time="2024-07-20T17:47:52Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=yhrVO namespace=openshift-infra time="2024-07-20T17:47:52Z" level=info msg="resolving sources" id=+KyvS namespace=openshift-storage time="2024-07-20T17:47:52Z" level=info msg="checking if subscriptions need update" id=+KyvS namespace=openshift-storage time="2024-07-20T17:47:52Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=d4k4S namespace=openshift-ovirt-infra time="2024-07-20T17:47:52Z" level=info msg="resolving sources" id=3R6pf namespace=openshift-authentication time="2024-07-20T17:47:52Z" level=info msg="checking if subscriptions need update" id=3R6pf namespace=openshift-authentication time="2024-07-20T17:47:53Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=3R6pf namespace=openshift-authentication time="2024-07-20T17:47:53Z" level=info msg="resolving sources" id=U7Bk4 namespace=openshift-e2e-loki time="2024-07-20T17:47:53Z" level=info msg="checking if subscriptions need update" id=U7Bk4 namespace=openshift-e2e-loki time="2024-07-20T17:47:53Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=U7Bk4 namespace=openshift-e2e-loki time="2024-07-20T17:47:53Z" level=info msg="resolving sources" id=YJkyu namespace=openshift-user-workload-monitoring time="2024-07-20T17:47:53Z" level=info msg="checking if subscriptions need update" id=YJkyu namespace=openshift-user-workload-monitoring time="2024-07-20T17:47:54Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=YJkyu namespace=openshift-user-workload-monitoring time="2024-07-20T17:47:54Z" level=info msg="resolving sources" id=WuZ/m namespace=openshift-vsphere-infra time="2024-07-20T17:47:54Z" level=info msg="checking if subscriptions need update" id=WuZ/m namespace=openshift-vsphere-infra time="2024-07-20T17:47:54Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=WuZ/m namespace=openshift-vsphere-infra time="2024-07-20T17:47:54Z" level=info msg="resolving sources" id=QHIbr namespace=openshift-console-user-settings time="2024-07-20T17:47:54Z" level=info msg="checking if subscriptions need update" id=QHIbr namespace=openshift-console-user-settings time="2024-07-20T17:47:54Z" level=info msg="resolving subscriptions in namespace" id=+KyvS namespace=openshift-storage time="2024-07-20T17:47:54Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=QHIbr namespace=openshift-console-user-settings time="2024-07-20T17:47:54Z" level=info msg="resolving sources" id=lNXUC namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:47:54Z" level=info msg="checking if subscriptions need update" id=lNXUC namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:47:55Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=lNXUC namespace=openshift-cloud-controller-manager-operator time="2024-07-20T17:47:55Z" level=info msg="resolving sources" id=U3XJB namespace=openshift-kube-apiserver-operator time="2024-07-20T17:47:55Z" level=info msg="checking if subscriptions need update" id=U3XJB namespace=openshift-kube-apiserver-operator time="2024-07-20T17:47:55Z" level=info msg="no subscriptions were updated" id=+KyvS namespace=openshift-storage time="2024-07-20T17:47:55Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=U3XJB namespace=openshift-kube-apiserver-operator time="2024-07-20T17:47:55Z" level=info msg="resolving sources" id=gZCLJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:47:55Z" level=info msg="checking if subscriptions need update" id=gZCLJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:47:56Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=gZCLJ namespace=openshift-operator-lifecycle-manager time="2024-07-20T17:47:56Z" level=info msg="resolving sources" id=VZwUK namespace=openshift time="2024-07-20T17:47:56Z" level=info msg="checking if subscriptions need update" id=VZwUK namespace=openshift time="2024-07-20T17:47:57Z" level=info msg="resolving sources" id=cusOj namespace=openshift-cluster-machine-approver time="2024-07-20T17:47:57Z" level=info msg="checking if subscriptions need update" id=cusOj namespace=openshift-cluster-machine-approver time="2024-07-20T17:47:57Z" level=info msg="No subscriptions were found in namespace openshift" id=VZwUK namespace=openshift time="2024-07-20T17:47:57Z" level=info msg="resolving sources" id=pxZ5h namespace=openshift-dns-operator time="2024-07-20T17:47:57Z" level=info msg="checking if subscriptions need update" id=pxZ5h namespace=openshift-dns-operator time="2024-07-20T17:47:57Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=cusOj namespace=openshift-cluster-machine-approver time="2024-07-20T17:47:57Z" level=info msg="resolving sources" id=XgxL3 namespace=openshift-image-registry time="2024-07-20T17:47:57Z" level=info msg="checking if subscriptions need update" id=XgxL3 namespace=openshift-image-registry time="2024-07-20T17:47:57Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=pxZ5h namespace=openshift-dns-operator time="2024-07-20T17:47:57Z" level=info msg="resolving sources" id=2ugKB namespace=openshift-nutanix-infra time="2024-07-20T17:47:57Z" level=info msg="checking if subscriptions need update" id=2ugKB namespace=openshift-nutanix-infra time="2024-07-20T17:47:58Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=XgxL3 namespace=openshift-image-registry time="2024-07-20T17:47:58Z" level=info msg="resolving sources" id=UDhE+ namespace=openshift-operators time="2024-07-20T17:47:58Z" level=info msg="checking if subscriptions need update" id=UDhE+ namespace=openshift-operators time="2024-07-20T17:47:58Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=2ugKB namespace=openshift-nutanix-infra time="2024-07-20T17:47:58Z" level=info msg="resolving sources" id=vmzxS namespace=openshift-route-controller-manager time="2024-07-20T17:47:58Z" level=info msg="checking if subscriptions need update" id=vmzxS namespace=openshift-route-controller-manager time="2024-07-20T17:47:58Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=UDhE+ namespace=openshift-operators time="2024-07-20T17:47:58Z" level=info msg="resolving sources" id=AJzUE namespace=openshift-cluster-version time="2024-07-20T17:47:58Z" level=info msg="checking if subscriptions need update" id=AJzUE namespace=openshift-cluster-version time="2024-07-20T17:47:58Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=vmzxS namespace=openshift-route-controller-manager time="2024-07-20T17:47:58Z" level=info msg="resolving sources" id=/7+i7 namespace=openshift-kube-scheduler time="2024-07-20T17:47:58Z" level=info msg="checking if subscriptions need update" id=/7+i7 namespace=openshift-kube-scheduler time="2024-07-20T17:47:58Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=AJzUE namespace=openshift-cluster-version time="2024-07-20T17:47:58Z" level=info msg="resolving sources" id=dYij5 namespace=openshift-network-operator time="2024-07-20T17:47:58Z" level=info msg="checking if subscriptions need update" id=dYij5 namespace=openshift-network-operator time="2024-07-20T17:47:59Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=/7+i7 namespace=openshift-kube-scheduler time="2024-07-20T17:47:59Z" level=info msg="resolving sources" id=E05WZ namespace=openshift-etcd-operator time="2024-07-20T17:47:59Z" level=info msg="checking if subscriptions need update" id=E05WZ namespace=openshift-etcd-operator time="2024-07-20T17:47:59Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=dYij5 namespace=openshift-network-operator time="2024-07-20T17:47:59Z" level=info msg="resolving sources" id=Yfmxz namespace=openshift-service-ca-operator time="2024-07-20T17:47:59Z" level=info msg="checking if subscriptions need update" id=Yfmxz namespace=openshift-service-ca-operator time="2024-07-20T17:47:59Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=E05WZ namespace=openshift-etcd-operator time="2024-07-20T17:47:59Z" level=info msg="resolving sources" id=PTrl5 namespace=openshift-node time="2024-07-20T17:47:59Z" level=info msg="checking if subscriptions need update" id=PTrl5 namespace=openshift-node time="2024-07-20T17:47:59Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=Yfmxz namespace=openshift-service-ca-operator time="2024-07-20T17:47:59Z" level=info msg="resolving sources" id=1GenY namespace=openshift-console time="2024-07-20T17:47:59Z" level=info msg="checking if subscriptions need update" id=1GenY namespace=openshift-console time="2024-07-20T17:47:59Z" level=info msg="No subscriptions were found in namespace openshift-node" id=PTrl5 namespace=openshift-node time="2024-07-20T17:47:59Z" level=info msg="resolving sources" id=+kdc1 namespace=openshift-etcd time="2024-07-20T17:47:59Z" level=info msg="checking if subscriptions need update" id=+kdc1 namespace=openshift-etcd time="2024-07-20T17:48:00Z" level=info msg="No subscriptions were found in namespace openshift-console" id=1GenY namespace=openshift-console time="2024-07-20T17:48:00Z" level=info msg="resolving sources" id=4Imlu namespace=openshift-kube-scheduler-operator time="2024-07-20T17:48:00Z" level=info msg="checking if subscriptions need update" id=4Imlu namespace=openshift-kube-scheduler-operator time="2024-07-20T17:48:00Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=+kdc1 namespace=openshift-etcd time="2024-07-20T17:48:00Z" level=info msg="resolving sources" id=uI6VU namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:48:00Z" level=info msg="checking if subscriptions need update" id=uI6VU namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:48:00Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=4Imlu namespace=openshift-kube-scheduler-operator time="2024-07-20T17:48:00Z" level=info msg="resolving sources" id=CKLrB namespace=openshift-machine-api time="2024-07-20T17:48:00Z" level=info msg="checking if subscriptions need update" id=CKLrB namespace=openshift-machine-api time="2024-07-20T17:48:00Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=uI6VU namespace=openshift-kube-storage-version-migrator time="2024-07-20T17:48:00Z" level=info msg="resolving sources" id=rVIJ8 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:48:00Z" level=info msg="checking if subscriptions need update" id=rVIJ8 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:48:00Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=CKLrB namespace=openshift-machine-api time="2024-07-20T17:48:00Z" level=info msg="resolving sources" id=D7Hg3 namespace=kube-public time="2024-07-20T17:48:00Z" level=info msg="checking if subscriptions need update" id=D7Hg3 namespace=kube-public time="2024-07-20T17:48:01Z" level=info msg="No subscriptions were found in namespace namespace-test-0d9321b7d1ee4173bb40a1bbf" id=rVIJ8 namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:48:01Z" level=info msg="resolving sources" id=plH0a namespace=openshift-authentication-operator time="2024-07-20T17:48:01Z" level=info msg="checking if subscriptions need update" id=plH0a namespace=openshift-authentication-operator time="2024-07-20T17:48:01Z" level=info msg="No subscriptions were found in namespace kube-public" id=D7Hg3 namespace=kube-public time="2024-07-20T17:48:01Z" level=info msg="resolving sources" id=Uv6J9 namespace=openshift-config time="2024-07-20T17:48:01Z" level=info msg="checking if subscriptions need update" id=Uv6J9 namespace=openshift-config time="2024-07-20T17:48:01Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=plH0a namespace=openshift-authentication-operator time="2024-07-20T17:48:01Z" level=info msg="resolving sources" id=M/9rB namespace=openshift-machine-config-operator time="2024-07-20T17:48:01Z" level=info msg="checking if subscriptions need update" id=M/9rB namespace=openshift-machine-config-operator time="2024-07-20T17:48:01Z" level=info msg=syncing id=nYwEW ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T17:48:01Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T17:48:01Z" level=info msg="searching for current pods" time="2024-07-20T17:48:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="searching for current pods" time="2024-07-20T17:48:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="searching for current pods" time="2024-07-20T17:48:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="searching for current pods" time="2024-07-20T17:48:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="searching for current pods" time="2024-07-20T17:48:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T17:48:01Z" level=info msg="No subscriptions were found in namespace openshift-config" id=Uv6J9 namespace=openshift-config time="2024-07-20T17:48:01Z" level=info msg="resolving sources" id=+k4wi namespace=openshift-ingress time="2024-07-20T17:48:01Z" level=info msg="checking if subscriptions need update" id=+k4wi namespace=openshift-ingress time="2024-07-20T17:48:01Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=M/9rB namespace=openshift-machine-config-operator time="2024-07-20T17:48:01Z" level=info msg="resolving sources" id=DHL+g namespace=openshift-insights time="2024-07-20T17:48:01Z" level=info msg="checking if subscriptions need update" id=DHL+g namespace=openshift-insights time="2024-07-20T17:48:02Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=+k4wi namespace=openshift-ingress time="2024-07-20T17:48:02Z" level=info msg="resolving sources" id=hSU25 namespace=openshift-multus time="2024-07-20T17:48:02Z" level=info msg="checking if subscriptions need update" id=hSU25 namespace=openshift-multus time="2024-07-20T17:48:02Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=DHL+g namespace=openshift-insights time="2024-07-20T17:48:02Z" level=info msg="resolving sources" id=TW7Rt namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:48:02Z" level=info msg="checking if subscriptions need update" id=TW7Rt namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:48:02Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=hSU25 namespace=openshift-multus time="2024-07-20T17:48:02Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=TW7Rt namespace=s3cli-n9coae85ye2yh time="2024-07-20T17:48:06Z" level=info msg="resolving sources" id=1No/L namespace=openshift-storage time="2024-07-20T17:48:06Z" level=info msg="checking if subscriptions need update" id=1No/L namespace=openshift-storage time="2024-07-20T17:48:06Z" level=info msg="resolving subscriptions in namespace" id=1No/L namespace=openshift-storage time="2024-07-20T17:48:07Z" level=info msg="no subscriptions were updated" id=1No/L namespace=openshift-storage time="2024-07-20T17:48:36Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=idSHL time="2024-07-20T17:48:36Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="catalog update required at 2024-07-20 17:48:36.897117639 +0000 UTC m=+4939.853539338" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mPR7/ time="2024-07-20T17:48:36Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:36Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:37Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=idSHL time="2024-07-20T17:48:37Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:37Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=5DPav time="2024-07-20T17:48:37Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5DPav time="2024-07-20T17:48:37Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:37Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:38Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:38Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ixBDK time="2024-07-20T17:48:38Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:38Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:39Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qoDqm time="2024-07-20T17:48:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:40Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Sjw5q time="2024-07-20T17:48:40Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:40Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:41Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KaA6I time="2024-07-20T17:48:41Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:41Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:42Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:42Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sXCp7 time="2024-07-20T17:48:47Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9DX1X time="2024-07-20T17:48:47Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=TdviB time="2024-07-20T17:48:47Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=TdviB time="2024-07-20T17:48:47Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:47Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:48Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:48Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:48Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=N93Tl time="2024-07-20T17:48:49Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RB2uR time="2024-07-20T17:48:50Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RDyqY time="2024-07-20T17:48:50Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:50Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:48:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lZwpS time="2024-07-20T17:49:06Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=qBShA time="2024-07-20T17:49:06Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qBShA time="2024-07-20T17:49:40Z" level=info msg="resolving sources" id=KI0ms namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:49:40Z" level=info msg="checking if subscriptions need update" id=KI0ms namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:49:40Z" level=info msg="No subscriptions were found in namespace namespace-test-0d9321b7d1ee4173bb40a1bbf" id=KI0ms namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:49:46Z" level=info msg="resolving sources" id=GKasm namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:49:46Z" level=info msg="checking if subscriptions need update" id=GKasm namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:49:46Z" level=info msg="No subscriptions were found in namespace namespace-test-0d9321b7d1ee4173bb40a1bbf" id=GKasm namespace=namespace-test-0d9321b7d1ee4173bb40a1bbf time="2024-07-20T17:50:01Z" level=info msg="resolving sources" id=/ob3W namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="checking if subscriptions need update" id=/ob3W namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=/ob3W namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="resolving sources" id=UFkQl namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="checking if subscriptions need update" id=UFkQl namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=UFkQl namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="resolving sources" id=htw1j namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="checking if subscriptions need update" id=htw1j namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=htw1j namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="resolving sources" id=t8ndI namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="checking if subscriptions need update" id=t8ndI namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:01Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=t8ndI namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:02Z" level=info msg="resolving sources" id=fJiiw namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:02Z" level=info msg="checking if subscriptions need update" id=fJiiw namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:50:02Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=fJiiw namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:51:55Z" level=info msg="resolving sources" id=UzE6F namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:51:55Z" level=info msg="checking if subscriptions need update" id=UzE6F namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:51:55Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=UzE6F namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:52:01Z" level=info msg="resolving sources" id=RNbIX namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:52:01Z" level=info msg="checking if subscriptions need update" id=RNbIX namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:52:01Z" level=info msg="No subscriptions were found in namespace namespace-test-b7bd87242f09497baa15a88aa" id=RNbIX namespace=namespace-test-b7bd87242f09497baa15a88aa time="2024-07-20T17:52:34Z" level=info msg="resolving sources" id=pgA5w namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:34Z" level=info msg="checking if subscriptions need update" id=pgA5w namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:34Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=pgA5w namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:34Z" level=info msg="resolving sources" id=XH0PW namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:34Z" level=info msg="checking if subscriptions need update" id=XH0PW namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=XH0PW namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="resolving sources" id=bp8Vh namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="checking if subscriptions need update" id=bp8Vh namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=bp8Vh namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="resolving sources" id=srnA9 namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="checking if subscriptions need update" id=srnA9 namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=srnA9 namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="resolving sources" id=aCpS4 namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="checking if subscriptions need update" id=aCpS4 namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:52:35Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=aCpS4 namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:53:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="catalog update required at 2024-07-20 17:53:09.182040268 +0000 UTC m=+5212.138461977" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2qP1r time="2024-07-20T17:53:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MKHy0 time="2024-07-20T17:53:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=7y344 time="2024-07-20T17:53:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:10Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7y344 time="2024-07-20T17:53:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:10Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=M94BD time="2024-07-20T17:53:10Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:10Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=M94BD time="2024-07-20T17:53:11Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:11Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=YRooz time="2024-07-20T17:53:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:12Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=YRooz time="2024-07-20T17:53:12Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:12Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:12Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=82RGh time="2024-07-20T17:53:12Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:12Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:13Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=82RGh time="2024-07-20T17:53:13Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:13Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ua3gn time="2024-07-20T17:53:14Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:14Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:15Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:15Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8MZFS time="2024-07-20T17:53:19Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=nJGl4 time="2024-07-20T17:53:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BZ5ur time="2024-07-20T17:53:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:21Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:21Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eqgrF time="2024-07-20T17:53:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=DXYdw time="2024-07-20T17:53:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=LrflU time="2024-07-20T17:53:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LrflU time="2024-07-20T17:53:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:24Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=D0FG/ time="2024-07-20T17:53:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:25Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Wrm0v time="2024-07-20T17:53:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="catalog update required at 2024-07-20 17:53:29.159008871 +0000 UTC m=+5232.115430580" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FQHaa time="2024-07-20T17:53:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ClHHA time="2024-07-20T17:53:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Bo6ab time="2024-07-20T17:53:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:31Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=kH3Y8 time="2024-07-20T17:53:31Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:31Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=vivNH time="2024-07-20T17:53:31Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:32Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vivNH time="2024-07-20T17:53:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:32Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RJxoe time="2024-07-20T17:53:33Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:33Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=BwNyG time="2024-07-20T17:53:39Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=btF5P time="2024-07-20T17:53:39Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=btF5P time="2024-07-20T17:53:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=tAldq time="2024-07-20T17:53:39Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tAldq time="2024-07-20T17:53:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:40Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:40Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LuV+N time="2024-07-20T17:53:40Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:41Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Y6+qy time="2024-07-20T17:53:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VT1XX time="2024-07-20T17:53:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:43Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfnmi time="2024-07-20T17:53:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:53:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MpEWh time="2024-07-20T17:54:41Z" level=info msg="resolving sources" id=D7lLg namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:54:41Z" level=info msg="checking if subscriptions need update" id=D7lLg namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:54:41Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=D7lLg namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:54:47Z" level=info msg="resolving sources" id=cFlUB namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:54:47Z" level=info msg="checking if subscriptions need update" id=cFlUB namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:54:47Z" level=info msg="No subscriptions were found in namespace namespace-test-011444dc0de844d4acc45a7ae" id=cFlUB namespace=namespace-test-011444dc0de844d4acc45a7ae time="2024-07-20T17:54:56Z" level=info msg="resolving sources" id=9Bw2c namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="checking if subscriptions need update" id=9Bw2c namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=9Bw2c namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="resolving sources" id=5crOJ namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="checking if subscriptions need update" id=5crOJ namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=5crOJ namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="resolving sources" id=3s/cS namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="checking if subscriptions need update" id=3s/cS namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=3s/cS namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="resolving sources" id=tMtAJ namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="checking if subscriptions need update" id=tMtAJ namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=tMtAJ namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="resolving sources" id=kjSi0 namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="checking if subscriptions need update" id=kjSi0 namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=kjSi0 namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="resolving sources" id=rEArd namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="checking if subscriptions need update" id=rEArd namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:54:56Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=rEArd namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:55:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="catalog update required at 2024-07-20 17:55:29.205434911 +0000 UTC m=+5352.161856620" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4N6+D time="2024-07-20T17:55:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=uCUs6 time="2024-07-20T17:55:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:29Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bc+4N time="2024-07-20T17:55:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:31Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m3N8I time="2024-07-20T17:55:31Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:32Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=2bmYW time="2024-07-20T17:55:32Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:32Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0jSmH time="2024-07-20T17:55:34Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CQT17 time="2024-07-20T17:55:35Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:35Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=zT1TI time="2024-07-20T17:55:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Frgge time="2024-07-20T17:55:39Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:39Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Frgge time="2024-07-20T17:55:40Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pj2Mb time="2024-07-20T17:55:40Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:41Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=nd3Jb time="2024-07-20T17:55:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QDqLj time="2024-07-20T17:55:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:43Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/GzyD time="2024-07-20T17:55:43Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GXTmQ time="2024-07-20T17:55:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:55:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNNOr time="2024-07-20T17:57:11Z" level=info msg="resolving sources" id=OpQRk namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:57:11Z" level=info msg="checking if subscriptions need update" id=OpQRk namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:57:11Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=OpQRk namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:57:17Z" level=info msg="resolving sources" id=B0+Ha namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:57:17Z" level=info msg="checking if subscriptions need update" id=B0+Ha namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:57:17Z" level=info msg="No subscriptions were found in namespace namespace-test-ce6bb7eb644b44ee9f245e48f" id=B0+Ha namespace=namespace-test-ce6bb7eb644b44ee9f245e48f time="2024-07-20T17:57:27Z" level=info msg="resolving sources" id=m2XRM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="checking if subscriptions need update" id=m2XRM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=m2XRM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="resolving sources" id=lWzOt namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="checking if subscriptions need update" id=lWzOt namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=lWzOt namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="resolving sources" id=sozTM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="checking if subscriptions need update" id=sozTM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=sozTM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="resolving sources" id=7oNbZ namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="checking if subscriptions need update" id=7oNbZ namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:27Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=7oNbZ namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:28Z" level=info msg="resolving sources" id=9Z7MF namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:28Z" level=info msg="checking if subscriptions need update" id=9Z7MF namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:57:28Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=9Z7MF namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:58:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=2T1qI time="2024-07-20T17:58:30Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:30Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WbMgv time="2024-07-20T17:58:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:31Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:31Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=E7Xxr time="2024-07-20T17:58:31Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:31Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=E7Xxr time="2024-07-20T17:58:31Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:31Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:32Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZVJQY time="2024-07-20T17:58:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:32Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=B7wUr time="2024-07-20T17:58:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="catalog update required at 2024-07-20 17:58:44.315776637 +0000 UTC m=+5547.272198366" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=0Nvx4 time="2024-07-20T17:58:44Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:44Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Jer2z time="2024-07-20T17:58:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:45Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:45Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:45Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=veVjc time="2024-07-20T17:58:45Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:45Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=hnXg8 time="2024-07-20T17:58:45Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:46Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=veVjc time="2024-07-20T17:58:46Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:46Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:46Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=hnXg8 time="2024-07-20T17:58:46Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:46Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:47Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:47Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=Eck3y time="2024-07-20T17:58:47Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:47Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Eck3y time="2024-07-20T17:58:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Z2mRP time="2024-07-20T17:58:47Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:47Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=M5/po time="2024-07-20T17:58:48Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=M5/po time="2024-07-20T17:58:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=O/+Kh time="2024-07-20T17:58:54Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=9sMSw time="2024-07-20T17:58:55Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=apeXC time="2024-07-20T17:58:55Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=apeXC time="2024-07-20T17:58:55Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:56Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IfTUZ time="2024-07-20T17:58:57Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=bvB0U time="2024-07-20T17:58:57Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:57Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S/kuH time="2024-07-20T17:58:58Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:58Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:59Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=IwcDK time="2024-07-20T17:58:59Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:58:59Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:59:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:59:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:59:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:59:00Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:59:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=1GDT4 time="2024-07-20T17:59:09Z" level=info msg="resolving sources" id=xZlZN namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:59:09Z" level=info msg="checking if subscriptions need update" id=xZlZN namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:59:09Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=xZlZN namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:59:16Z" level=info msg="resolving sources" id=T/DzM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:59:16Z" level=info msg="checking if subscriptions need update" id=T/DzM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:59:16Z" level=info msg="No subscriptions were found in namespace namespace-test-8d799f8a59bb49c6981c84416" id=T/DzM namespace=namespace-test-8d799f8a59bb49c6981c84416 time="2024-07-20T17:59:16Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=o+/w+ time="2024-07-20T17:59:16Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:16Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=5XI7I time="2024-07-20T17:59:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VIKmM time="2024-07-20T17:59:53Z" level=info msg="resolving sources" id=uAm+Y namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="checking if subscriptions need update" id=uAm+Y namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=uAm+Y namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="resolving sources" id=VXrdE namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="checking if subscriptions need update" id=VXrdE namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=VXrdE namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="resolving sources" id=qmP3V namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="checking if subscriptions need update" id=qmP3V namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=qmP3V namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="resolving sources" id=4fLjl namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="checking if subscriptions need update" id=4fLjl namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:53Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=4fLjl namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:54Z" level=info msg="resolving sources" id=j911B namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:54Z" level=info msg="checking if subscriptions need update" id=j911B namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T17:59:54Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=j911B namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:00:41Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gzWbM time="2024-07-20T18:00:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=RPj2c time="2024-07-20T18:00:41Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:41Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:42Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:42Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=KGgFk time="2024-07-20T18:00:42Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:42Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=hUwxf time="2024-07-20T18:00:43Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:43Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:43Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=QBn3u time="2024-07-20T18:00:59Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:00:59Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:00:59Z" level=info msg="searching for current pods" time="2024-07-20T18:00:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="searching for current pods" time="2024-07-20T18:00:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="searching for current pods" time="2024-07-20T18:00:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="searching for current pods" time="2024-07-20T18:00:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="searching for current pods" time="2024-07-20T18:00:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:00:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:00Z" level=info msg="searching for current pods" time="2024-07-20T18:01:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:00Z" level=info msg="searching for current pods" time="2024-07-20T18:01:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:00Z" level=info msg="searching for current pods" time="2024-07-20T18:01:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:01Z" level=info msg="searching for current pods" time="2024-07-20T18:01:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:01Z" level=info msg="searching for current pods" time="2024-07-20T18:01:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:04Z" level=info msg="resolving sources" id=Cva7u namespace=openshift-monitoring time="2024-07-20T18:01:04Z" level=info msg="checking if subscriptions need update" id=Cva7u namespace=openshift-monitoring time="2024-07-20T18:01:04Z" level=info msg="resolving sources" id=hPYwM namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:01:04Z" level=info msg="checking if subscriptions need update" id=hPYwM namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:01:04Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=Cva7u namespace=openshift-monitoring time="2024-07-20T18:01:04Z" level=info msg="resolving sources" id=5clxD namespace=openshift-operators time="2024-07-20T18:01:04Z" level=info msg="checking if subscriptions need update" id=5clxD namespace=openshift-operators time="2024-07-20T18:01:04Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=hPYwM namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:01:04Z" level=info msg="resolving sources" id=VrM1U namespace=openshift-storage time="2024-07-20T18:01:04Z" level=info msg="checking if subscriptions need update" id=VrM1U namespace=openshift-storage time="2024-07-20T18:01:04Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=5clxD namespace=openshift-operators time="2024-07-20T18:01:04Z" level=info msg="resolving subscriptions in namespace" id=VrM1U namespace=openshift-storage time="2024-07-20T18:01:06Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="searching for current pods" time="2024-07-20T18:01:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:07Z" level=info msg="searching for current pods" time="2024-07-20T18:01:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:07Z" level=info msg="searching for current pods" time="2024-07-20T18:01:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:08Z" level=info msg="searching for current pods" time="2024-07-20T18:01:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:12Z" level=info msg="no subscriptions were updated" id=VrM1U namespace=openshift-storage time="2024-07-20T18:01:12Z" level=info msg="resolving sources" id=ru9Qv namespace=openshift-storage time="2024-07-20T18:01:12Z" level=info msg="checking if subscriptions need update" id=ru9Qv namespace=openshift-storage time="2024-07-20T18:01:13Z" level=info msg="resolving subscriptions in namespace" id=ru9Qv namespace=openshift-storage time="2024-07-20T18:01:13Z" level=info msg="no subscriptions were updated" id=ru9Qv namespace=openshift-storage time="2024-07-20T18:01:15Z" level=info msg="resolving sources" id=GSZ2h namespace=openshift-storage time="2024-07-20T18:01:15Z" level=info msg="checking if subscriptions need update" id=GSZ2h namespace=openshift-storage time="2024-07-20T18:01:16Z" level=info msg="resolving subscriptions in namespace" id=GSZ2h namespace=openshift-storage time="2024-07-20T18:01:16Z" level=info msg="no subscriptions were updated" id=GSZ2h namespace=openshift-storage time="2024-07-20T18:01:45Z" level=info msg=syncing id=4Sz7d ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T18:01:45Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:01:45Z" level=info msg="searching for current pods" time="2024-07-20T18:01:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="searching for current pods" time="2024-07-20T18:01:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="searching for current pods" time="2024-07-20T18:01:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="searching for current pods" time="2024-07-20T18:01:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="searching for current pods" time="2024-07-20T18:01:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:01:50Z" level=info msg="resolving sources" id=qfASS namespace=openshift-storage time="2024-07-20T18:01:50Z" level=info msg="checking if subscriptions need update" id=qfASS namespace=openshift-storage time="2024-07-20T18:01:51Z" level=info msg="resolving subscriptions in namespace" id=qfASS namespace=openshift-storage time="2024-07-20T18:01:51Z" level=info msg="no subscriptions were updated" id=qfASS namespace=openshift-storage time="2024-07-20T18:02:03Z" level=info msg="resolving sources" id=NE2NJ namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:02:03Z" level=info msg="checking if subscriptions need update" id=NE2NJ namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:02:03Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=NE2NJ namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:02:10Z" level=info msg="resolving sources" id=a3ROD namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:02:10Z" level=info msg="checking if subscriptions need update" id=a3ROD namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:02:10Z" level=info msg="No subscriptions were found in namespace namespace-test-7f7d699f80d54c90ad76698e8" id=a3ROD namespace=namespace-test-7f7d699f80d54c90ad76698e8 time="2024-07-20T18:02:43Z" level=info msg="resolving sources" id=L33/f namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="checking if subscriptions need update" id=L33/f namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=L33/f namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="resolving sources" id=yCNSL namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="checking if subscriptions need update" id=yCNSL namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=yCNSL namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="resolving sources" id=I8vRA namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="checking if subscriptions need update" id=I8vRA namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=I8vRA namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="resolving sources" id=5e2JH namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="checking if subscriptions need update" id=5e2JH namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=5e2JH namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="resolving sources" id=rHEWX namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="checking if subscriptions need update" id=rHEWX namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:02:43Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=rHEWX namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:04:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="catalog update required at 2024-07-20 18:04:20.366196293 +0000 UTC m=+5883.322618002" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GCA1z time="2024-07-20T18:04:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sgGmt time="2024-07-20T18:04:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:21Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mNs+x time="2024-07-20T18:04:21Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:21Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BQpc2 time="2024-07-20T18:04:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:22Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:23Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=MlrIA time="2024-07-20T18:04:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:24Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=3KOEf time="2024-07-20T18:04:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=lQT+j time="2024-07-20T18:04:25Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=EhsYy time="2024-07-20T18:04:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sBvuc time="2024-07-20T18:04:31Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gFCpG time="2024-07-20T18:04:31Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:32Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4fm6Y time="2024-07-20T18:04:34Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=yxQHM time="2024-07-20T18:04:34Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=4EeNv time="2024-07-20T18:04:35Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6OXSB time="2024-07-20T18:04:35Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:35Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:36Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbMfk time="2024-07-20T18:04:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="catalog update required at 2024-07-20 18:04:42.795177091 +0000 UTC m=+5905.751598790" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j3s6U time="2024-07-20T18:04:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=uJwO/ time="2024-07-20T18:04:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=y0w7m time="2024-07-20T18:04:43Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:43Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Idm/X time="2024-07-20T18:04:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DOR0F time="2024-07-20T18:04:45Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:45Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:46Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ub5eP time="2024-07-20T18:04:50Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=UpgTJ time="2024-07-20T18:04:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LZ4Z+ time="2024-07-20T18:04:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9Qb6u time="2024-07-20T18:04:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:54Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JIoL3 time="2024-07-20T18:04:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KsN6g time="2024-07-20T18:04:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hIJUn time="2024-07-20T18:04:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:04:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/2sLw time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=bnF+m namespace=openshift-route-controller-manager time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=bnF+m namespace=openshift-route-controller-manager time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=LS/eo namespace=openshift-operators time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=LS/eo namespace=openshift-operators time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=LS/eo namespace=openshift-operators time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=ulqIf namespace=openshift-cluster-machine-approver time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=ulqIf namespace=openshift-cluster-machine-approver time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=bnF+m namespace=openshift-route-controller-manager time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=addlZ namespace=openshift-dns-operator time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=addlZ namespace=openshift-dns-operator time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=addlZ namespace=openshift-dns-operator time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=AOopR namespace=openshift-image-registry time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=AOopR namespace=openshift-image-registry time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=AOopR namespace=openshift-image-registry time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=MczNP namespace=openshift-nutanix-infra time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=MczNP namespace=openshift-nutanix-infra time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=ulqIf namespace=openshift-cluster-machine-approver time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=xZv2a namespace=openshift-cluster-version time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=xZv2a namespace=openshift-cluster-version time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=MczNP namespace=openshift-nutanix-infra time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=kJEpx namespace=openshift-kube-scheduler time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=kJEpx namespace=openshift-kube-scheduler time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=kJEpx namespace=openshift-kube-scheduler time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=4rpbK namespace=openshift-network-operator time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=4rpbK namespace=openshift-network-operator time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=xZv2a namespace=openshift-cluster-version time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=DCnZT namespace=openshift-etcd-operator time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=DCnZT namespace=openshift-etcd-operator time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=4rpbK namespace=openshift-network-operator time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=Hh5H4 namespace=openshift-service-ca-operator time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=Hh5H4 namespace=openshift-service-ca-operator time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=DCnZT namespace=openshift-etcd-operator time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=SRl9b namespace=openshift-node time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=SRl9b namespace=openshift-node time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=Hh5H4 namespace=openshift-service-ca-operator time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=Ot3mB namespace=openshift-console time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=Ot3mB namespace=openshift-console time="2024-07-20T18:05:06Z" level=info msg="No subscriptions were found in namespace openshift-node" id=SRl9b namespace=openshift-node time="2024-07-20T18:05:06Z" level=info msg="resolving sources" id=2Akde namespace=openshift-etcd time="2024-07-20T18:05:06Z" level=info msg="checking if subscriptions need update" id=2Akde namespace=openshift-etcd time="2024-07-20T18:05:07Z" level=info msg="No subscriptions were found in namespace openshift-console" id=Ot3mB namespace=openshift-console time="2024-07-20T18:05:07Z" level=info msg="resolving sources" id=cWlhf namespace=openshift-kube-scheduler-operator time="2024-07-20T18:05:07Z" level=info msg="checking if subscriptions need update" id=cWlhf namespace=openshift-kube-scheduler-operator time="2024-07-20T18:05:07Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=2Akde namespace=openshift-etcd time="2024-07-20T18:05:07Z" level=info msg="resolving sources" id=rkXFx namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:05:07Z" level=info msg="checking if subscriptions need update" id=rkXFx namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:05:07Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=cWlhf namespace=openshift-kube-scheduler-operator time="2024-07-20T18:05:07Z" level=info msg="resolving sources" id=Z6v4Z namespace=openshift-machine-api time="2024-07-20T18:05:07Z" level=info msg="checking if subscriptions need update" id=Z6v4Z namespace=openshift-machine-api time="2024-07-20T18:05:07Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=rkXFx namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:05:07Z" level=info msg="resolving sources" id=siYIT namespace=kube-public time="2024-07-20T18:05:07Z" level=info msg="checking if subscriptions need update" id=siYIT namespace=kube-public time="2024-07-20T18:05:07Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=Z6v4Z namespace=openshift-machine-api time="2024-07-20T18:05:07Z" level=info msg="resolving sources" id=AdNZW namespace=openshift-authentication-operator time="2024-07-20T18:05:07Z" level=info msg="checking if subscriptions need update" id=AdNZW namespace=openshift-authentication-operator time="2024-07-20T18:05:08Z" level=info msg="No subscriptions were found in namespace kube-public" id=siYIT namespace=kube-public time="2024-07-20T18:05:08Z" level=info msg="resolving sources" id=Lx+A0 namespace=openshift-config time="2024-07-20T18:05:08Z" level=info msg="checking if subscriptions need update" id=Lx+A0 namespace=openshift-config time="2024-07-20T18:05:08Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=AdNZW namespace=openshift-authentication-operator time="2024-07-20T18:05:08Z" level=info msg="resolving sources" id=7D4s7 namespace=openshift-machine-config-operator time="2024-07-20T18:05:08Z" level=info msg="checking if subscriptions need update" id=7D4s7 namespace=openshift-machine-config-operator time="2024-07-20T18:05:08Z" level=info msg="No subscriptions were found in namespace openshift-config" id=Lx+A0 namespace=openshift-config time="2024-07-20T18:05:08Z" level=info msg="resolving sources" id=1sJGr namespace=openshift-ingress time="2024-07-20T18:05:08Z" level=info msg="checking if subscriptions need update" id=1sJGr namespace=openshift-ingress time="2024-07-20T18:05:08Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=7D4s7 namespace=openshift-machine-config-operator time="2024-07-20T18:05:08Z" level=info msg="resolving sources" id=bQP0f namespace=openshift-insights time="2024-07-20T18:05:08Z" level=info msg="checking if subscriptions need update" id=bQP0f namespace=openshift-insights time="2024-07-20T18:05:08Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=1sJGr namespace=openshift-ingress time="2024-07-20T18:05:08Z" level=info msg="resolving sources" id=roPgf namespace=openshift-multus time="2024-07-20T18:05:08Z" level=info msg="checking if subscriptions need update" id=roPgf namespace=openshift-multus time="2024-07-20T18:05:09Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=bQP0f namespace=openshift-insights time="2024-07-20T18:05:09Z" level=info msg="resolving sources" id=yU179 namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:05:09Z" level=info msg="checking if subscriptions need update" id=yU179 namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:05:09Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=roPgf namespace=openshift-multus time="2024-07-20T18:05:09Z" level=info msg="resolving sources" id=toYT6 namespace=openshift-cluster-samples-operator time="2024-07-20T18:05:09Z" level=info msg="checking if subscriptions need update" id=toYT6 namespace=openshift-cluster-samples-operator time="2024-07-20T18:05:09Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=yU179 namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:05:09Z" level=info msg="resolving sources" id=ii/Ek namespace=openshift-kube-apiserver time="2024-07-20T18:05:09Z" level=info msg="checking if subscriptions need update" id=ii/Ek namespace=openshift-kube-apiserver time="2024-07-20T18:05:09Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=toYT6 namespace=openshift-cluster-samples-operator time="2024-07-20T18:05:09Z" level=info msg="resolving sources" id=ODoEQ namespace=openshift-network-node-identity time="2024-07-20T18:05:09Z" level=info msg="checking if subscriptions need update" id=ODoEQ namespace=openshift-network-node-identity time="2024-07-20T18:05:09Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=ii/Ek namespace=openshift-kube-apiserver time="2024-07-20T18:05:09Z" level=info msg="resolving sources" id=DefHv namespace=openshift-oauth-apiserver time="2024-07-20T18:05:09Z" level=info msg="checking if subscriptions need update" id=DefHv namespace=openshift-oauth-apiserver time="2024-07-20T18:05:10Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=ODoEQ namespace=openshift-network-node-identity time="2024-07-20T18:05:10Z" level=info msg="resolving sources" id=pmHxU namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:10Z" level=info msg="checking if subscriptions need update" id=pmHxU namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:10Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=DefHv namespace=openshift-oauth-apiserver time="2024-07-20T18:05:10Z" level=info msg="resolving sources" id=bNSWV namespace=kube-system time="2024-07-20T18:05:10Z" level=info msg="checking if subscriptions need update" id=bNSWV namespace=kube-system time="2024-07-20T18:05:10Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=pmHxU namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:10Z" level=info msg="resolving sources" id=k4xfH namespace=openshift-config-managed time="2024-07-20T18:05:10Z" level=info msg="checking if subscriptions need update" id=k4xfH namespace=openshift-config-managed time="2024-07-20T18:05:10Z" level=info msg="No subscriptions were found in namespace kube-system" id=bNSWV namespace=kube-system time="2024-07-20T18:05:10Z" level=info msg="resolving sources" id=V38JU namespace=openshift-ingress-canary time="2024-07-20T18:05:10Z" level=info msg="checking if subscriptions need update" id=V38JU namespace=openshift-ingress-canary time="2024-07-20T18:05:10Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=k4xfH namespace=openshift-config-managed time="2024-07-20T18:05:10Z" level=info msg="resolving sources" id=gQ/Bn namespace=openshift-console-operator time="2024-07-20T18:05:10Z" level=info msg="checking if subscriptions need update" id=gQ/Bn namespace=openshift-console-operator time="2024-07-20T18:05:11Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=V38JU namespace=openshift-ingress-canary time="2024-07-20T18:05:11Z" level=info msg="resolving sources" id=BSZlY namespace=openshift-cloud-controller-manager time="2024-07-20T18:05:11Z" level=info msg="checking if subscriptions need update" id=BSZlY namespace=openshift-cloud-controller-manager time="2024-07-20T18:05:11Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=gQ/Bn namespace=openshift-console-operator time="2024-07-20T18:05:11Z" level=info msg="resolving sources" id=gZT5x namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:05:11Z" level=info msg="checking if subscriptions need update" id=gZT5x namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:05:11Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=BSZlY namespace=openshift-cloud-controller-manager time="2024-07-20T18:05:11Z" level=info msg="resolving sources" id=QDaO5 namespace=kube-node-lease time="2024-07-20T18:05:11Z" level=info msg="checking if subscriptions need update" id=QDaO5 namespace=kube-node-lease time="2024-07-20T18:05:11Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=gZT5x namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:05:11Z" level=info msg="resolving sources" id=qcB7M namespace=openshift-cloud-credential-operator time="2024-07-20T18:05:11Z" level=info msg="checking if subscriptions need update" id=qcB7M namespace=openshift-cloud-credential-operator time="2024-07-20T18:05:11Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=QDaO5 namespace=kube-node-lease time="2024-07-20T18:05:11Z" level=info msg="resolving sources" id=qoDFs namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:05:11Z" level=info msg="checking if subscriptions need update" id=qoDFs namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:05:12Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=qcB7M namespace=openshift-cloud-credential-operator time="2024-07-20T18:05:12Z" level=info msg="resolving sources" id=dC4tv namespace=openshift-kni-infra time="2024-07-20T18:05:12Z" level=info msg="checking if subscriptions need update" id=dC4tv namespace=openshift-kni-infra time="2024-07-20T18:05:12Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=qoDFs namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:05:12Z" level=info msg="resolving sources" id=iZbVq namespace=default time="2024-07-20T18:05:12Z" level=info msg="checking if subscriptions need update" id=iZbVq namespace=default time="2024-07-20T18:05:12Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=dC4tv namespace=openshift-kni-infra time="2024-07-20T18:05:12Z" level=info msg="resolving sources" id=5MPnV namespace=openshift-apiserver time="2024-07-20T18:05:12Z" level=info msg="checking if subscriptions need update" id=5MPnV namespace=openshift-apiserver time="2024-07-20T18:05:12Z" level=info msg="No subscriptions were found in namespace default" id=iZbVq namespace=default time="2024-07-20T18:05:12Z" level=info msg="resolving sources" id=9ETho namespace=openshift-cloud-network-config-controller time="2024-07-20T18:05:12Z" level=info msg="checking if subscriptions need update" id=9ETho namespace=openshift-cloud-network-config-controller time="2024-07-20T18:05:12Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=aImZd time="2024-07-20T18:05:12Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=aImZd time="2024-07-20T18:05:12Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=5MPnV namespace=openshift-apiserver time="2024-07-20T18:05:12Z" level=info msg="resolving sources" id=RVqGE namespace=openshift-controller-manager time="2024-07-20T18:05:12Z" level=info msg="checking if subscriptions need update" id=RVqGE namespace=openshift-controller-manager time="2024-07-20T18:05:13Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=9ETho namespace=openshift-cloud-network-config-controller time="2024-07-20T18:05:13Z" level=info msg="resolving sources" id=cLoaT namespace=openshift-network-diagnostics time="2024-07-20T18:05:13Z" level=info msg="checking if subscriptions need update" id=cLoaT namespace=openshift-network-diagnostics time="2024-07-20T18:05:13Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=RVqGE namespace=openshift-controller-manager time="2024-07-20T18:05:13Z" level=info msg="resolving sources" id=ycX/V namespace=openshift-ovn-kubernetes time="2024-07-20T18:05:13Z" level=info msg="checking if subscriptions need update" id=ycX/V namespace=openshift-ovn-kubernetes time="2024-07-20T18:05:13Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=cLoaT namespace=openshift-network-diagnostics time="2024-07-20T18:05:13Z" level=info msg="resolving sources" id=oblN1 namespace=openshift-service-ca time="2024-07-20T18:05:13Z" level=info msg="checking if subscriptions need update" id=oblN1 namespace=openshift-service-ca time="2024-07-20T18:05:13Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=ycX/V namespace=openshift-ovn-kubernetes time="2024-07-20T18:05:13Z" level=info msg="resolving sources" id=/MTyL namespace=openshift-apiserver-operator time="2024-07-20T18:05:13Z" level=info msg="checking if subscriptions need update" id=/MTyL namespace=openshift-apiserver-operator time="2024-07-20T18:05:13Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=oblN1 namespace=openshift-service-ca time="2024-07-20T18:05:13Z" level=info msg="resolving sources" id=vOW7j namespace=openshift-dns time="2024-07-20T18:05:13Z" level=info msg="checking if subscriptions need update" id=vOW7j namespace=openshift-dns time="2024-07-20T18:05:14Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=/MTyL namespace=openshift-apiserver-operator time="2024-07-20T18:05:14Z" level=info msg="resolving sources" id=UgVdO namespace=openshift-ingress-operator time="2024-07-20T18:05:14Z" level=info msg="checking if subscriptions need update" id=UgVdO namespace=openshift-ingress-operator time="2024-07-20T18:05:14Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=vOW7j namespace=openshift-dns time="2024-07-20T18:05:14Z" level=info msg="resolving sources" id=Uy65S namespace=openshift-marketplace time="2024-07-20T18:05:14Z" level=info msg="checking if subscriptions need update" id=Uy65S namespace=openshift-marketplace time="2024-07-20T18:05:14Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=UgVdO namespace=openshift-ingress-operator time="2024-07-20T18:05:14Z" level=info msg="resolving sources" id=QjSts namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:05:14Z" level=info msg="checking if subscriptions need update" id=QjSts namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:05:14Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=Uy65S namespace=openshift-marketplace time="2024-07-20T18:05:14Z" level=info msg="resolving sources" id=7O+sG namespace=openshift-monitoring time="2024-07-20T18:05:14Z" level=info msg="checking if subscriptions need update" id=7O+sG namespace=openshift-monitoring time="2024-07-20T18:05:14Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=QjSts namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:05:14Z" level=info msg="resolving sources" id=FCzGP namespace=openshift-openstack-infra time="2024-07-20T18:05:14Z" level=info msg="checking if subscriptions need update" id=FCzGP namespace=openshift-openstack-infra time="2024-07-20T18:05:15Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=7O+sG namespace=openshift-monitoring time="2024-07-20T18:05:15Z" level=info msg="resolving sources" id=D1Dby namespace=openshift-cluster-csi-drivers time="2024-07-20T18:05:15Z" level=info msg="checking if subscriptions need update" id=D1Dby namespace=openshift-cluster-csi-drivers time="2024-07-20T18:05:15Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=FCzGP namespace=openshift-openstack-infra time="2024-07-20T18:05:15Z" level=info msg="resolving sources" id=/D8+V namespace=openshift-cluster-storage-operator time="2024-07-20T18:05:15Z" level=info msg="checking if subscriptions need update" id=/D8+V namespace=openshift-cluster-storage-operator time="2024-07-20T18:05:15Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=D1Dby namespace=openshift-cluster-csi-drivers time="2024-07-20T18:05:15Z" level=info msg="resolving sources" id=AnbHy namespace=openshift-controller-manager-operator time="2024-07-20T18:05:15Z" level=info msg="checking if subscriptions need update" id=AnbHy namespace=openshift-controller-manager-operator time="2024-07-20T18:05:15Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=/D8+V namespace=openshift-cluster-storage-operator time="2024-07-20T18:05:15Z" level=info msg="resolving sources" id=GcfeU namespace=openshift-kube-controller-manager time="2024-07-20T18:05:15Z" level=info msg="checking if subscriptions need update" id=GcfeU namespace=openshift-kube-controller-manager time="2024-07-20T18:05:15Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=AnbHy namespace=openshift-controller-manager-operator time="2024-07-20T18:05:15Z" level=info msg="resolving sources" id=aacFC namespace=openshift-ovirt-infra time="2024-07-20T18:05:15Z" level=info msg="checking if subscriptions need update" id=aacFC namespace=openshift-ovirt-infra time="2024-07-20T18:05:16Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=GcfeU namespace=openshift-kube-controller-manager time="2024-07-20T18:05:16Z" level=info msg="resolving sources" id=QFPG0 namespace=openshift-storage time="2024-07-20T18:05:16Z" level=info msg="checking if subscriptions need update" id=QFPG0 namespace=openshift-storage time="2024-07-20T18:05:16Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=aacFC namespace=openshift-ovirt-infra time="2024-07-20T18:05:16Z" level=info msg="resolving sources" id=pkxqh namespace=openshift-cloud-platform-infra time="2024-07-20T18:05:16Z" level=info msg="checking if subscriptions need update" id=pkxqh namespace=openshift-cloud-platform-infra time="2024-07-20T18:05:16Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=pkxqh namespace=openshift-cloud-platform-infra time="2024-07-20T18:05:16Z" level=info msg="resolving sources" id=wHIB2 namespace=openshift-config-operator time="2024-07-20T18:05:16Z" level=info msg="checking if subscriptions need update" id=wHIB2 namespace=openshift-config-operator time="2024-07-20T18:05:17Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=wHIB2 namespace=openshift-config-operator time="2024-07-20T18:05:17Z" level=info msg="resolving sources" id=FVsWx namespace=openshift-host-network time="2024-07-20T18:05:17Z" level=info msg="checking if subscriptions need update" id=FVsWx namespace=openshift-host-network time="2024-07-20T18:05:17Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=FVsWx namespace=openshift-host-network time="2024-07-20T18:05:17Z" level=info msg="resolving sources" id=Hgoen namespace=openshift-infra time="2024-07-20T18:05:17Z" level=info msg="checking if subscriptions need update" id=Hgoen namespace=openshift-infra time="2024-07-20T18:05:17Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=Hgoen namespace=openshift-infra time="2024-07-20T18:05:17Z" level=info msg="resolving sources" id=zMYMo namespace=openshift-console-user-settings time="2024-07-20T18:05:17Z" level=info msg="checking if subscriptions need update" id=zMYMo namespace=openshift-console-user-settings time="2024-07-20T18:05:18Z" level=info msg="resolving subscriptions in namespace" id=QFPG0 namespace=openshift-storage time="2024-07-20T18:05:18Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=zMYMo namespace=openshift-console-user-settings time="2024-07-20T18:05:18Z" level=info msg="resolving sources" id=HvEJw namespace=openshift-authentication time="2024-07-20T18:05:18Z" level=info msg="checking if subscriptions need update" id=HvEJw namespace=openshift-authentication time="2024-07-20T18:05:18Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=HvEJw namespace=openshift-authentication time="2024-07-20T18:05:18Z" level=info msg="resolving sources" id=C/uVt namespace=openshift-e2e-loki time="2024-07-20T18:05:18Z" level=info msg="checking if subscriptions need update" id=C/uVt namespace=openshift-e2e-loki time="2024-07-20T18:05:18Z" level=info msg="no subscriptions were updated" id=QFPG0 namespace=openshift-storage time="2024-07-20T18:05:18Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=C/uVt namespace=openshift-e2e-loki time="2024-07-20T18:05:18Z" level=info msg="resolving sources" id=zmZE3 namespace=openshift-user-workload-monitoring time="2024-07-20T18:05:18Z" level=info msg="checking if subscriptions need update" id=zmZE3 namespace=openshift-user-workload-monitoring time="2024-07-20T18:05:19Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=zmZE3 namespace=openshift-user-workload-monitoring time="2024-07-20T18:05:19Z" level=info msg="resolving sources" id=BKHOX namespace=openshift-vsphere-infra time="2024-07-20T18:05:19Z" level=info msg="checking if subscriptions need update" id=BKHOX namespace=openshift-vsphere-infra time="2024-07-20T18:05:20Z" level=info msg="resolving sources" id=wGByE namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:05:20Z" level=info msg="checking if subscriptions need update" id=wGByE namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:05:20Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=BKHOX namespace=openshift-vsphere-infra time="2024-07-20T18:05:20Z" level=info msg="resolving sources" id=gzd7Z namespace=openshift-kube-apiserver-operator time="2024-07-20T18:05:20Z" level=info msg="checking if subscriptions need update" id=gzd7Z namespace=openshift-kube-apiserver-operator time="2024-07-20T18:05:21Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=wGByE namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:05:21Z" level=info msg="resolving sources" id=O3F1A namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:05:21Z" level=info msg="checking if subscriptions need update" id=O3F1A namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:05:21Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=gzd7Z namespace=openshift-kube-apiserver-operator time="2024-07-20T18:05:21Z" level=info msg="resolving sources" id=d/U7U namespace=openshift time="2024-07-20T18:05:21Z" level=info msg="checking if subscriptions need update" id=d/U7U namespace=openshift time="2024-07-20T18:05:21Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=O3F1A namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:05:21Z" level=info msg="resolving sources" id=Huz/Z namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:21Z" level=info msg="checking if subscriptions need update" id=Huz/Z namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:21Z" level=info msg="No subscriptions were found in namespace openshift" id=d/U7U namespace=openshift time="2024-07-20T18:05:21Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=Huz/Z namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:26Z" level=info msg="resolving sources" id=ZyNrw namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:26Z" level=info msg="checking if subscriptions need update" id=ZyNrw namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:26Z" level=info msg="No subscriptions were found in namespace namespace-test-fe8a63cac9ac483591c76498f" id=ZyNrw namespace=namespace-test-fe8a63cac9ac483591c76498f time="2024-07-20T18:05:36Z" level=info msg="resolving sources" id=cT3/p namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="checking if subscriptions need update" id=cT3/p namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=cT3/p namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="resolving sources" id=fkkxl namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="checking if subscriptions need update" id=fkkxl namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=fkkxl namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="resolving sources" id=RLX6f namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="checking if subscriptions need update" id=RLX6f namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=RLX6f namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="resolving sources" id=VXh7l namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="checking if subscriptions need update" id=VXh7l namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:36Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=VXh7l namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:37Z" level=info msg="resolving sources" id=OGLVk namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:37Z" level=info msg="checking if subscriptions need update" id=OGLVk namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:05:37Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=OGLVk namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:06:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=cY871 time="2024-07-20T18:06:03Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=cY871 time="2024-07-20T18:06:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=hqngI time="2024-07-20T18:06:03Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=hqngI time="2024-07-20T18:06:03Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:03Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:04Z" level=info msg="catalog update required at 2024-07-20 18:06:04.328620293 +0000 UTC m=+5987.285042002" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Cqk+e time="2024-07-20T18:06:04Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:04Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:05Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:05Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:05Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m+Cm6 time="2024-07-20T18:06:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:05Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=3R0Sa time="2024-07-20T18:06:05Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:05Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:06Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Lve3n time="2024-07-20T18:06:06Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:06Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:06Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:06Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:06Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=3R0Sa time="2024-07-20T18:06:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:07Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lve3n time="2024-07-20T18:06:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:08Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Vzr9Z time="2024-07-20T18:06:09Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=68fn3 time="2024-07-20T18:06:09Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:09Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:10Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Zvv6I time="2024-07-20T18:06:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=d5CQj time="2024-07-20T18:06:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sv47U time="2024-07-20T18:06:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:16Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=OcmiD time="2024-07-20T18:06:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VXvGR time="2024-07-20T18:06:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:19Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:19Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=dhMBU time="2024-07-20T18:06:19Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=qS34v time="2024-07-20T18:06:19Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:19Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qS34v time="2024-07-20T18:06:34Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:06:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ekn4E time="2024-07-20T18:08:25Z" level=info msg="resolving sources" id=dU+f/ namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:08:25Z" level=info msg="checking if subscriptions need update" id=dU+f/ namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:08:25Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=dU+f/ namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:08:32Z" level=info msg="resolving sources" id=B+BbA namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:08:32Z" level=info msg="checking if subscriptions need update" id=B+BbA namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:08:32Z" level=info msg="No subscriptions were found in namespace namespace-test-3e868317c0c34607959bf856d" id=B+BbA namespace=namespace-test-3e868317c0c34607959bf856d time="2024-07-20T18:08:38Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:08:38Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5Aa3n time="2024-07-20T18:13:11Z" level=info msg="resolving sources" id=fFXLI namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:11Z" level=info msg="checking if subscriptions need update" id=fFXLI namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:11Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=fFXLI namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:18Z" level=info msg="resolving sources" id=g0slI namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:18Z" level=info msg="checking if subscriptions need update" id=g0slI namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:18Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=g0slI namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:41Z" level=info msg="resolving sources" id=nFFmb namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:41Z" level=info msg="checking if subscriptions need update" id=nFFmb namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:41Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=nFFmb namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:42Z" level=info msg="resolving sources" id=QRur3 namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:42Z" level=info msg="checking if subscriptions need update" id=QRur3 namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:13:42Z" level=info msg="No subscriptions were found in namespace s3cli-n9coae85ye2yh" id=QRur3 namespace=s3cli-n9coae85ye2yh time="2024-07-20T18:14:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=kug+X time="2024-07-20T18:14:25Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kug+X time="2024-07-20T18:14:25Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="catalog update required at 2024-07-20 18:14:25.340145556 +0000 UTC m=+6488.296567255" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=t4oKl time="2024-07-20T18:14:25Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:25Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:25Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=VaFeO time="2024-07-20T18:14:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:26Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=0IlQU time="2024-07-20T18:14:26Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:26Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:26Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=iFmL0 time="2024-07-20T18:14:26Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:26Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:27Z" level=info msg="catalog update required at 2024-07-20 18:14:27.710786317 +0000 UTC m=+6490.667208027" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=iFmL0 time="2024-07-20T18:14:27Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:27Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0IlQU time="2024-07-20T18:14:28Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:28Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:28Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=7ZxAw time="2024-07-20T18:14:29Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:29Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Xc/zC time="2024-07-20T18:14:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:30Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:31Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:31Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:31Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=FbdVj time="2024-07-20T18:14:31Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:31Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:32Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=HteZ4 time="2024-07-20T18:14:32Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:32Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=RzpbE time="2024-07-20T18:14:33Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:33Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:34Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WdXhq time="2024-07-20T18:14:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:34Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=u3crv time="2024-07-20T18:14:34Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:34Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:34Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=mEvH0 time="2024-07-20T18:14:34Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:34Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:35Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=j5moA time="2024-07-20T18:14:35Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:35Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:35Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u3crv time="2024-07-20T18:14:35Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:35Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:36Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=j5moA time="2024-07-20T18:14:36Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:36Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:37Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:37Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:37Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xzgHh time="2024-07-20T18:14:37Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:37Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JbQmo time="2024-07-20T18:14:38Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:38Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:39Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=EX6+x time="2024-07-20T18:14:40Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:40Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:40Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=CBFwZ time="2024-07-20T18:14:43Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:14:43Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:14:43Z" level=info msg="searching for current pods" time="2024-07-20T18:14:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="searching for current pods" time="2024-07-20T18:14:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="searching for current pods" time="2024-07-20T18:14:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="searching for current pods" time="2024-07-20T18:14:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="searching for current pods" time="2024-07-20T18:14:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:44Z" level=info msg="searching for current pods" time="2024-07-20T18:14:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:44Z" level=info msg="searching for current pods" time="2024-07-20T18:14:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:44Z" level=info msg="searching for current pods" time="2024-07-20T18:14:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:45Z" level=info msg="searching for current pods" time="2024-07-20T18:14:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:45Z" level=info msg="searching for current pods" time="2024-07-20T18:14:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:46Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:47Z" level=info msg="catalog update required at 2024-07-20 18:14:47.224440342 +0000 UTC m=+6510.180862041" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=VzfsV time="2024-07-20T18:14:47Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:47Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:47Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:47Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=GnkmV time="2024-07-20T18:14:47Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:47Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=QpMZQ time="2024-07-20T18:14:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:48Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=DhpiU time="2024-07-20T18:14:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:48Z" level=info msg="resolving sources" id=V8ic5 namespace=openshift-operators time="2024-07-20T18:14:48Z" level=info msg="checking if subscriptions need update" id=V8ic5 namespace=openshift-operators time="2024-07-20T18:14:48Z" level=info msg="resolving sources" id=Cxb3c namespace=openshift-storage time="2024-07-20T18:14:48Z" level=info msg="checking if subscriptions need update" id=Cxb3c namespace=openshift-storage time="2024-07-20T18:14:48Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=V8ic5 namespace=openshift-operators time="2024-07-20T18:14:48Z" level=info msg="resolving sources" id=d9zZz namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:14:48Z" level=info msg="checking if subscriptions need update" id=d9zZz namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:14:48Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=d9zZz namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:14:48Z" level=info msg="resolving sources" id=Iku+X namespace=openshift-monitoring time="2024-07-20T18:14:48Z" level=info msg="checking if subscriptions need update" id=Iku+X namespace=openshift-monitoring time="2024-07-20T18:14:48Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=Iku+X namespace=openshift-monitoring time="2024-07-20T18:14:48Z" level=info msg="resolving subscriptions in namespace" id=Cxb3c namespace=openshift-storage time="2024-07-20T18:14:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=6DJws time="2024-07-20T18:14:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:49Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:49Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=QpMZQ time="2024-07-20T18:14:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:14:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:51Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:14:51Z" level=info msg="searching for current pods" time="2024-07-20T18:14:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:51Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=6DJws time="2024-07-20T18:14:51Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:51Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=tQvf3 time="2024-07-20T18:14:52Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:52Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:52Z" level=info msg="searching for current pods" time="2024-07-20T18:14:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:52Z" level=info msg="searching for current pods" time="2024-07-20T18:14:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:53Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=FoK4f time="2024-07-20T18:14:53Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:53Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=PTVgI time="2024-07-20T18:14:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:54Z" level=info msg="searching for current pods" time="2024-07-20T18:14:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:54Z" level=info msg="searching for current pods" time="2024-07-20T18:14:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:55Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:55Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:55Z" level=info msg="searching for current pods" time="2024-07-20T18:14:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:56Z" level=info msg="searching for current pods" time="2024-07-20T18:14:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:56Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=FoK4f time="2024-07-20T18:14:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:56Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:56Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:56Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTVgI time="2024-07-20T18:14:56Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:56Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:56Z" level=info msg="no subscriptions were updated" id=Cxb3c namespace=openshift-storage time="2024-07-20T18:14:56Z" level=info msg="resolving sources" id=0pBH0 namespace=openshift-storage time="2024-07-20T18:14:56Z" level=info msg="checking if subscriptions need update" id=0pBH0 namespace=openshift-storage time="2024-07-20T18:14:57Z" level=info msg="searching for current pods" time="2024-07-20T18:14:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:57Z" level=info msg="resolving subscriptions in namespace" id=0pBH0 namespace=openshift-storage time="2024-07-20T18:14:57Z" level=info msg="searching for current pods" time="2024-07-20T18:14:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=LX2H+ time="2024-07-20T18:14:57Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:58Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:58Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:58Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=RJMSX time="2024-07-20T18:14:58Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:58Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:58Z" level=info msg="no subscriptions were updated" id=0pBH0 namespace=openshift-storage time="2024-07-20T18:14:58Z" level=info msg="searching for current pods" time="2024-07-20T18:14:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:14:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:59Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:59Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:59Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=RJMSX time="2024-07-20T18:14:59Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:14:59Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:14:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LX2H+ time="2024-07-20T18:14:59Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:14:59Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:00Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=+o3oL time="2024-07-20T18:15:00Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:00Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:00Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:00Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:00Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=P+b5h time="2024-07-20T18:15:00Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:00Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:01Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:01Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:01Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:01Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=+o3oL time="2024-07-20T18:15:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:01Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:01Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:01Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:01Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=P+b5h time="2024-07-20T18:15:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=f/Wgr time="2024-07-20T18:15:02Z" level=info msg="resolving sources" id=AxsYP namespace=openshift-storage time="2024-07-20T18:15:02Z" level=info msg="checking if subscriptions need update" id=AxsYP namespace=openshift-storage time="2024-07-20T18:15:02Z" level=info msg="resolving subscriptions in namespace" id=AxsYP namespace=openshift-storage time="2024-07-20T18:15:03Z" level=info msg="no subscriptions were updated" id=AxsYP namespace=openshift-storage time="2024-07-20T18:15:04Z" level=info msg="resolving sources" id=gKwTR namespace=openshift-storage time="2024-07-20T18:15:04Z" level=info msg="checking if subscriptions need update" id=gKwTR namespace=openshift-storage time="2024-07-20T18:15:04Z" level=info msg="resolving subscriptions in namespace" id=gKwTR namespace=openshift-storage time="2024-07-20T18:15:05Z" level=info msg="no subscriptions were updated" id=gKwTR namespace=openshift-storage time="2024-07-20T18:15:18Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=6rvU1 time="2024-07-20T18:15:18Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:18Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jP6zs time="2024-07-20T18:15:22Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:22Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+uqsC time="2024-07-20T18:15:29Z" level=info msg=syncing id=8ohv3 ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T18:15:29Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:15:29Z" level=info msg="searching for current pods" time="2024-07-20T18:15:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="searching for current pods" time="2024-07-20T18:15:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="searching for current pods" time="2024-07-20T18:15:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="searching for current pods" time="2024-07-20T18:15:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="searching for current pods" time="2024-07-20T18:15:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:15:35Z" level=info msg="resolving sources" id=yDnaJ namespace=openshift-storage time="2024-07-20T18:15:35Z" level=info msg="checking if subscriptions need update" id=yDnaJ namespace=openshift-storage time="2024-07-20T18:15:35Z" level=info msg="resolving subscriptions in namespace" id=yDnaJ namespace=openshift-storage time="2024-07-20T18:15:35Z" level=info msg="no subscriptions were updated" id=yDnaJ namespace=openshift-storage time="2024-07-20T18:16:02Z" level=info msg="resolving sources" id=ZNSGu namespace=openshift-cnv time="2024-07-20T18:16:02Z" level=info msg="checking if subscriptions need update" id=ZNSGu namespace=openshift-cnv time="2024-07-20T18:16:02Z" level=info msg="No subscriptions were found in namespace openshift-cnv" id=ZNSGu namespace=openshift-cnv time="2024-07-20T18:16:02Z" level=info msg="resolving sources" id=7NjKI namespace=openshift-cnv time="2024-07-20T18:16:02Z" level=info msg="checking if subscriptions need update" id=7NjKI namespace=openshift-cnv time="2024-07-20T18:16:02Z" level=info msg="No subscriptions were found in namespace openshift-cnv" id=7NjKI namespace=openshift-cnv time="2024-07-20T18:16:03Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=false id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="ensuring registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="registry service status invalid, need to overwrite" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="of 0 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="creating desired pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 pod.name= pod.namespace=openshift-marketplace time="2024-07-20T18:16:03Z" level=info msg="polling not enabled, no update pod will be created" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="ensured registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=apDh9 time="2024-07-20T18:16:03Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Ssmtv time="2024-07-20T18:16:03Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=brew-catalog-source state.State=CONNECTING" time="2024-07-20T18:16:03Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=brew-catalog-source state.State=TRANSIENT_FAILURE" time="2024-07-20T18:16:03Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=D81RT time="2024-07-20T18:16:03Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=D81RT time="2024-07-20T18:16:03Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"brew-catalog-source\": the object has been modified; please apply your changes to the latest version and try again" id=D81RT E0720 18:16:03.134250 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/brew-catalog-source"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "brew-catalog-source": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:03Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=false id=yyMSh time="2024-07-20T18:16:03Z" level=info msg="ensuring registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="of 1 pods matching label selector, 0 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="registry pods invalid, need to overwrite" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="deleting current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh pod.name=brew-catalog-source-wc8rx pod.namespace=openshift-marketplace time="2024-07-20T18:16:04Z" level=info msg="creating desired pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh pod.name= pod.namespace=openshift-marketplace time="2024-07-20T18:16:04Z" level=info msg="polling not enabled, no update pod will be created" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="ensured registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=yyMSh time="2024-07-20T18:16:04Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=IFYbw time="2024-07-20T18:16:04Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=brew-catalog-source state.State=CONNECTING" time="2024-07-20T18:16:04Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=brew-catalog-source state.State=TRANSIENT_FAILURE" time="2024-07-20T18:16:04Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"brew-catalog-source\": the object has been modified; please apply your changes to the latest version and try again" id=IFYbw E0720 18:16:04.842618 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/brew-catalog-source"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "brew-catalog-source": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:04Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:04Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Y/A37 time="2024-07-20T18:16:05Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=TQ+sA time="2024-07-20T18:16:05Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"brew-catalog-source\": the object has been modified; please apply your changes to the latest version and try again" id=TQ+sA E0720 18:16:05.644144 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/brew-catalog-source"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "brew-catalog-source": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:05Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:05Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Vtsab time="2024-07-20T18:16:06Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:06Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=qQVTB time="2024-07-20T18:16:16Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=r9rIE time="2024-07-20T18:16:16Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=iSi8N time="2024-07-20T18:16:16Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:16Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=k8p3h time="2024-07-20T18:16:17Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="pod spec diff: v1.PodSpec{\n- \tVolumes: []v1.Volume{\n- \t\t{\n- \t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\tVolumeSource: v1.VolumeSource{Projected: s\"&ProjectedVolumeSource{Sources:[\"...},\n- \t\t},\n- \t},\n+ \tVolumes: nil,\n \tInitContainers: nil,\n \tContainers: []v1.Container{\n \t\t{\n \t\t\t... // 3 identical fields\n \t\t\tArgs: nil,\n \t\t\tWorkingDir: \"\",\n \t\t\tPorts: []v1.ContainerPort{\n \t\t\t\t{\n \t\t\t\t\tName: \"grpc\",\n \t\t\t\t\tHostPort: 0,\n \t\t\t\t\tContainerPort: 50051,\n- \t\t\t\t\tProtocol: \"TCP\",\n+ \t\t\t\t\tProtocol: \"\",\n \t\t\t\t\tHostIP: \"\",\n \t\t\t\t},\n \t\t\t},\n \t\t\tEnvFrom: nil,\n \t\t\tEnv: nil,\n \t\t\tResources: {Requests: {s\"cpu\": {i: {...}, s: \"10m\", Format: \"DecimalSI\"}, s\"memory\": {i: {...}, s: \"50Mi\", Format: \"BinarySI\"}}},\n \t\t\tResizePolicy: nil,\n \t\t\tRestartPolicy: nil,\n- \t\t\tVolumeMounts: []v1.VolumeMount{\n- \t\t\t\t{\n- \t\t\t\t\tName: \"kube-api-access-qnvh2\",\n- \t\t\t\t\tReadOnly: true,\n- \t\t\t\t\tMountPath: \"/var/run/secrets/kubernetes.io/serviceaccount\",\n- \t\t\t\t},\n- \t\t\t},\n+ \t\t\tVolumeMounts: nil,\n \t\t\tVolumeDevices: nil,\n \t\t\tLivenessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 10,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tReadinessProbe: &v1.Probe{\n \t\t\t\tProbeHandler: {Exec: &{Command: {\"grpc_health_probe\", \"-addr=:50051\"}}},\n \t\t\t\tInitialDelaySeconds: 5,\n \t\t\t\tTimeoutSeconds: 5,\n- \t\t\t\tPeriodSeconds: 10,\n+ \t\t\t\tPeriodSeconds: 0,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n- \t\t\t\tFailureThreshold: 3,\n+ \t\t\t\tFailureThreshold: 0,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tStartupProbe: &v1.Probe{\n \t\t\t\t... // 2 identical fields\n \t\t\t\tTimeoutSeconds: 5,\n \t\t\t\tPeriodSeconds: 10,\n- \t\t\t\tSuccessThreshold: 1,\n+ \t\t\t\tSuccessThreshold: 0,\n \t\t\t\tFailureThreshold: 10,\n \t\t\t\tTerminationGracePeriodSeconds: nil,\n \t\t\t},\n \t\t\tLifecycle: nil,\n- \t\t\tTerminationMessagePath: \"/dev/termination-log\",\n+ \t\t\tTerminationMessagePath: \"\",\n \t\t\tTerminationMessagePolicy: \"FallbackToLogsOnError\",\n \t\t\tImagePullPolicy: \"Always\",\n \t\t\tSecurityContext: &v1.SecurityContext{\n- \t\t\t\tCapabilities: s\"&Capabilities{Add:[],Drop:[MKNOD],}\",\n+ \t\t\t\tCapabilities: nil,\n \t\t\t\tPrivileged: nil,\n \t\t\t\tSELinuxOptions: nil,\n \t\t\t\t... // 8 identical fields\n \t\t\t},\n \t\t\tStdin: false,\n \t\t\tStdinOnce: false,\n \t\t\tTTY: false,\n \t\t},\n \t},\n \tEphemeralContainers: nil,\n- \tRestartPolicy: \"Always\",\n+ \tRestartPolicy: \"\",\n- \tTerminationGracePeriodSeconds: &30,\n+ \tTerminationGracePeriodSeconds: nil,\n \tActiveDeadlineSeconds: nil,\n- \tDNSPolicy: \"ClusterFirst\",\n+ \tDNSPolicy: \"\",\n \tNodeSelector: {\"kubernetes.io/os\": \"linux\"},\n \tServiceAccountName: \"brew-catalog-source\",\n- \tDeprecatedServiceAccount: \"brew-catalog-source\",\n+ \tDeprecatedServiceAccount: \"\",\n \tAutomountServiceAccountToken: nil,\n- \tNodeName: \"ip-10-0-26-69.us-east-2.compute.internal\",\n+ \tNodeName: \"\",\n \tHostNetwork: false,\n \tHostPID: false,\n \tHostIPC: false,\n \tShareProcessNamespace: nil,\n- \tSecurityContext: s\"&PodSecurityContext{SELinuxOptions:&SELinuxOptions{User:,Role:,Type:,Level:s0:c16,c0,},RunAsUser:nil,RunAsNonRoot:nil,SupplementalGroups:[],FSGroup:nil,RunAsGroup:nil,Sysctls:[]Sysctl{},WindowsOptions:nil,FSGroupChangePolicy:nil,SeccompProfile:nil,}\",\n+ \tSecurityContext: nil,\n- \tImagePullSecrets: nil,\n+ \tImagePullSecrets: []v1.LocalObjectReference{{Name: \"brew-catalog-source-dockercfg-g5zpk\"}},\n \tHostname: \"\",\n \tSubdomain: \"\",\n \tAffinity: nil,\n- \tSchedulerName: \"default-scheduler\",\n+ \tSchedulerName: \"\",\n- \tTolerations: []v1.Toleration{\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/not-ready\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/unreachable\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoExecute\",\n- \t\t\tTolerationSeconds: &300,\n- \t\t},\n- \t\t{\n- \t\t\tKey: \"node.kubernetes.io/memory-pressure\",\n- \t\t\tOperator: \"Exists\",\n- \t\t\tEffect: \"NoSchedule\",\n- \t\t},\n- \t},\n+ \tTolerations: nil,\n \tHostAliases: nil,\n \tPriorityClassName: \"\",\n- \tPriority: &0,\n+ \tPriority: nil,\n \tDNSConfig: nil,\n \tReadinessGates: nil,\n \tRuntimeClassName: nil,\n- \tEnableServiceLinks: &true,\n+ \tEnableServiceLinks: nil,\n- \tPreemptionPolicy: &\"PreemptLowerPriority\",\n+ \tPreemptionPolicy: nil,\n \tOverhead: nil,\n \tTopologySpreadConstraints: nil,\n \t... // 5 identical fields\n }\n" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="of 2 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=false correctImages=true current-pod.name=brew-catalog-source-wc8rx current-pod.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=w8gRx time="2024-07-20T18:16:17Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FIqdy time="2024-07-20T18:16:17Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:17Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0E7CJ time="2024-07-20T18:16:24Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:24Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=dNTxh time="2024-07-20T18:16:25Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:25Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=VlHc2 time="2024-07-20T18:16:31Z" level=info msg="state.Key.Namespace=openshift-marketplace state.Key.Name=brew-catalog-source state.State=READY" time="2024-07-20T18:16:31Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="resolving sources" id=x06f0 namespace=openshift-marketplace time="2024-07-20T18:16:31Z" level=info msg="checking if subscriptions need update" id=x06f0 namespace=openshift-marketplace time="2024-07-20T18:16:31Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=x06f0 namespace=openshift-marketplace time="2024-07-20T18:16:31Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=OgLDQ time="2024-07-20T18:16:31Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:31Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:31Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:31Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:31Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=swXix time="2024-07-20T18:16:31Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:31Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=swXix time="2024-07-20T18:16:34Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:16:34Z" level=info msg="searching for current pods" time="2024-07-20T18:16:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="searching for current pods" time="2024-07-20T18:16:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="searching for current pods" time="2024-07-20T18:16:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="searching for current pods" time="2024-07-20T18:16:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="searching for current pods" time="2024-07-20T18:16:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="resolving sources" id=vLUeD namespace=openshift-cnv time="2024-07-20T18:16:34Z" level=info msg="checking if subscriptions need update" id=vLUeD namespace=openshift-cnv time="2024-07-20T18:16:34Z" level=info msg="checking for existing installplan" channel=stable id=vLUeD namespace=openshift-cnv pkg=kubevirt-hyperconverged source=brew-catalog-source sub=kubevirt-hyperconverged time="2024-07-20T18:16:34Z" level=info msg="resolving subscriptions in namespace" id=vLUeD namespace=openshift-cnv time="2024-07-20T18:16:34Z" level=info msg="resolving sources" id=+tUy1 namespace=openshift-cnv time="2024-07-20T18:16:34Z" level=info msg="checking if subscriptions need update" id=+tUy1 namespace=openshift-cnv time="2024-07-20T18:16:34Z" level=info msg="checking for existing installplan" channel=stable id=+tUy1 namespace=openshift-cnv pkg=kubevirt-hyperconverged source=brew-catalog-source sub=kubevirt-hyperconverged time="2024-07-20T18:16:34Z" level=info msg="resolving subscriptions in namespace" id=+tUy1 namespace=openshift-cnv time="2024-07-20T18:16:34Z" level=info msg="searching for current pods" time="2024-07-20T18:16:34Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:40Z" level=info msg="unpacking bundles" id=+tUy1 namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="unpacking bundles" id=vLUeD namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=mcg8C time="2024-07-20T18:16:40Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=Fegt5 time="2024-07-20T18:16:40Z" level=info msg="unpacking is not complete yet, requeueing" id=+tUy1 namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="failed to unpack bundles: jobs.batch \"fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252\" already exists" E0720 18:16:40.524178 1 queueinformer_operator.go:319] sync "openshift-cnv" failed: bundle unpacking failed with an error: jobs.batch "fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252" already exists time="2024-07-20T18:16:40Z" level=info msg="resolving sources" id=PFnea namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="checking if subscriptions need update" id=PFnea namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="checking for existing installplan" channel=stable id=PFnea namespace=openshift-cnv pkg=kubevirt-hyperconverged source=brew-catalog-source sub=kubevirt-hyperconverged time="2024-07-20T18:16:40Z" level=info msg="resolving subscriptions in namespace" id=PFnea namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="unpacking bundles" id=PFnea namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="unpacking is not complete yet, requeueing" id=PFnea namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="resolving sources" id=WxOWk namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="checking if subscriptions need update" id=WxOWk namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="checking for existing installplan" channel=stable id=WxOWk namespace=openshift-cnv pkg=kubevirt-hyperconverged source=brew-catalog-source sub=kubevirt-hyperconverged time="2024-07-20T18:16:40Z" level=info msg="resolving subscriptions in namespace" id=WxOWk namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="unpacking bundles" id=WxOWk namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=info msg="unpacking is not complete yet, requeueing" id=WxOWk namespace=openshift-cnv time="2024-07-20T18:16:40Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"kubevirt-hyperconverged\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 18:16:40.739815 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/kubevirt-hyperconverged"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:40Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:16:40Z" level=info msg="searching for current pods" time="2024-07-20T18:16:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:40Z" level=info msg="searching for current pods" time="2024-07-20T18:16:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:41Z" level=info msg="searching for current pods" time="2024-07-20T18:16:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:41Z" level=info msg="searching for current pods" time="2024-07-20T18:16:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:42Z" level=info msg="searching for current pods" time="2024-07-20T18:16:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:42Z" level=info msg="searching for current pods" time="2024-07-20T18:16:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:44Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:44Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=v+6fB time="2024-07-20T18:16:45Z" level=info msg="resolving sources" id=ZWUQV namespace=openshift-cnv time="2024-07-20T18:16:45Z" level=info msg="checking if subscriptions need update" id=ZWUQV namespace=openshift-cnv time="2024-07-20T18:16:45Z" level=info msg="checking for existing installplan" channel=stable id=ZWUQV namespace=openshift-cnv pkg=kubevirt-hyperconverged source=brew-catalog-source sub=kubevirt-hyperconverged time="2024-07-20T18:16:45Z" level=info msg="resolving subscriptions in namespace" id=ZWUQV namespace=openshift-cnv time="2024-07-20T18:16:45Z" level=info msg="unpacking bundles" id=ZWUQV namespace=openshift-cnv time="2024-07-20T18:16:45Z" level=info msg="unpacking is not complete yet, requeueing" id=ZWUQV namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=info msg="resolving sources" id=pjrlW namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=info msg="checking if subscriptions need update" id=pjrlW namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:16:48Z" level=info msg="searching for current pods" time="2024-07-20T18:16:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="checking for existing installplan" channel=stable id=pjrlW namespace=openshift-cnv pkg=kubevirt-hyperconverged source=brew-catalog-source sub=kubevirt-hyperconverged time="2024-07-20T18:16:48Z" level=info msg="resolving subscriptions in namespace" id=pjrlW namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=info msg="searching for current pods" time="2024-07-20T18:16:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="searching for current pods" time="2024-07-20T18:16:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="unpacking bundles" id=pjrlW namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=info msg="searching for current pods" time="2024-07-20T18:16:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="searching for current pods" time="2024-07-20T18:16:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=mtq-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=cluster-network-addons-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hostpath-provisioner-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-ssp-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hyperconverged-cluster-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-hyperconverged-operator.clusterserviceversion.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-cdi-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=aaq-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="resolution caused subscription changes, creating installplan" id=pjrlW namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=warning msg="no installplan found with matching generation, creating new one" id=pjrlW namespace=openshift-cnv time="2024-07-20T18:16:48Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:16:48Z" level=info msg=syncing id=5p7T0 ip=install-2kj2m namespace=openshift-cnv phase= time="2024-07-20T18:16:48Z" level=info msg="skip processing installplan without status - subscription sync responsible for initial status" id=5p7T0 ip=install-2kj2m namespace=openshift-cnv phase= time="2024-07-20T18:16:48Z" level=info msg=syncing id=WHIG+ ip=install-2kj2m namespace=openshift-cnv phase=Installing time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hyperconverged-cluster-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-ssp-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=mtq-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=cluster-network-addons-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=aaq-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hostpath-provisioner-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:48Z" level=info msg="searching for current pods" time="2024-07-20T18:16:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-hyperconverged-operator.clusterserviceversion.yaml time="2024-07-20T18:16:48Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-cdi-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:49Z" level=info msg="resolving sources" id=619K7 namespace=openshift-cnv time="2024-07-20T18:16:49Z" level=info msg="checking if subscriptions need update" id=619K7 namespace=openshift-cnv time="2024-07-20T18:16:49Z" level=info msg="subscriptions were updated, wait for a new resolution" id=619K7 namespace=openshift-cnv time="2024-07-20T18:16:49Z" level=info msg="resolving sources" id=G9uKz namespace=openshift-cnv time="2024-07-20T18:16:49Z" level=info msg="checking if subscriptions need update" id=G9uKz namespace=openshift-cnv time="2024-07-20T18:16:49Z" level=info msg="searching for current pods" time="2024-07-20T18:16:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:49Z" level=info msg="resolving subscriptions in namespace" id=G9uKz namespace=openshift-cnv time="2024-07-20T18:16:49Z" level=info msg="searching for current pods" time="2024-07-20T18:16:49Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:49Z" level=info msg="no subscriptions were updated" id=G9uKz namespace=openshift-cnv time="2024-07-20T18:16:50Z" level=info msg="searching for current pods" time="2024-07-20T18:16:50Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:50Z" level=info msg="resolving sources" id=fe6qQ namespace=openshift-cnv time="2024-07-20T18:16:50Z" level=info msg="checking if subscriptions need update" id=fe6qQ namespace=openshift-cnv time="2024-07-20T18:16:50Z" level=info msg="searching for current pods" time="2024-07-20T18:16:50Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:50Z" level=info msg="resolving subscriptions in namespace" id=fe6qQ namespace=openshift-cnv time="2024-07-20T18:16:50Z" level=info msg="no subscriptions were updated" id=fe6qQ namespace=openshift-cnv time="2024-07-20T18:16:50Z" level=info msg="searching for current pods" time="2024-07-20T18:16:50Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:51Z" level=info msg="resolving sources" id=91Yuu namespace=openshift-cnv time="2024-07-20T18:16:51Z" level=info msg="checking if subscriptions need update" id=91Yuu namespace=openshift-cnv time="2024-07-20T18:16:51Z" level=info msg="searching for current pods" time="2024-07-20T18:16:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:51Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:51Z" level=info msg="resolving subscriptions in namespace" id=91Yuu namespace=openshift-cnv time="2024-07-20T18:16:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:52Z" level=info msg="no subscriptions were updated" id=91Yuu namespace=openshift-cnv time="2024-07-20T18:16:52Z" level=info msg="catalog update required at 2024-07-20 18:16:52.268340154 +0000 UTC m=+6635.224761853" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wBgiN time="2024-07-20T18:16:52Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:52Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:53Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=BCuiI time="2024-07-20T18:16:53Z" level=error msg="UpdateStatus - error while setting CatalogSource status" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace error="Operation cannot be fulfilled on catalogsources.operators.coreos.com \"redhat-operators\": the object has been modified; please apply your changes to the latest version and try again" id=BCuiI E0720 18:16:53.661373 1 queueinformer_operator.go:319] sync {"update" "openshift-marketplace/redhat-operators"} failed: Operation cannot be fulfilled on catalogsources.operators.coreos.com "redhat-operators": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=+jhzS time="2024-07-20T18:16:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:54Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"kubevirt-hyperconverged\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 18:16:54.858281 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/kubevirt-hyperconverged"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:54Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:16:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:54Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=HgUsk time="2024-07-20T18:16:54Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:54Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=HgUsk time="2024-07-20T18:16:55Z" level=info msg="searching for current pods" time="2024-07-20T18:16:55Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:56Z" level=info msg="searching for current pods" time="2024-07-20T18:16:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=4zZ+W time="2024-07-20T18:16:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:57Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"kubevirt-hyperconverged\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 18:16:57.179456 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/kubevirt-hyperconverged"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:57Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:16:57Z" level=info msg="searching for current pods" time="2024-07-20T18:16:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:57Z" level=info msg="searching for current pods" time="2024-07-20T18:16:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:58Z" level=info msg="error updating InstallPlan status" id=WHIG+ ip=install-2kj2m namespace=openshift-cnv phase=Installing updateError="Operation cannot be fulfilled on installplans.operators.coreos.com \"install-2kj2m\": the object has been modified; please apply your changes to the latest version and try again" E0720 18:16:58.235637 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/install-2kj2m"} failed: error updating InstallPlan status: Operation cannot be fulfilled on installplans.operators.coreos.com "install-2kj2m": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:16:58Z" level=info msg=syncing id=GX5xF ip=install-2kj2m namespace=openshift-cnv phase=Installing time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hyperconverged-cluster-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=cluster-network-addons-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hostpath-provisioner-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-hyperconverged-operator.clusterserviceversion.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=mtq-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=aaq-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-cdi-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4zZ+W time="2024-07-20T18:16:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:58Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-ssp-operator-rhel9-container.crd.yaml time="2024-07-20T18:16:58Z" level=info msg="searching for current pods" time="2024-07-20T18:16:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:59Z" level=info msg="searching for current pods" time="2024-07-20T18:16:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=/0BlV time="2024-07-20T18:16:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:16:59Z" level=info msg="searching for current pods" time="2024-07-20T18:16:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:16:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:00Z" level=info msg="searching for current pods" time="2024-07-20T18:17:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace I0720 18:17:00.755124 1 event.go:364] Event(v1.ObjectReference{Kind:"InstallPlan", Namespace:"openshift-cnv", Name:"install-2kj2m", UID:"72bd9241-cd54-44f1-86bb-ddc6512986f5", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"88327", FieldPath:"status.plan[4]"}): type: 'Warning' reason: 'AppliedWithWarnings' 1 warning(s) generated during installation of operator "kubevirt-hyperconverged-operator.v4.16.1" (CustomResourceDefinition "ssps.ssp.kubevirt.io"): ssp.kubevirt.io/v1beta1 ssp is deprecated time="2024-07-20T18:17:01Z" level=info msg="searching for current pods" time="2024-07-20T18:17:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:01Z" level=info msg="searching for current pods" time="2024-07-20T18:17:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:17:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:17:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:17:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/0BlV time="2024-07-20T18:17:02Z" level=info msg="searching for current pods" time="2024-07-20T18:17:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:02Z" level=info msg="searching for current pods" time="2024-07-20T18:17:02Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace I0720 18:17:02.765478 1 event.go:364] Event(v1.ObjectReference{Kind:"InstallPlan", Namespace:"openshift-cnv", Name:"install-2kj2m", UID:"72bd9241-cd54-44f1-86bb-ddc6512986f5", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"88327", FieldPath:"status.plan[7]"}): type: 'Warning' reason: 'AppliedWithWarnings' 1 warning(s) generated during installation of operator "kubevirt-hyperconverged-operator.v4.16.1" (CustomResourceDefinition "kubevirts.kubevirt.io"): kubevirt.io/v1alpha3 is now deprecated and will be removed in a future release. time="2024-07-20T18:17:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=YZ82Y time="2024-07-20T18:17:03Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:03Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:05Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZJJ9D time="2024-07-20T18:17:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=O87IF time="2024-07-20T18:17:05Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:06Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=O87IF time="2024-07-20T18:17:06Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:06Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:07Z" level=info msg="resolving sources" id=GQWeZ namespace=openshift-cnv time="2024-07-20T18:17:07Z" level=info msg="checking if subscriptions need update" id=GQWeZ namespace=openshift-cnv time="2024-07-20T18:17:07Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:07Z" level=info msg="resolving subscriptions in namespace" id=GQWeZ namespace=openshift-cnv time="2024-07-20T18:17:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:07Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:07Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=bIb0c time="2024-07-20T18:17:07Z" level=info msg="no subscriptions were updated" id=GQWeZ namespace=openshift-cnv time="2024-07-20T18:17:07Z" level=info msg="searching for current pods" time="2024-07-20T18:17:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:07Z" level=info msg="searching for current pods" time="2024-07-20T18:17:07Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:08Z" level=info msg="searching for current pods" time="2024-07-20T18:17:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:08Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"kubevirt-hyperconverged\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 18:17:08.397632 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/kubevirt-hyperconverged"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:17:08Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:08Z" level=info msg="searching for current pods" time="2024-07-20T18:17:08Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:09Z" level=info msg="searching for current pods" time="2024-07-20T18:17:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:09Z" level=info msg="searching for current pods" time="2024-07-20T18:17:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:09Z" level=info msg="searching for current pods" time="2024-07-20T18:17:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:10Z" level=info msg="searching for current pods" time="2024-07-20T18:17:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:10Z" level=info msg="searching for current pods" time="2024-07-20T18:17:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:11Z" level=info msg="searching for current pods" time="2024-07-20T18:17:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:11Z" level=info msg="searching for current pods" time="2024-07-20T18:17:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:11Z" level=info msg="searching for current pods" time="2024-07-20T18:17:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:14Z" level=info msg="resolving sources" id=flu88 namespace=openshift-cnv time="2024-07-20T18:17:14Z" level=info msg="checking if subscriptions need update" id=flu88 namespace=openshift-cnv time="2024-07-20T18:17:14Z" level=info msg="resolving subscriptions in namespace" id=flu88 namespace=openshift-cnv time="2024-07-20T18:17:14Z" level=info msg="no subscriptions were updated" id=flu88 namespace=openshift-cnv time="2024-07-20T18:17:16Z" level=warning msg="an error was encountered during reconciliation" error="Operation cannot be fulfilled on subscriptions.operators.coreos.com \"kubevirt-hyperconverged\": the object has been modified; please apply your changes to the latest version and try again" event=update reconciling="*v1alpha1.Subscription" selflink= E0720 18:17:16.414260 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/kubevirt-hyperconverged"} failed: Operation cannot be fulfilled on subscriptions.operators.coreos.com "kubevirt-hyperconverged": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:17:16Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:16Z" level=info msg="searching for current pods" time="2024-07-20T18:17:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="searching for current pods" time="2024-07-20T18:17:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="searching for current pods" time="2024-07-20T18:17:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="searching for current pods" time="2024-07-20T18:17:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="searching for current pods" time="2024-07-20T18:17:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="searching for current pods" time="2024-07-20T18:17:16Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:17Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:17Z" level=info msg="resolving sources" id=3xc1A namespace=openshift-cnv time="2024-07-20T18:17:17Z" level=info msg="checking if subscriptions need update" id=3xc1A namespace=openshift-cnv time="2024-07-20T18:17:17Z" level=info msg="searching for current pods" time="2024-07-20T18:17:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:17Z" level=info msg="searching for current pods" time="2024-07-20T18:17:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:17Z" level=info msg="resolving subscriptions in namespace" id=3xc1A namespace=openshift-cnv time="2024-07-20T18:17:17Z" level=info msg="no subscriptions were updated" id=3xc1A namespace=openshift-cnv time="2024-07-20T18:17:18Z" level=info msg="searching for current pods" time="2024-07-20T18:17:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:18Z" level=info msg="searching for current pods" time="2024-07-20T18:17:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:18Z" level=info msg="searching for current pods" time="2024-07-20T18:17:18Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:19Z" level=info msg="searching for current pods" time="2024-07-20T18:17:19Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:19Z" level=info msg=syncing id=PVtk7 ip=install-2kj2m namespace=openshift-cnv phase=Installing time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-cdi-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-ssp-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=cluster-network-addons-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hostpath-provisioner-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=mtq-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=aaq-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=hyperconverged-cluster-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=CustomResourceDefinition" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=virt-operator-rhel9-container.crd.yaml time="2024-07-20T18:17:19Z" level=info msg="added to bundle, Kind=ClusterServiceVersion" configmap=openshift-marketplace/fbe48f9509c8444622652d85cd6da6cdaab62f3642811fb7b7d7172373fe252 key=kubevirt-hyperconverged-operator.clusterserviceversion.yaml I0720 18:17:20.615316 1 event.go:364] Event(v1.ObjectReference{Kind:"InstallPlan", Namespace:"openshift-cnv", Name:"install-2kj2m", UID:"72bd9241-cd54-44f1-86bb-ddc6512986f5", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"88327", FieldPath:"status.plan[4]"}): type: 'Warning' reason: 'AppliedWithWarnings' 1 warning(s) generated during installation of operator "kubevirt-hyperconverged-operator.v4.16.1" (CustomResourceDefinition "ssps.ssp.kubevirt.io"): ssp.kubevirt.io/v1beta1 ssp is deprecated I0720 18:17:22.339466 1 event.go:364] Event(v1.ObjectReference{Kind:"InstallPlan", Namespace:"openshift-cnv", Name:"install-2kj2m", UID:"72bd9241-cd54-44f1-86bb-ddc6512986f5", APIVersion:"operators.coreos.com/v1alpha1", ResourceVersion:"88327", FieldPath:"status.plan[7]"}): type: 'Warning' reason: 'AppliedWithWarnings' 1 warning(s) generated during installation of operator "kubevirt-hyperconverged-operator.v4.16.1" (CustomResourceDefinition "kubevirts.kubevirt.io"): kubevirt.io/v1alpha3 is now deprecated and will be removed in a future release. time="2024-07-20T18:17:22Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:22Z" level=info msg="resolving sources" id=O9U0R namespace=openshift-cnv time="2024-07-20T18:17:22Z" level=info msg="checking if subscriptions need update" id=O9U0R namespace=openshift-cnv time="2024-07-20T18:17:22Z" level=info msg="searching for current pods" time="2024-07-20T18:17:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="searching for current pods" time="2024-07-20T18:17:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="searching for current pods" time="2024-07-20T18:17:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="searching for current pods" time="2024-07-20T18:17:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="resolving subscriptions in namespace" id=O9U0R namespace=openshift-cnv time="2024-07-20T18:17:22Z" level=info msg="searching for current pods" time="2024-07-20T18:17:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:22Z" level=info msg="no subscriptions were updated" id=O9U0R namespace=openshift-cnv time="2024-07-20T18:17:23Z" level=info msg="searching for current pods" time="2024-07-20T18:17:23Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Lhdzk time="2024-07-20T18:17:25Z" level=info msg="resolving sources" id=0m2z6 namespace=openshift-cnv time="2024-07-20T18:17:25Z" level=info msg="checking if subscriptions need update" id=0m2z6 namespace=openshift-cnv time="2024-07-20T18:17:25Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:25Z" level=info msg="searching for current pods" time="2024-07-20T18:17:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="searching for current pods" time="2024-07-20T18:17:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="resolving subscriptions in namespace" id=0m2z6 namespace=openshift-cnv time="2024-07-20T18:17:25Z" level=info msg="no subscriptions were updated" id=0m2z6 namespace=openshift-cnv time="2024-07-20T18:17:25Z" level=info msg="searching for current pods" time="2024-07-20T18:17:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="searching for current pods" time="2024-07-20T18:17:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:26Z" level=info msg="searching for current pods" time="2024-07-20T18:17:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:26Z" level=info msg="searching for current pods" time="2024-07-20T18:17:26Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:28Z" level=info msg="resolving sources" id=LIX00 namespace=openshift-cnv time="2024-07-20T18:17:28Z" level=info msg="checking if subscriptions need update" id=LIX00 namespace=openshift-cnv time="2024-07-20T18:17:28Z" level=info msg="searching for current pods" time="2024-07-20T18:17:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="searching for current pods" time="2024-07-20T18:17:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="searching for current pods" time="2024-07-20T18:17:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="searching for current pods" time="2024-07-20T18:17:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="resolving subscriptions in namespace" id=LIX00 namespace=openshift-cnv time="2024-07-20T18:17:28Z" level=info msg="searching for current pods" time="2024-07-20T18:17:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:28Z" level=info msg="no subscriptions were updated" id=LIX00 namespace=openshift-cnv time="2024-07-20T18:17:29Z" level=info msg="searching for current pods" time="2024-07-20T18:17:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:32Z" level=info msg="resolving sources" id=c+H1t namespace=openshift-cnv time="2024-07-20T18:17:32Z" level=info msg="checking if subscriptions need update" id=c+H1t namespace=openshift-cnv time="2024-07-20T18:17:32Z" level=info msg="resolving subscriptions in namespace" id=c+H1t namespace=openshift-cnv time="2024-07-20T18:17:32Z" level=info msg="no subscriptions were updated" id=c+H1t namespace=openshift-cnv time="2024-07-20T18:17:35Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:35Z" level=info msg="resolving sources" id=XWXoO namespace=openshift-cnv time="2024-07-20T18:17:35Z" level=info msg="checking if subscriptions need update" id=XWXoO namespace=openshift-cnv time="2024-07-20T18:17:35Z" level=info msg="searching for current pods" time="2024-07-20T18:17:35Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="searching for current pods" time="2024-07-20T18:17:35Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="searching for current pods" time="2024-07-20T18:17:35Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="searching for current pods" time="2024-07-20T18:17:35Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="resolving subscriptions in namespace" id=XWXoO namespace=openshift-cnv time="2024-07-20T18:17:35Z" level=info msg="searching for current pods" time="2024-07-20T18:17:35Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="no subscriptions were updated" id=XWXoO namespace=openshift-cnv time="2024-07-20T18:17:35Z" level=info msg="searching for current pods" time="2024-07-20T18:17:35Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:39Z" level=info msg="error updating InstallPlan status" id=PVtk7 ip=install-2kj2m namespace=openshift-cnv phase=Installing updateError="Operation cannot be fulfilled on installplans.operators.coreos.com \"install-2kj2m\": the object has been modified; please apply your changes to the latest version and try again" E0720 18:17:39.040091 1 queueinformer_operator.go:319] sync {"update" "openshift-cnv/install-2kj2m"} failed: error updating InstallPlan status: Operation cannot be fulfilled on installplans.operators.coreos.com "install-2kj2m": the object has been modified; please apply your changes to the latest version and try again time="2024-07-20T18:17:39Z" level=info msg=syncing id=8RfYC ip=install-2kj2m namespace=openshift-cnv phase=Complete time="2024-07-20T18:17:39Z" level=info msg=syncing id=aAtL/ ip=install-2kj2m namespace=openshift-cnv phase=Complete time="2024-07-20T18:17:41Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:41Z" level=info msg="resolving sources" id=QyMKf namespace=openshift-cnv time="2024-07-20T18:17:41Z" level=info msg="checking if subscriptions need update" id=QyMKf namespace=openshift-cnv time="2024-07-20T18:17:41Z" level=info msg="searching for current pods" time="2024-07-20T18:17:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="searching for current pods" time="2024-07-20T18:17:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="searching for current pods" time="2024-07-20T18:17:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="searching for current pods" time="2024-07-20T18:17:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="resolving subscriptions in namespace" id=QyMKf namespace=openshift-cnv time="2024-07-20T18:17:41Z" level=info msg="searching for current pods" time="2024-07-20T18:17:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="no subscriptions were updated" id=QyMKf namespace=openshift-cnv time="2024-07-20T18:17:41Z" level=info msg="searching for current pods" time="2024-07-20T18:17:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:45Z" level=info msg="resolving sources" id=l5elH namespace=openshift-cnv time="2024-07-20T18:17:45Z" level=info msg="checking if subscriptions need update" id=l5elH namespace=openshift-cnv time="2024-07-20T18:17:45Z" level=info msg="resolving subscriptions in namespace" id=l5elH namespace=openshift-cnv time="2024-07-20T18:17:45Z" level=info msg="no subscriptions were updated" id=l5elH namespace=openshift-cnv time="2024-07-20T18:17:47Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:47Z" level=info msg="resolving sources" id=EJuXZ namespace=openshift-cnv time="2024-07-20T18:17:47Z" level=info msg="checking if subscriptions need update" id=EJuXZ namespace=openshift-cnv time="2024-07-20T18:17:47Z" level=info msg="searching for current pods" time="2024-07-20T18:17:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="resolving subscriptions in namespace" id=EJuXZ namespace=openshift-cnv time="2024-07-20T18:17:47Z" level=info msg="searching for current pods" time="2024-07-20T18:17:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="no subscriptions were updated" id=EJuXZ namespace=openshift-cnv time="2024-07-20T18:17:47Z" level=info msg="searching for current pods" time="2024-07-20T18:17:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="searching for current pods" time="2024-07-20T18:17:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="searching for current pods" time="2024-07-20T18:17:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="searching for current pods" time="2024-07-20T18:17:47Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:17:53Z" level=info msg="resolving sources" id=atERy namespace=openshift-cnv time="2024-07-20T18:17:53Z" level=info msg="checking if subscriptions need update" id=atERy namespace=openshift-cnv time="2024-07-20T18:17:53Z" level=info msg="searching for current pods" time="2024-07-20T18:17:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="searching for current pods" time="2024-07-20T18:17:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="searching for current pods" time="2024-07-20T18:17:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="searching for current pods" time="2024-07-20T18:17:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="resolving subscriptions in namespace" id=atERy namespace=openshift-cnv time="2024-07-20T18:17:53Z" level=info msg="searching for current pods" time="2024-07-20T18:17:53Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:53Z" level=info msg="no subscriptions were updated" id=atERy namespace=openshift-cnv time="2024-07-20T18:17:54Z" level=info msg="searching for current pods" time="2024-07-20T18:17:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:17:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:18:00Z" level=info msg="resolving sources" id=w08kC namespace=openshift-cnv time="2024-07-20T18:18:00Z" level=info msg="checking if subscriptions need update" id=w08kC namespace=openshift-cnv time="2024-07-20T18:18:00Z" level=info msg="resolving subscriptions in namespace" id=w08kC namespace=openshift-cnv time="2024-07-20T18:18:00Z" level=info msg="no subscriptions were updated" id=w08kC namespace=openshift-cnv time="2024-07-20T18:18:21Z" level=info msg="resolving sources" id=pYt2P namespace=openshift-virtualization-os-images time="2024-07-20T18:18:21Z" level=info msg="checking if subscriptions need update" id=pYt2P namespace=openshift-virtualization-os-images time="2024-07-20T18:18:21Z" level=info msg="No subscriptions were found in namespace openshift-virtualization-os-images" id=pYt2P namespace=openshift-virtualization-os-images time="2024-07-20T18:18:21Z" level=info msg="resolving sources" id=vvG+v namespace=openshift-virtualization-os-images time="2024-07-20T18:18:21Z" level=info msg="checking if subscriptions need update" id=vvG+v namespace=openshift-virtualization-os-images time="2024-07-20T18:18:21Z" level=info msg="No subscriptions were found in namespace openshift-virtualization-os-images" id=vvG+v namespace=openshift-virtualization-os-images time="2024-07-20T18:20:22Z" level=info msg="resolving sources" id=qJTAG namespace=kubevirt-test-default1 time="2024-07-20T18:20:22Z" level=info msg="checking if subscriptions need update" id=qJTAG namespace=kubevirt-test-default1 time="2024-07-20T18:20:22Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=qJTAG namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=6PT2R namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=6PT2R namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=6PT2R namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=RzJ86 namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=RzJ86 namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=IvNkY namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=IvNkY namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=RzJ86 namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=IvNkY namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=qNGMd namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=qNGMd namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=qNGMd namespace=kubevirt-test-default1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=ufs13 namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=ufs13 namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=MgTQU namespace=kubevirt-test-privileged1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=MgTQU namespace=kubevirt-test-privileged1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=ufs13 namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=N1mOz namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=N1mOz namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=MgTQU namespace=kubevirt-test-privileged1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=N1mOz namespace=kubevirt-test-alternative1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=GSsY8 namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=GSsY8 namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=GSsY8 namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=DNjOa namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=DNjOa namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=DNjOa namespace=kubevirt-test-operator1 time="2024-07-20T18:20:23Z" level=info msg="resolving sources" id=eYQKb namespace=kubevirt-test-privileged1 time="2024-07-20T18:20:23Z" level=info msg="checking if subscriptions need update" id=eYQKb namespace=kubevirt-test-privileged1 time="2024-07-20T18:20:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=eYQKb namespace=kubevirt-test-privileged1 time="2024-07-20T18:20:40Z" level=info msg="resolving sources" id=bOyk7 namespace=openshift-monitoring time="2024-07-20T18:20:40Z" level=info msg="checking if subscriptions need update" id=bOyk7 namespace=openshift-monitoring time="2024-07-20T18:20:40Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=bOyk7 namespace=openshift-monitoring time="2024-07-20T18:20:40Z" level=info msg="resolving sources" id=mHKM1 namespace=openshift-cnv time="2024-07-20T18:20:40Z" level=info msg="checking if subscriptions need update" id=mHKM1 namespace=openshift-cnv time="2024-07-20T18:20:40Z" level=info msg="resolving subscriptions in namespace" id=mHKM1 namespace=openshift-cnv time="2024-07-20T18:20:47Z" level=info msg="no subscriptions were updated" id=mHKM1 namespace=openshift-cnv time="2024-07-20T18:22:17Z" level=info msg="resolving sources" id=R9tKX namespace=kubevirt-test-default1 time="2024-07-20T18:22:17Z" level=info msg="checking if subscriptions need update" id=R9tKX namespace=kubevirt-test-default1 time="2024-07-20T18:22:17Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=R9tKX namespace=kubevirt-test-default1 time="2024-07-20T18:22:17Z" level=info msg="resolving sources" id=vM0y0 namespace=kubevirt-test-default1 time="2024-07-20T18:22:17Z" level=info msg="checking if subscriptions need update" id=vM0y0 namespace=kubevirt-test-default1 time="2024-07-20T18:22:17Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=vM0y0 namespace=kubevirt-test-default1 time="2024-07-20T18:22:18Z" level=info msg="resolving sources" id=vCdxT namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:18Z" level=info msg="checking if subscriptions need update" id=vCdxT namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:18Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=vCdxT namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:18Z" level=info msg="resolving sources" id=DmnIm namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:18Z" level=info msg="checking if subscriptions need update" id=DmnIm namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:18Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=DmnIm namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:20Z" level=info msg="resolving sources" id=hCsSp namespace=kubevirt-test-operator1 time="2024-07-20T18:22:20Z" level=info msg="checking if subscriptions need update" id=hCsSp namespace=kubevirt-test-operator1 time="2024-07-20T18:22:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=hCsSp namespace=kubevirt-test-operator1 time="2024-07-20T18:22:20Z" level=info msg="resolving sources" id=XOyUF namespace=kubevirt-test-operator1 time="2024-07-20T18:22:20Z" level=info msg="checking if subscriptions need update" id=XOyUF namespace=kubevirt-test-operator1 time="2024-07-20T18:22:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=XOyUF namespace=kubevirt-test-operator1 time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=r2vMF namespace=openshift-kube-apiserver time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=r2vMF namespace=openshift-kube-apiserver time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=g1APP namespace=openshift-cluster-samples-operator time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=g1APP namespace=openshift-cluster-samples-operator time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=r2vMF namespace=openshift-kube-apiserver time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=3JB/y namespace=openshift-network-node-identity time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=3JB/y namespace=openshift-network-node-identity time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=g1APP namespace=openshift-cluster-samples-operator time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=MFyLj namespace=openshift-oauth-apiserver time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=MFyLj namespace=openshift-oauth-apiserver time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=3JB/y namespace=openshift-network-node-identity time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=LJR9n namespace=kube-system time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=LJR9n namespace=kube-system time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace kube-system" id=LJR9n namespace=kube-system time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=9RwYC namespace=openshift-config-managed time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=9RwYC namespace=openshift-config-managed time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=MFyLj namespace=openshift-oauth-apiserver time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=4Luja namespace=openshift-ingress-canary time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=4Luja namespace=openshift-ingress-canary time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=9RwYC namespace=openshift-config-managed time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=S5a7F namespace=openshift-console-operator time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=S5a7F namespace=openshift-console-operator time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=4Luja namespace=openshift-ingress-canary time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=Bx3Id namespace=kubevirt-test-operator1 time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=Bx3Id namespace=kubevirt-test-operator1 time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Bx3Id namespace=kubevirt-test-operator1 time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=ogbbq namespace=kubevirt-test-privileged1 time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=ogbbq namespace=kubevirt-test-privileged1 time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=S5a7F namespace=openshift-console-operator time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=7v5J3 namespace=openshift-cloud-controller-manager time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=7v5J3 namespace=openshift-cloud-controller-manager time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=ogbbq namespace=kubevirt-test-privileged1 time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=FS9CP namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=FS9CP namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=7v5J3 namespace=openshift-cloud-controller-manager time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=6LB8W namespace=kube-node-lease time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=6LB8W namespace=kube-node-lease time="2024-07-20T18:22:25Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=FS9CP namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:22:25Z" level=info msg="resolving sources" id=dsfoU namespace=openshift-cloud-credential-operator time="2024-07-20T18:22:25Z" level=info msg="checking if subscriptions need update" id=dsfoU namespace=openshift-cloud-credential-operator time="2024-07-20T18:22:26Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=6LB8W namespace=kube-node-lease time="2024-07-20T18:22:26Z" level=info msg="resolving sources" id=4QWuR namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:22:26Z" level=info msg="checking if subscriptions need update" id=4QWuR namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:22:26Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=dsfoU namespace=openshift-cloud-credential-operator time="2024-07-20T18:22:26Z" level=info msg="resolving sources" id=00PKr namespace=default time="2024-07-20T18:22:26Z" level=info msg="checking if subscriptions need update" id=00PKr namespace=default time="2024-07-20T18:22:26Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=4QWuR namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:22:26Z" level=info msg="resolving sources" id=PAiQZ namespace=openshift-apiserver time="2024-07-20T18:22:26Z" level=info msg="checking if subscriptions need update" id=PAiQZ namespace=openshift-apiserver time="2024-07-20T18:22:26Z" level=info msg="No subscriptions were found in namespace default" id=00PKr namespace=default time="2024-07-20T18:22:26Z" level=info msg="resolving sources" id=DEez6 namespace=openshift-cloud-network-config-controller time="2024-07-20T18:22:26Z" level=info msg="checking if subscriptions need update" id=DEez6 namespace=openshift-cloud-network-config-controller time="2024-07-20T18:22:26Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=PAiQZ namespace=openshift-apiserver time="2024-07-20T18:22:26Z" level=info msg="resolving sources" id=OeWcn namespace=openshift-controller-manager time="2024-07-20T18:22:26Z" level=info msg="checking if subscriptions need update" id=OeWcn namespace=openshift-controller-manager time="2024-07-20T18:22:27Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=DEez6 namespace=openshift-cloud-network-config-controller time="2024-07-20T18:22:27Z" level=info msg="resolving sources" id=3zz0g namespace=openshift-kni-infra time="2024-07-20T18:22:27Z" level=info msg="checking if subscriptions need update" id=3zz0g namespace=openshift-kni-infra time="2024-07-20T18:22:27Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=OeWcn namespace=openshift-controller-manager time="2024-07-20T18:22:27Z" level=info msg="resolving sources" id=2OJPq namespace=openshift-apiserver-operator time="2024-07-20T18:22:27Z" level=info msg="checking if subscriptions need update" id=2OJPq namespace=openshift-apiserver-operator time="2024-07-20T18:22:27Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=3zz0g namespace=openshift-kni-infra time="2024-07-20T18:22:27Z" level=info msg="resolving sources" id=8MHjJ namespace=openshift-dns time="2024-07-20T18:22:27Z" level=info msg="checking if subscriptions need update" id=8MHjJ namespace=openshift-dns time="2024-07-20T18:22:27Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=2OJPq namespace=openshift-apiserver-operator time="2024-07-20T18:22:27Z" level=info msg="resolving sources" id=15ju4 namespace=openshift-ingress-operator time="2024-07-20T18:22:27Z" level=info msg="checking if subscriptions need update" id=15ju4 namespace=openshift-ingress-operator time="2024-07-20T18:22:27Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=8MHjJ namespace=openshift-dns time="2024-07-20T18:22:27Z" level=info msg="resolving sources" id=jyQN1 namespace=openshift-marketplace time="2024-07-20T18:22:27Z" level=info msg="checking if subscriptions need update" id=jyQN1 namespace=openshift-marketplace time="2024-07-20T18:22:28Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=15ju4 namespace=openshift-ingress-operator time="2024-07-20T18:22:28Z" level=info msg="resolving sources" id=kYUXV namespace=openshift-network-diagnostics time="2024-07-20T18:22:28Z" level=info msg="checking if subscriptions need update" id=kYUXV namespace=openshift-network-diagnostics time="2024-07-20T18:22:28Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=jyQN1 namespace=openshift-marketplace time="2024-07-20T18:22:28Z" level=info msg="resolving sources" id=pJzTD namespace=openshift-ovn-kubernetes time="2024-07-20T18:22:28Z" level=info msg="checking if subscriptions need update" id=pJzTD namespace=openshift-ovn-kubernetes time="2024-07-20T18:22:28Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=kYUXV namespace=openshift-network-diagnostics time="2024-07-20T18:22:28Z" level=info msg="resolving sources" id=lsIWZ namespace=openshift-service-ca time="2024-07-20T18:22:28Z" level=info msg="checking if subscriptions need update" id=lsIWZ namespace=openshift-service-ca time="2024-07-20T18:22:28Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=pJzTD namespace=openshift-ovn-kubernetes time="2024-07-20T18:22:28Z" level=info msg="resolving sources" id=zAutg namespace=openshift-cluster-csi-drivers time="2024-07-20T18:22:28Z" level=info msg="checking if subscriptions need update" id=zAutg namespace=openshift-cluster-csi-drivers time="2024-07-20T18:22:28Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=lsIWZ namespace=openshift-service-ca time="2024-07-20T18:22:28Z" level=info msg="resolving sources" id=lO2eh namespace=openshift-cluster-storage-operator time="2024-07-20T18:22:28Z" level=info msg="checking if subscriptions need update" id=lO2eh namespace=openshift-cluster-storage-operator time="2024-07-20T18:22:29Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=zAutg namespace=openshift-cluster-csi-drivers time="2024-07-20T18:22:29Z" level=info msg="resolving sources" id=3kXUo namespace=openshift-controller-manager-operator time="2024-07-20T18:22:29Z" level=info msg="checking if subscriptions need update" id=3kXUo namespace=openshift-controller-manager-operator time="2024-07-20T18:22:29Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=lO2eh namespace=openshift-cluster-storage-operator time="2024-07-20T18:22:29Z" level=info msg="resolving sources" id=KSXn3 namespace=openshift-kube-controller-manager time="2024-07-20T18:22:29Z" level=info msg="checking if subscriptions need update" id=KSXn3 namespace=openshift-kube-controller-manager time="2024-07-20T18:22:29Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=3kXUo namespace=openshift-controller-manager-operator time="2024-07-20T18:22:29Z" level=info msg="resolving sources" id=iqx5p namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:22:29Z" level=info msg="checking if subscriptions need update" id=iqx5p namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:22:29Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=KSXn3 namespace=openshift-kube-controller-manager time="2024-07-20T18:22:29Z" level=info msg="resolving sources" id=Dh+Mx namespace=openshift-monitoring time="2024-07-20T18:22:29Z" level=info msg="checking if subscriptions need update" id=Dh+Mx namespace=openshift-monitoring time="2024-07-20T18:22:29Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=iqx5p namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:22:29Z" level=info msg="resolving sources" id=NoZXz namespace=openshift-openstack-infra time="2024-07-20T18:22:29Z" level=info msg="checking if subscriptions need update" id=NoZXz namespace=openshift-openstack-infra time="2024-07-20T18:22:30Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=Dh+Mx namespace=openshift-monitoring time="2024-07-20T18:22:30Z" level=info msg="resolving sources" id=I9IYm namespace=openshift-virtualization-os-images time="2024-07-20T18:22:30Z" level=info msg="checking if subscriptions need update" id=I9IYm namespace=openshift-virtualization-os-images time="2024-07-20T18:22:30Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=NoZXz namespace=openshift-openstack-infra time="2024-07-20T18:22:30Z" level=info msg="resolving sources" id=Ud7YI namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:30Z" level=info msg="checking if subscriptions need update" id=Ud7YI namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:30Z" level=info msg="No subscriptions were found in namespace openshift-virtualization-os-images" id=I9IYm namespace=openshift-virtualization-os-images time="2024-07-20T18:22:30Z" level=info msg="resolving sources" id=0X8/l namespace=openshift-cloud-platform-infra time="2024-07-20T18:22:30Z" level=info msg="checking if subscriptions need update" id=0X8/l namespace=openshift-cloud-platform-infra time="2024-07-20T18:22:30Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=Ud7YI namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:30Z" level=info msg="resolving sources" id=wXxJw namespace=openshift-config-operator time="2024-07-20T18:22:30Z" level=info msg="checking if subscriptions need update" id=wXxJw namespace=openshift-config-operator time="2024-07-20T18:22:30Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=0X8/l namespace=openshift-cloud-platform-infra time="2024-07-20T18:22:30Z" level=info msg="resolving sources" id=Anqga namespace=openshift-host-network time="2024-07-20T18:22:30Z" level=info msg="checking if subscriptions need update" id=Anqga namespace=openshift-host-network time="2024-07-20T18:22:31Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=wXxJw namespace=openshift-config-operator time="2024-07-20T18:22:31Z" level=info msg="resolving sources" id=52AmE namespace=openshift-infra time="2024-07-20T18:22:31Z" level=info msg="checking if subscriptions need update" id=52AmE namespace=openshift-infra time="2024-07-20T18:22:31Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=Anqga namespace=openshift-host-network time="2024-07-20T18:22:31Z" level=info msg="resolving sources" id=8Fdgt namespace=openshift-ovirt-infra time="2024-07-20T18:22:31Z" level=info msg="checking if subscriptions need update" id=8Fdgt namespace=openshift-ovirt-infra time="2024-07-20T18:22:31Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=52AmE namespace=openshift-infra time="2024-07-20T18:22:31Z" level=info msg="resolving sources" id=H98k9 namespace=openshift-storage time="2024-07-20T18:22:31Z" level=info msg="checking if subscriptions need update" id=H98k9 namespace=openshift-storage time="2024-07-20T18:22:31Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=8Fdgt namespace=openshift-ovirt-infra time="2024-07-20T18:22:31Z" level=info msg="resolving sources" id=2eYAu namespace=openshift-authentication time="2024-07-20T18:22:31Z" level=info msg="checking if subscriptions need update" id=2eYAu namespace=openshift-authentication time="2024-07-20T18:22:32Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=2eYAu namespace=openshift-authentication time="2024-07-20T18:22:32Z" level=info msg="resolving sources" id=gOGja namespace=openshift-e2e-loki time="2024-07-20T18:22:32Z" level=info msg="checking if subscriptions need update" id=gOGja namespace=openshift-e2e-loki time="2024-07-20T18:22:32Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=gOGja namespace=openshift-e2e-loki time="2024-07-20T18:22:32Z" level=info msg="resolving sources" id=TvGqt namespace=openshift-user-workload-monitoring time="2024-07-20T18:22:32Z" level=info msg="checking if subscriptions need update" id=TvGqt namespace=openshift-user-workload-monitoring time="2024-07-20T18:22:32Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=TvGqt namespace=openshift-user-workload-monitoring time="2024-07-20T18:22:32Z" level=info msg="resolving sources" id=EntEg namespace=openshift-vsphere-infra time="2024-07-20T18:22:32Z" level=info msg="checking if subscriptions need update" id=EntEg namespace=openshift-vsphere-infra time="2024-07-20T18:22:33Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=EntEg namespace=openshift-vsphere-infra time="2024-07-20T18:22:33Z" level=info msg="resolving sources" id=DFb9p namespace=openshift-console-user-settings time="2024-07-20T18:22:33Z" level=info msg="checking if subscriptions need update" id=DFb9p namespace=openshift-console-user-settings time="2024-07-20T18:22:33Z" level=info msg="resolving subscriptions in namespace" id=H98k9 namespace=openshift-storage time="2024-07-20T18:22:33Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=DFb9p namespace=openshift-console-user-settings time="2024-07-20T18:22:33Z" level=info msg="resolving sources" id=wuG8o namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:22:33Z" level=info msg="checking if subscriptions need update" id=wuG8o namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:22:34Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=wuG8o namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:22:34Z" level=info msg="resolving sources" id=vVoBm namespace=openshift-kube-apiserver-operator time="2024-07-20T18:22:34Z" level=info msg="checking if subscriptions need update" id=vVoBm namespace=openshift-kube-apiserver-operator time="2024-07-20T18:22:34Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=vVoBm namespace=openshift-kube-apiserver-operator time="2024-07-20T18:22:34Z" level=info msg="resolving sources" id=w/aJ0 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:22:34Z" level=info msg="checking if subscriptions need update" id=w/aJ0 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:22:34Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=w/aJ0 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:22:34Z" level=info msg="resolving sources" id=IPaN5 namespace=openshift time="2024-07-20T18:22:34Z" level=info msg="checking if subscriptions need update" id=IPaN5 namespace=openshift time="2024-07-20T18:22:34Z" level=info msg="No subscriptions were found in namespace openshift" id=IPaN5 namespace=openshift time="2024-07-20T18:22:34Z" level=info msg="resolving sources" id=+rP2C namespace=openshift-cluster-machine-approver time="2024-07-20T18:22:34Z" level=info msg="checking if subscriptions need update" id=+rP2C namespace=openshift-cluster-machine-approver time="2024-07-20T18:22:34Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=+rP2C namespace=openshift-cluster-machine-approver time="2024-07-20T18:22:34Z" level=info msg="resolving sources" id=3dVJd namespace=openshift-dns-operator time="2024-07-20T18:22:34Z" level=info msg="checking if subscriptions need update" id=3dVJd namespace=openshift-dns-operator time="2024-07-20T18:22:35Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=3dVJd namespace=openshift-dns-operator time="2024-07-20T18:22:35Z" level=info msg="resolving sources" id=/EAYA namespace=openshift-image-registry time="2024-07-20T18:22:35Z" level=info msg="checking if subscriptions need update" id=/EAYA namespace=openshift-image-registry time="2024-07-20T18:22:35Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=/EAYA namespace=openshift-image-registry time="2024-07-20T18:22:35Z" level=info msg="resolving sources" id=rshlw namespace=openshift-nutanix-infra time="2024-07-20T18:22:35Z" level=info msg="checking if subscriptions need update" id=rshlw namespace=openshift-nutanix-infra time="2024-07-20T18:22:35Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=rshlw namespace=openshift-nutanix-infra time="2024-07-20T18:22:35Z" level=info msg="resolving sources" id=cVZQw namespace=openshift-operators time="2024-07-20T18:22:35Z" level=info msg="checking if subscriptions need update" id=cVZQw namespace=openshift-operators time="2024-07-20T18:22:35Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=cVZQw namespace=openshift-operators time="2024-07-20T18:22:35Z" level=info msg="resolving sources" id=IXoAF namespace=openshift-route-controller-manager time="2024-07-20T18:22:35Z" level=info msg="checking if subscriptions need update" id=IXoAF namespace=openshift-route-controller-manager time="2024-07-20T18:22:35Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=IXoAF namespace=openshift-route-controller-manager time="2024-07-20T18:22:35Z" level=info msg="resolving sources" id=KaXD+ namespace=openshift-cnv time="2024-07-20T18:22:35Z" level=info msg="checking if subscriptions need update" id=KaXD+ namespace=openshift-cnv time="2024-07-20T18:22:36Z" level=info msg="resolving subscriptions in namespace" id=KaXD+ namespace=openshift-cnv time="2024-07-20T18:22:39Z" level=info msg="no subscriptions were updated" id=KaXD+ namespace=openshift-cnv time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=G6ufj namespace=openshift-cluster-version time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=G6ufj namespace=openshift-cluster-version time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=G6ufj namespace=openshift-cluster-version time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=yby8P namespace=openshift-kube-scheduler time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=yby8P namespace=openshift-kube-scheduler time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=yby8P namespace=openshift-kube-scheduler time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=h8Ada namespace=openshift-network-operator time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=h8Ada namespace=openshift-network-operator time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=h8Ada namespace=openshift-network-operator time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=8no2T namespace=openshift-etcd-operator time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=8no2T namespace=openshift-etcd-operator time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=8no2T namespace=openshift-etcd-operator time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=g795I namespace=openshift-service-ca-operator time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=g795I namespace=openshift-service-ca-operator time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=g795I namespace=openshift-service-ca-operator time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=Edtm5 namespace=openshift-node time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=Edtm5 namespace=openshift-node time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-node" id=Edtm5 namespace=openshift-node time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=VrvRr namespace=openshift-console time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=VrvRr namespace=openshift-console time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-console" id=VrvRr namespace=openshift-console time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=tWkaC namespace=openshift-etcd time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=tWkaC namespace=openshift-etcd time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=tWkaC namespace=openshift-etcd time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=lws4j namespace=openshift-kube-scheduler-operator time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=lws4j namespace=openshift-kube-scheduler-operator time="2024-07-20T18:22:39Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=lws4j namespace=openshift-kube-scheduler-operator time="2024-07-20T18:22:39Z" level=info msg="resolving sources" id=bx3X9 namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:22:39Z" level=info msg="checking if subscriptions need update" id=bx3X9 namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:22:40Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=bx3X9 namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:22:40Z" level=info msg="resolving sources" id=l6t4v namespace=openshift-machine-api time="2024-07-20T18:22:40Z" level=info msg="checking if subscriptions need update" id=l6t4v namespace=openshift-machine-api time="2024-07-20T18:22:40Z" level=info msg="no subscriptions were updated" id=H98k9 namespace=openshift-storage time="2024-07-20T18:22:40Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=l6t4v namespace=openshift-machine-api time="2024-07-20T18:22:40Z" level=info msg="resolving sources" id=GbYoc namespace=kubevirt-test-default1 time="2024-07-20T18:22:40Z" level=info msg="checking if subscriptions need update" id=GbYoc namespace=kubevirt-test-default1 time="2024-07-20T18:22:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=GbYoc namespace=kubevirt-test-default1 time="2024-07-20T18:22:41Z" level=info msg="resolving sources" id=RhFJ6 namespace=kube-public time="2024-07-20T18:22:41Z" level=info msg="checking if subscriptions need update" id=RhFJ6 namespace=kube-public time="2024-07-20T18:22:42Z" level=info msg="resolving sources" id=rrvxZ namespace=openshift-authentication-operator time="2024-07-20T18:22:42Z" level=info msg="checking if subscriptions need update" id=rrvxZ namespace=openshift-authentication-operator time="2024-07-20T18:22:42Z" level=info msg="No subscriptions were found in namespace kube-public" id=RhFJ6 namespace=kube-public time="2024-07-20T18:22:42Z" level=info msg="resolving sources" id=x/i7C namespace=openshift-config time="2024-07-20T18:22:42Z" level=info msg="checking if subscriptions need update" id=x/i7C namespace=openshift-config time="2024-07-20T18:22:42Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=rrvxZ namespace=openshift-authentication-operator time="2024-07-20T18:22:42Z" level=info msg="resolving sources" id=gvOha namespace=openshift-machine-config-operator time="2024-07-20T18:22:42Z" level=info msg="checking if subscriptions need update" id=gvOha namespace=openshift-machine-config-operator time="2024-07-20T18:22:42Z" level=info msg="No subscriptions were found in namespace openshift-config" id=x/i7C namespace=openshift-config time="2024-07-20T18:22:42Z" level=info msg="resolving sources" id=fqgbB namespace=openshift-ingress time="2024-07-20T18:22:42Z" level=info msg="checking if subscriptions need update" id=fqgbB namespace=openshift-ingress time="2024-07-20T18:22:42Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=gvOha namespace=openshift-machine-config-operator time="2024-07-20T18:22:42Z" level=info msg="resolving sources" id=H3ub+ namespace=openshift-insights time="2024-07-20T18:22:42Z" level=info msg="checking if subscriptions need update" id=H3ub+ namespace=openshift-insights time="2024-07-20T18:22:43Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=fqgbB namespace=openshift-ingress time="2024-07-20T18:22:43Z" level=info msg="resolving sources" id=Dymbw namespace=openshift-multus time="2024-07-20T18:22:43Z" level=info msg="checking if subscriptions need update" id=Dymbw namespace=openshift-multus time="2024-07-20T18:22:43Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=H3ub+ namespace=openshift-insights time="2024-07-20T18:22:43Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=Dymbw namespace=openshift-multus time="2024-07-20T18:22:45Z" level=info msg="resolving sources" id=HucNw namespace=kubevirt-test-default1 time="2024-07-20T18:22:45Z" level=info msg="checking if subscriptions need update" id=HucNw namespace=kubevirt-test-default1 time="2024-07-20T18:22:45Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=HucNw namespace=kubevirt-test-default1 time="2024-07-20T18:22:45Z" level=info msg="resolving sources" id=GGN8W namespace=kubevirt-test-default1 time="2024-07-20T18:22:45Z" level=info msg="checking if subscriptions need update" id=GGN8W namespace=kubevirt-test-default1 time="2024-07-20T18:22:45Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=GGN8W namespace=kubevirt-test-default1 time="2024-07-20T18:22:46Z" level=info msg="resolving sources" id=TTHWq namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:46Z" level=info msg="checking if subscriptions need update" id=TTHWq namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=TTHWq namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:46Z" level=info msg="resolving sources" id=ws76p namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:46Z" level=info msg="checking if subscriptions need update" id=ws76p namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=ws76p namespace=kubevirt-test-alternative1 time="2024-07-20T18:22:48Z" level=info msg="resolving sources" id=ixiJD namespace=kubevirt-test-operator1 time="2024-07-20T18:22:48Z" level=info msg="checking if subscriptions need update" id=ixiJD namespace=kubevirt-test-operator1 time="2024-07-20T18:22:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=ixiJD namespace=kubevirt-test-operator1 time="2024-07-20T18:22:48Z" level=info msg="resolving sources" id=5Lwzu namespace=kubevirt-test-operator1 time="2024-07-20T18:22:48Z" level=info msg="checking if subscriptions need update" id=5Lwzu namespace=kubevirt-test-operator1 time="2024-07-20T18:22:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=5Lwzu namespace=kubevirt-test-operator1 time="2024-07-20T18:23:15Z" level=info msg="resolving sources" id=Ccq3V namespace=kubevirt-test-default1 time="2024-07-20T18:23:15Z" level=info msg="checking if subscriptions need update" id=Ccq3V namespace=kubevirt-test-default1 time="2024-07-20T18:23:15Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Ccq3V namespace=kubevirt-test-default1 time="2024-07-20T18:23:15Z" level=info msg="resolving sources" id=5tirv namespace=kubevirt-test-default1 time="2024-07-20T18:23:15Z" level=info msg="checking if subscriptions need update" id=5tirv namespace=kubevirt-test-default1 time="2024-07-20T18:23:15Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=5tirv namespace=kubevirt-test-default1 time="2024-07-20T18:23:16Z" level=info msg="resolving sources" id=GybqG namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:16Z" level=info msg="checking if subscriptions need update" id=GybqG namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=GybqG namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:16Z" level=info msg="resolving sources" id=2vjla namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:16Z" level=info msg="checking if subscriptions need update" id=2vjla namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=2vjla namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:19Z" level=info msg="resolving sources" id=YXO7I namespace=kubevirt-test-operator1 time="2024-07-20T18:23:19Z" level=info msg="checking if subscriptions need update" id=YXO7I namespace=kubevirt-test-operator1 time="2024-07-20T18:23:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=YXO7I namespace=kubevirt-test-operator1 time="2024-07-20T18:23:19Z" level=info msg="resolving sources" id=EIUIh namespace=kubevirt-test-operator1 time="2024-07-20T18:23:19Z" level=info msg="checking if subscriptions need update" id=EIUIh namespace=kubevirt-test-operator1 time="2024-07-20T18:23:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=EIUIh namespace=kubevirt-test-operator1 time="2024-07-20T18:23:30Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=xGQzj time="2024-07-20T18:23:30Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=jhUpQ time="2024-07-20T18:23:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=IK3df time="2024-07-20T18:23:30Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=cJjCx time="2024-07-20T18:23:30Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:30Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:31Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=IK3df time="2024-07-20T18:23:31Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:31Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:32Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=rvR6W time="2024-07-20T18:23:32Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:32Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=C6g9V time="2024-07-20T18:23:33Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:33Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:33Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:33Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:33Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:33Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=42lU+ time="2024-07-20T18:23:33Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:33Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:33Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:33Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:33Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=guhKA time="2024-07-20T18:23:33Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:33Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=zV3Rc time="2024-07-20T18:23:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:35Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=guhKA time="2024-07-20T18:23:35Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:35Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zV3Rc time="2024-07-20T18:23:35Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:35Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:36Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=anJ+G time="2024-07-20T18:23:45Z" level=info msg="resolving sources" id=3MBWw namespace=kubevirt-test-default1 time="2024-07-20T18:23:45Z" level=info msg="checking if subscriptions need update" id=3MBWw namespace=kubevirt-test-default1 time="2024-07-20T18:23:45Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=3MBWw namespace=kubevirt-test-default1 time="2024-07-20T18:23:45Z" level=info msg="resolving sources" id=GAO4I namespace=kubevirt-test-default1 time="2024-07-20T18:23:45Z" level=info msg="checking if subscriptions need update" id=GAO4I namespace=kubevirt-test-default1 time="2024-07-20T18:23:45Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=GAO4I namespace=kubevirt-test-default1 time="2024-07-20T18:23:46Z" level=info msg="resolving sources" id=i3+ig namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:46Z" level=info msg="checking if subscriptions need update" id=i3+ig namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=i3+ig namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:46Z" level=info msg="resolving sources" id=eiqoB namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:46Z" level=info msg="checking if subscriptions need update" id=eiqoB namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=eiqoB namespace=kubevirt-test-alternative1 time="2024-07-20T18:23:48Z" level=info msg="resolving sources" id=SGmvX namespace=kubevirt-test-operator1 time="2024-07-20T18:23:48Z" level=info msg="checking if subscriptions need update" id=SGmvX namespace=kubevirt-test-operator1 time="2024-07-20T18:23:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=SGmvX namespace=kubevirt-test-operator1 time="2024-07-20T18:23:48Z" level=info msg="resolving sources" id=PDvlU namespace=kubevirt-test-operator1 time="2024-07-20T18:23:48Z" level=info msg="checking if subscriptions need update" id=PDvlU namespace=kubevirt-test-operator1 time="2024-07-20T18:23:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=PDvlU namespace=kubevirt-test-operator1 time="2024-07-20T18:24:13Z" level=info msg="resolving sources" id=eKlWz namespace=kubevirt-test-default1 time="2024-07-20T18:24:13Z" level=info msg="checking if subscriptions need update" id=eKlWz namespace=kubevirt-test-default1 time="2024-07-20T18:24:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=eKlWz namespace=kubevirt-test-default1 time="2024-07-20T18:24:13Z" level=info msg="resolving sources" id=JNhor namespace=kubevirt-test-default1 time="2024-07-20T18:24:13Z" level=info msg="checking if subscriptions need update" id=JNhor namespace=kubevirt-test-default1 time="2024-07-20T18:24:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=JNhor namespace=kubevirt-test-default1 time="2024-07-20T18:24:14Z" level=info msg="resolving sources" id=/7Jyo namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:14Z" level=info msg="checking if subscriptions need update" id=/7Jyo namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:14Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=/7Jyo namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:14Z" level=info msg="resolving sources" id=nAouE namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:14Z" level=info msg="checking if subscriptions need update" id=nAouE namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:14Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=nAouE namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:16Z" level=info msg="resolving sources" id=0TsMV namespace=kubevirt-test-operator1 time="2024-07-20T18:24:16Z" level=info msg="checking if subscriptions need update" id=0TsMV namespace=kubevirt-test-operator1 time="2024-07-20T18:24:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=0TsMV namespace=kubevirt-test-operator1 time="2024-07-20T18:24:16Z" level=info msg="resolving sources" id=F2eQl namespace=kubevirt-test-operator1 time="2024-07-20T18:24:16Z" level=info msg="checking if subscriptions need update" id=F2eQl namespace=kubevirt-test-operator1 time="2024-07-20T18:24:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=F2eQl namespace=kubevirt-test-operator1 time="2024-07-20T18:24:20Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=eDDjS time="2024-07-20T18:24:41Z" level=info msg="resolving sources" id=qcnGM namespace=kubevirt-test-default1 time="2024-07-20T18:24:41Z" level=info msg="checking if subscriptions need update" id=qcnGM namespace=kubevirt-test-default1 time="2024-07-20T18:24:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=qcnGM namespace=kubevirt-test-default1 time="2024-07-20T18:24:41Z" level=info msg="resolving sources" id=A5jk1 namespace=kubevirt-test-default1 time="2024-07-20T18:24:41Z" level=info msg="checking if subscriptions need update" id=A5jk1 namespace=kubevirt-test-default1 time="2024-07-20T18:24:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=A5jk1 namespace=kubevirt-test-default1 time="2024-07-20T18:24:42Z" level=info msg="resolving sources" id=le24r namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:42Z" level=info msg="checking if subscriptions need update" id=le24r namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:42Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=le24r namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:42Z" level=info msg="resolving sources" id=MM1n5 namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:42Z" level=info msg="checking if subscriptions need update" id=MM1n5 namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:42Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=MM1n5 namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=WBpB9 time="2024-07-20T18:24:44Z" level=info msg="resolving sources" id=uTQ9w namespace=kubevirt-test-operator1 time="2024-07-20T18:24:44Z" level=info msg="checking if subscriptions need update" id=uTQ9w namespace=kubevirt-test-operator1 time="2024-07-20T18:24:44Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=uTQ9w namespace=kubevirt-test-operator1 time="2024-07-20T18:24:44Z" level=info msg="resolving sources" id=Zp6/W namespace=kubevirt-test-operator1 time="2024-07-20T18:24:44Z" level=info msg="checking if subscriptions need update" id=Zp6/W namespace=kubevirt-test-operator1 time="2024-07-20T18:24:44Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Zp6/W namespace=kubevirt-test-operator1 time="2024-07-20T18:24:48Z" level=info msg="resolving sources" id=fv9co namespace=kubevirt-test-default1 time="2024-07-20T18:24:48Z" level=info msg="checking if subscriptions need update" id=fv9co namespace=kubevirt-test-default1 time="2024-07-20T18:24:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=fv9co namespace=kubevirt-test-default1 time="2024-07-20T18:24:48Z" level=info msg="resolving sources" id=0XYvE namespace=kubevirt-test-default1 time="2024-07-20T18:24:48Z" level=info msg="checking if subscriptions need update" id=0XYvE namespace=kubevirt-test-default1 time="2024-07-20T18:24:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=0XYvE namespace=kubevirt-test-default1 time="2024-07-20T18:24:49Z" level=info msg="resolving sources" id=gOgcy namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:49Z" level=info msg="checking if subscriptions need update" id=gOgcy namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=gOgcy namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:49Z" level=info msg="resolving sources" id=6CENJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:49Z" level=info msg="checking if subscriptions need update" id=6CENJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=6CENJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:51Z" level=info msg="resolving sources" id=Fx9jF namespace=kubevirt-test-operator1 time="2024-07-20T18:24:51Z" level=info msg="checking if subscriptions need update" id=Fx9jF namespace=kubevirt-test-operator1 time="2024-07-20T18:24:51Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Fx9jF namespace=kubevirt-test-operator1 time="2024-07-20T18:24:51Z" level=info msg="resolving sources" id=iUAg4 namespace=kubevirt-test-operator1 time="2024-07-20T18:24:51Z" level=info msg="checking if subscriptions need update" id=iUAg4 namespace=kubevirt-test-operator1 time="2024-07-20T18:24:51Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=iUAg4 namespace=kubevirt-test-operator1 time="2024-07-20T18:24:55Z" level=info msg="resolving sources" id=R4cu3 namespace=kubevirt-test-default1 time="2024-07-20T18:24:55Z" level=info msg="checking if subscriptions need update" id=R4cu3 namespace=kubevirt-test-default1 time="2024-07-20T18:24:55Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=R4cu3 namespace=kubevirt-test-default1 time="2024-07-20T18:24:55Z" level=info msg="resolving sources" id=Pecbl namespace=kubevirt-test-default1 time="2024-07-20T18:24:55Z" level=info msg="checking if subscriptions need update" id=Pecbl namespace=kubevirt-test-default1 time="2024-07-20T18:24:55Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Pecbl namespace=kubevirt-test-default1 time="2024-07-20T18:24:56Z" level=info msg="resolving sources" id=6Ix7Z namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:56Z" level=info msg="checking if subscriptions need update" id=6Ix7Z namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=6Ix7Z namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:56Z" level=info msg="resolving sources" id=aWnA7 namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:56Z" level=info msg="checking if subscriptions need update" id=aWnA7 namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=aWnA7 namespace=kubevirt-test-alternative1 time="2024-07-20T18:24:58Z" level=info msg="resolving sources" id=X3ewj namespace=kubevirt-test-operator1 time="2024-07-20T18:24:58Z" level=info msg="checking if subscriptions need update" id=X3ewj namespace=kubevirt-test-operator1 time="2024-07-20T18:24:58Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=X3ewj namespace=kubevirt-test-operator1 time="2024-07-20T18:24:58Z" level=info msg="resolving sources" id=ZrKVH namespace=kubevirt-test-operator1 time="2024-07-20T18:24:58Z" level=info msg="checking if subscriptions need update" id=ZrKVH namespace=kubevirt-test-operator1 time="2024-07-20T18:24:58Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=ZrKVH namespace=kubevirt-test-operator1 time="2024-07-20T18:25:03Z" level=info msg="resolving sources" id=P6xjB namespace=kubevirt-test-default1 time="2024-07-20T18:25:03Z" level=info msg="checking if subscriptions need update" id=P6xjB namespace=kubevirt-test-default1 time="2024-07-20T18:25:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=P6xjB namespace=kubevirt-test-default1 time="2024-07-20T18:25:03Z" level=info msg="resolving sources" id=Gnq+t namespace=kubevirt-test-default1 time="2024-07-20T18:25:03Z" level=info msg="checking if subscriptions need update" id=Gnq+t namespace=kubevirt-test-default1 time="2024-07-20T18:25:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Gnq+t namespace=kubevirt-test-default1 time="2024-07-20T18:25:04Z" level=info msg="resolving sources" id=Z9+0Q namespace=kubevirt-test-alternative1 time="2024-07-20T18:25:04Z" level=info msg="checking if subscriptions need update" id=Z9+0Q namespace=kubevirt-test-alternative1 time="2024-07-20T18:25:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=Z9+0Q namespace=kubevirt-test-alternative1 time="2024-07-20T18:25:04Z" level=info msg="resolving sources" id=5eHiM namespace=kubevirt-test-alternative1 time="2024-07-20T18:25:04Z" level=info msg="checking if subscriptions need update" id=5eHiM namespace=kubevirt-test-alternative1 time="2024-07-20T18:25:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=5eHiM namespace=kubevirt-test-alternative1 time="2024-07-20T18:25:06Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="catalog update required at 2024-07-20 18:25:06.150952234 +0000 UTC m=+7129.107373943" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0iQCX time="2024-07-20T18:25:06Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9ep9S time="2024-07-20T18:25:06Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:06Z" level=info msg="resolving sources" id=4kMHB namespace=kubevirt-test-operator1 time="2024-07-20T18:25:06Z" level=info msg="checking if subscriptions need update" id=4kMHB namespace=kubevirt-test-operator1 time="2024-07-20T18:25:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=4kMHB namespace=kubevirt-test-operator1 time="2024-07-20T18:25:06Z" level=info msg="resolving sources" id=txSw3 namespace=kubevirt-test-operator1 time="2024-07-20T18:25:06Z" level=info msg="checking if subscriptions need update" id=txSw3 namespace=kubevirt-test-operator1 time="2024-07-20T18:25:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=txSw3 namespace=kubevirt-test-operator1 time="2024-07-20T18:25:07Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:07Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:07Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=t8yQc time="2024-07-20T18:25:07Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:07Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:07Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:07Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:07Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=obV1v time="2024-07-20T18:25:07Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:07Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:08Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:08Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:08Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=obV1v time="2024-07-20T18:25:08Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:08Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:09Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=d7Ppi time="2024-07-20T18:25:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:10Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=1DSbr time="2024-07-20T18:25:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=jWwKh time="2024-07-20T18:25:11Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:12Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=v32Mp time="2024-07-20T18:25:16Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kUK9x time="2024-07-20T18:25:17Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=dnJuv time="2024-07-20T18:25:17Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:17Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:18Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:18Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:18Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:18Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5t1+5 time="2024-07-20T18:25:19Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p5X5Z time="2024-07-20T18:25:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=uJzik time="2024-07-20T18:25:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=uJzik time="2024-07-20T18:25:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:21Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:21Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=WVjSI time="2024-07-20T18:25:36Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:25:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=zOvK1 time="2024-07-20T18:26:19Z" level=info msg="resolving sources" id=CCoc8 namespace=kubevirt-test-default1 time="2024-07-20T18:26:19Z" level=info msg="checking if subscriptions need update" id=CCoc8 namespace=kubevirt-test-default1 time="2024-07-20T18:26:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=CCoc8 namespace=kubevirt-test-default1 time="2024-07-20T18:26:19Z" level=info msg="resolving sources" id=Ph15c namespace=kubevirt-test-default1 time="2024-07-20T18:26:19Z" level=info msg="checking if subscriptions need update" id=Ph15c namespace=kubevirt-test-default1 time="2024-07-20T18:26:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Ph15c namespace=kubevirt-test-default1 time="2024-07-20T18:26:20Z" level=info msg="resolving sources" id=QFT0s namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:20Z" level=info msg="checking if subscriptions need update" id=QFT0s namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=QFT0s namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:20Z" level=info msg="resolving sources" id=phn+d namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:20Z" level=info msg="checking if subscriptions need update" id=phn+d namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=phn+d namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:22Z" level=info msg="resolving sources" id=zsPC/ namespace=kubevirt-test-operator1 time="2024-07-20T18:26:22Z" level=info msg="checking if subscriptions need update" id=zsPC/ namespace=kubevirt-test-operator1 time="2024-07-20T18:26:22Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=zsPC/ namespace=kubevirt-test-operator1 time="2024-07-20T18:26:22Z" level=info msg="resolving sources" id=qpbzI namespace=kubevirt-test-operator1 time="2024-07-20T18:26:22Z" level=info msg="checking if subscriptions need update" id=qpbzI namespace=kubevirt-test-operator1 time="2024-07-20T18:26:22Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=qpbzI namespace=kubevirt-test-operator1 time="2024-07-20T18:26:48Z" level=info msg="resolving sources" id=d8mqX namespace=kubevirt-test-default1 time="2024-07-20T18:26:48Z" level=info msg="checking if subscriptions need update" id=d8mqX namespace=kubevirt-test-default1 time="2024-07-20T18:26:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=d8mqX namespace=kubevirt-test-default1 time="2024-07-20T18:26:48Z" level=info msg="resolving sources" id=HGrqm namespace=kubevirt-test-default1 time="2024-07-20T18:26:48Z" level=info msg="checking if subscriptions need update" id=HGrqm namespace=kubevirt-test-default1 time="2024-07-20T18:26:48Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=HGrqm namespace=kubevirt-test-default1 time="2024-07-20T18:26:49Z" level=info msg="resolving sources" id=GKdvR namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:49Z" level=info msg="checking if subscriptions need update" id=GKdvR namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=GKdvR namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:49Z" level=info msg="resolving sources" id=p6iuG namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:49Z" level=info msg="checking if subscriptions need update" id=p6iuG namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=p6iuG namespace=kubevirt-test-alternative1 time="2024-07-20T18:26:52Z" level=info msg="resolving sources" id=Nrcsl namespace=kubevirt-test-operator1 time="2024-07-20T18:26:52Z" level=info msg="checking if subscriptions need update" id=Nrcsl namespace=kubevirt-test-operator1 time="2024-07-20T18:26:52Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Nrcsl namespace=kubevirt-test-operator1 time="2024-07-20T18:26:52Z" level=info msg="resolving sources" id=RlyWj namespace=kubevirt-test-operator1 time="2024-07-20T18:26:52Z" level=info msg="checking if subscriptions need update" id=RlyWj namespace=kubevirt-test-operator1 time="2024-07-20T18:26:52Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=RlyWj namespace=kubevirt-test-operator1 time="2024-07-20T18:27:10Z" level=info msg="resolving sources" id=uw8sL namespace=kubevirt-test-default1 time="2024-07-20T18:27:10Z" level=info msg="checking if subscriptions need update" id=uw8sL namespace=kubevirt-test-default1 time="2024-07-20T18:27:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=uw8sL namespace=kubevirt-test-default1 time="2024-07-20T18:27:10Z" level=info msg="resolving sources" id=xlpGr namespace=kubevirt-test-default1 time="2024-07-20T18:27:10Z" level=info msg="checking if subscriptions need update" id=xlpGr namespace=kubevirt-test-default1 time="2024-07-20T18:27:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=xlpGr namespace=kubevirt-test-default1 time="2024-07-20T18:27:11Z" level=info msg="resolving sources" id=7dpgj namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:11Z" level=info msg="checking if subscriptions need update" id=7dpgj namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:11Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=7dpgj namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:11Z" level=info msg="resolving sources" id=hDZiR namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:11Z" level=info msg="checking if subscriptions need update" id=hDZiR namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:11Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=hDZiR namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:13Z" level=info msg="resolving sources" id=QZMUN namespace=kubevirt-test-operator1 time="2024-07-20T18:27:13Z" level=info msg="checking if subscriptions need update" id=QZMUN namespace=kubevirt-test-operator1 time="2024-07-20T18:27:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=QZMUN namespace=kubevirt-test-operator1 time="2024-07-20T18:27:13Z" level=info msg="resolving sources" id=Pt1WU namespace=kubevirt-test-operator1 time="2024-07-20T18:27:13Z" level=info msg="checking if subscriptions need update" id=Pt1WU namespace=kubevirt-test-operator1 time="2024-07-20T18:27:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Pt1WU namespace=kubevirt-test-operator1 time="2024-07-20T18:27:34Z" level=info msg="resolving sources" id=9J992 namespace=kubevirt-test-default1 time="2024-07-20T18:27:34Z" level=info msg="checking if subscriptions need update" id=9J992 namespace=kubevirt-test-default1 time="2024-07-20T18:27:34Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=9J992 namespace=kubevirt-test-default1 time="2024-07-20T18:27:34Z" level=info msg="resolving sources" id=+hbUM namespace=kubevirt-test-default1 time="2024-07-20T18:27:34Z" level=info msg="checking if subscriptions need update" id=+hbUM namespace=kubevirt-test-default1 time="2024-07-20T18:27:34Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=+hbUM namespace=kubevirt-test-default1 time="2024-07-20T18:27:35Z" level=info msg="resolving sources" id=vspmm namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:35Z" level=info msg="checking if subscriptions need update" id=vspmm namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:35Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=vspmm namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:35Z" level=info msg="resolving sources" id=WGtST namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:35Z" level=info msg="checking if subscriptions need update" id=WGtST namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:35Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=WGtST namespace=kubevirt-test-alternative1 time="2024-07-20T18:27:36Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="catalog update required at 2024-07-20 18:27:36.953895726 +0000 UTC m=+7279.910317435" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Sji5t time="2024-07-20T18:27:36Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:36Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:37Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=6hCcv time="2024-07-20T18:27:37Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="resolving sources" id=L/+JY namespace=kubevirt-test-operator1 time="2024-07-20T18:27:37Z" level=info msg="checking if subscriptions need update" id=L/+JY namespace=kubevirt-test-operator1 time="2024-07-20T18:27:37Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=L/+JY namespace=kubevirt-test-operator1 time="2024-07-20T18:27:37Z" level=info msg="resolving sources" id=X1FRu namespace=kubevirt-test-operator1 time="2024-07-20T18:27:37Z" level=info msg="checking if subscriptions need update" id=X1FRu namespace=kubevirt-test-operator1 time="2024-07-20T18:27:37Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=X1FRu namespace=kubevirt-test-operator1 time="2024-07-20T18:27:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:37Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=gNEBB time="2024-07-20T18:27:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:39Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=xMU5W time="2024-07-20T18:27:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:40Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=z9uCf time="2024-07-20T18:27:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=eV66C time="2024-07-20T18:27:41Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:41Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=eV66C time="2024-07-20T18:27:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=N+XtS time="2024-07-20T18:27:47Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=NvyiR time="2024-07-20T18:27:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=yzjZh time="2024-07-20T18:27:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=8m0vS time="2024-07-20T18:27:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:50Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0BEd0 time="2024-07-20T18:27:51Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=q8sgf time="2024-07-20T18:27:51Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:27:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Samb8 time="2024-07-20T18:28:06Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wkCYV time="2024-07-20T18:28:09Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="catalog update required at 2024-07-20 18:28:09.520713602 +0000 UTC m=+7312.477135312" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xIpMT time="2024-07-20T18:28:09Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:09Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:09Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NUyFw time="2024-07-20T18:28:09Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:09Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:10Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Yk9zR time="2024-07-20T18:28:10Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:10Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:10Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:10Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:10Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=co6VQ time="2024-07-20T18:28:10Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:10Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:11Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:11Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Yk9zR time="2024-07-20T18:28:11Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:11Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:11Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:11Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:11Z" level=info msg="catalog update required at 2024-07-20 18:28:11.708082482 +0000 UTC m=+7314.664504181" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:12Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=co6VQ time="2024-07-20T18:28:12Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:12Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:12Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=79aUp time="2024-07-20T18:28:12Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:12Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=79aUp time="2024-07-20T18:28:12Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:12Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:12Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=0/NKn time="2024-07-20T18:28:12Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:12Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=72X+D time="2024-07-20T18:28:13Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:13Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:13Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:13Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=WkIUO time="2024-07-20T18:28:13Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:13Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=72X+D time="2024-07-20T18:28:14Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:14Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:14Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:14Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WkIUO time="2024-07-20T18:28:14Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:14Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=XwE/X time="2024-07-20T18:28:15Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:15Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:15Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:15Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=p4/mg time="2024-07-20T18:28:15Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:15Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=XwE/X time="2024-07-20T18:28:16Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:16Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=p4/mg time="2024-07-20T18:28:16Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:16Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=S8e7D time="2024-07-20T18:28:20Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=bUV6h time="2024-07-20T18:28:20Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=ZcNwo time="2024-07-20T18:28:20Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:20Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:21Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:21Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:21Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:21Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=j+2Uf time="2024-07-20T18:28:22Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=dmcYn time="2024-07-20T18:28:22Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:22Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:23Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:23Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:23Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:23Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:23Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=vA89N time="2024-07-20T18:28:23Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:23Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:24Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=zxH0m time="2024-07-20T18:28:24Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:24Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:25Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=vA89N time="2024-07-20T18:28:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=8E/jn time="2024-07-20T18:28:26Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:26Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sfEfw time="2024-07-20T18:28:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:27Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4+T0a time="2024-07-20T18:28:27Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:27Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:27Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:27Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=xp0cg time="2024-07-20T18:28:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:28Z" level=info msg="searching for current pods" time="2024-07-20T18:28:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:28Z" level=info msg="searching for current pods" time="2024-07-20T18:28:28Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:29Z" level=info msg="searching for current pods" time="2024-07-20T18:28:29Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:30Z" level=info msg="searching for current pods" time="2024-07-20T18:28:30Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:30Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:30Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:30Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:30Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xp0cg time="2024-07-20T18:28:30Z" level=info msg="searching for current pods" time="2024-07-20T18:28:30Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:31Z" level=info msg="searching for current pods" time="2024-07-20T18:28:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:31Z" level=info msg="searching for current pods" time="2024-07-20T18:28:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:31Z" level=info msg="searching for current pods" time="2024-07-20T18:28:31Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:32Z" level=info msg="searching for current pods" time="2024-07-20T18:28:32Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:32Z" level=info msg="searching for current pods" time="2024-07-20T18:28:32Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:33Z" level=info msg="resolving sources" id=UfUW1 namespace=openshift-monitoring time="2024-07-20T18:28:33Z" level=info msg="checking if subscriptions need update" id=UfUW1 namespace=openshift-monitoring time="2024-07-20T18:28:33Z" level=info msg="resolving sources" id=KKbU4 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:28:33Z" level=info msg="checking if subscriptions need update" id=KKbU4 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:28:33Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=KKbU4 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:28:33Z" level=info msg="resolving sources" id=ccV5i namespace=openshift-operators time="2024-07-20T18:28:33Z" level=info msg="checking if subscriptions need update" id=ccV5i namespace=openshift-operators time="2024-07-20T18:28:33Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=UfUW1 namespace=openshift-monitoring time="2024-07-20T18:28:33Z" level=info msg="resolving sources" id=ta7TV namespace=openshift-storage time="2024-07-20T18:28:33Z" level=info msg="checking if subscriptions need update" id=ta7TV namespace=openshift-storage time="2024-07-20T18:28:33Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=ccV5i namespace=openshift-operators time="2024-07-20T18:28:33Z" level=info msg="resolving sources" id=1MVdm namespace=openshift-cnv time="2024-07-20T18:28:33Z" level=info msg="checking if subscriptions need update" id=1MVdm namespace=openshift-cnv time="2024-07-20T18:28:33Z" level=info msg="resolving subscriptions in namespace" id=1MVdm namespace=openshift-cnv time="2024-07-20T18:28:33Z" level=info msg="resolving subscriptions in namespace" id=ta7TV namespace=openshift-storage time="2024-07-20T18:28:33Z" level=info msg="searching for current pods" time="2024-07-20T18:28:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:33Z" level=info msg="searching for current pods" time="2024-07-20T18:28:33Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:38Z" level=info msg="searching for current pods" time="2024-07-20T18:28:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="searching for current pods" time="2024-07-20T18:28:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="searching for current pods" time="2024-07-20T18:28:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="searching for current pods" time="2024-07-20T18:28:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="searching for current pods" time="2024-07-20T18:28:38Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:39Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:39Z" level=info msg="searching for current pods" time="2024-07-20T18:28:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:39Z" level=info msg="searching for current pods" time="2024-07-20T18:28:39Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:40Z" level=info msg="searching for current pods" time="2024-07-20T18:28:40Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Npf7x time="2024-07-20T18:28:40Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:41Z" level=info msg="searching for current pods" time="2024-07-20T18:28:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:41Z" level=info msg="no subscriptions were updated" id=1MVdm namespace=openshift-cnv time="2024-07-20T18:28:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:41Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:41Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Npf7x time="2024-07-20T18:28:41Z" level=info msg="searching for current pods" time="2024-07-20T18:28:41Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:42Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="no subscriptions were updated" id=ta7TV namespace=openshift-storage time="2024-07-20T18:28:42Z" level=info msg="resolving sources" id=L2WsD namespace=openshift-storage time="2024-07-20T18:28:42Z" level=info msg="checking if subscriptions need update" id=L2WsD namespace=openshift-storage time="2024-07-20T18:28:42Z" level=info msg="searching for current pods" time="2024-07-20T18:28:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:42Z" level=info msg="resolving subscriptions in namespace" id=L2WsD namespace=openshift-storage time="2024-07-20T18:28:42Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:42Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:43Z" level=info msg="searching for current pods" time="2024-07-20T18:28:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:43Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:43Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:43Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:43Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=CaIpP time="2024-07-20T18:28:43Z" level=info msg="no subscriptions were updated" id=L2WsD namespace=openshift-storage time="2024-07-20T18:28:44Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:44Z" level=info msg="resolving sources" id=jPEWP namespace=openshift-storage time="2024-07-20T18:28:44Z" level=info msg="checking if subscriptions need update" id=jPEWP namespace=openshift-storage time="2024-07-20T18:28:44Z" level=info msg="searching for current pods" time="2024-07-20T18:28:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:44Z" level=info msg="searching for current pods" time="2024-07-20T18:28:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:44Z" level=info msg="searching for current pods" time="2024-07-20T18:28:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:45Z" level=info msg="searching for current pods" time="2024-07-20T18:28:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:45Z" level=info msg="searching for current pods" time="2024-07-20T18:28:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:45Z" level=info msg="resolving subscriptions in namespace" id=jPEWP namespace=openshift-storage time="2024-07-20T18:28:46Z" level=info msg="searching for current pods" time="2024-07-20T18:28:46Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:46Z" level=info msg="no subscriptions were updated" id=jPEWP namespace=openshift-storage time="2024-07-20T18:28:48Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:48Z" level=info msg="resolving sources" id=5/Q2P namespace=openshift-storage time="2024-07-20T18:28:48Z" level=info msg="checking if subscriptions need update" id=5/Q2P namespace=openshift-storage time="2024-07-20T18:28:48Z" level=info msg="searching for current pods" time="2024-07-20T18:28:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="searching for current pods" time="2024-07-20T18:28:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="searching for current pods" time="2024-07-20T18:28:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="searching for current pods" time="2024-07-20T18:28:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="searching for current pods" time="2024-07-20T18:28:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="searching for current pods" time="2024-07-20T18:28:48Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:48Z" level=info msg="resolving subscriptions in namespace" id=5/Q2P namespace=openshift-storage time="2024-07-20T18:28:49Z" level=info msg="no subscriptions were updated" id=5/Q2P namespace=openshift-storage time="2024-07-20T18:28:51Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:51Z" level=info msg="resolving sources" id=R0lhW namespace=openshift-cnv time="2024-07-20T18:28:51Z" level=info msg="checking if subscriptions need update" id=R0lhW namespace=openshift-cnv time="2024-07-20T18:28:51Z" level=info msg="searching for current pods" time="2024-07-20T18:28:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="searching for current pods" time="2024-07-20T18:28:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="searching for current pods" time="2024-07-20T18:28:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="searching for current pods" time="2024-07-20T18:28:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="searching for current pods" time="2024-07-20T18:28:51Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:51Z" level=info msg="resolving subscriptions in namespace" id=R0lhW namespace=openshift-cnv time="2024-07-20T18:28:51Z" level=info msg="no subscriptions were updated" id=R0lhW namespace=openshift-cnv time="2024-07-20T18:28:52Z" level=info msg="searching for current pods" time="2024-07-20T18:28:52Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:54Z" level=info msg="resolving sources" id=Mskmf namespace=openshift-storage time="2024-07-20T18:28:54Z" level=info msg="checking if subscriptions need update" id=Mskmf namespace=openshift-storage time="2024-07-20T18:28:54Z" level=info msg="searching for current pods" time="2024-07-20T18:28:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="searching for current pods" time="2024-07-20T18:28:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="searching for current pods" time="2024-07-20T18:28:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="searching for current pods" time="2024-07-20T18:28:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="resolving subscriptions in namespace" id=Mskmf namespace=openshift-storage time="2024-07-20T18:28:54Z" level=info msg="searching for current pods" time="2024-07-20T18:28:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="searching for current pods" time="2024-07-20T18:28:54Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:54Z" level=info msg="no subscriptions were updated" id=Mskmf namespace=openshift-storage time="2024-07-20T18:28:56Z" level=info msg="resolving sources" id=O8jCS namespace=kubevirt-test-default1 time="2024-07-20T18:28:56Z" level=info msg="checking if subscriptions need update" id=O8jCS namespace=kubevirt-test-default1 time="2024-07-20T18:28:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=O8jCS namespace=kubevirt-test-default1 time="2024-07-20T18:28:56Z" level=info msg="resolving sources" id=Jdz51 namespace=kubevirt-test-default1 time="2024-07-20T18:28:56Z" level=info msg="checking if subscriptions need update" id=Jdz51 namespace=kubevirt-test-default1 time="2024-07-20T18:28:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Jdz51 namespace=kubevirt-test-default1 time="2024-07-20T18:28:57Z" level=info msg="resolving sources" id=+uXnb namespace=kubevirt-test-alternative1 time="2024-07-20T18:28:57Z" level=info msg="checking if subscriptions need update" id=+uXnb namespace=kubevirt-test-alternative1 time="2024-07-20T18:28:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=+uXnb namespace=kubevirt-test-alternative1 time="2024-07-20T18:28:57Z" level=info msg="resolving sources" id=pmBGa namespace=kubevirt-test-alternative1 time="2024-07-20T18:28:57Z" level=info msg="checking if subscriptions need update" id=pmBGa namespace=kubevirt-test-alternative1 time="2024-07-20T18:28:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=pmBGa namespace=kubevirt-test-alternative1 time="2024-07-20T18:28:57Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:57Z" level=info msg="resolving sources" id=OYg99 namespace=openshift-storage time="2024-07-20T18:28:57Z" level=info msg="checking if subscriptions need update" id=OYg99 namespace=openshift-storage time="2024-07-20T18:28:57Z" level=info msg="searching for current pods" time="2024-07-20T18:28:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="searching for current pods" time="2024-07-20T18:28:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="searching for current pods" time="2024-07-20T18:28:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="searching for current pods" time="2024-07-20T18:28:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="searching for current pods" time="2024-07-20T18:28:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:57Z" level=info msg="resolving subscriptions in namespace" id=OYg99 namespace=openshift-storage time="2024-07-20T18:28:58Z" level=info msg="searching for current pods" time="2024-07-20T18:28:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:58Z" level=info msg="no subscriptions were updated" id=OYg99 namespace=openshift-storage time="2024-07-20T18:28:59Z" level=info msg="resolving sources" id=aPSJe namespace=kubevirt-test-operator1 time="2024-07-20T18:28:59Z" level=info msg="checking if subscriptions need update" id=aPSJe namespace=kubevirt-test-operator1 time="2024-07-20T18:28:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=aPSJe namespace=kubevirt-test-operator1 time="2024-07-20T18:28:59Z" level=info msg="resolving sources" id=UiQ2W namespace=kubevirt-test-operator1 time="2024-07-20T18:28:59Z" level=info msg="checking if subscriptions need update" id=UiQ2W namespace=kubevirt-test-operator1 time="2024-07-20T18:28:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=UiQ2W namespace=kubevirt-test-operator1 time="2024-07-20T18:28:59Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:28:59Z" level=info msg="resolving sources" id=Dlk5N namespace=openshift-storage time="2024-07-20T18:28:59Z" level=info msg="checking if subscriptions need update" id=Dlk5N namespace=openshift-storage time="2024-07-20T18:28:59Z" level=info msg="searching for current pods" time="2024-07-20T18:28:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:28:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="searching for current pods" time="2024-07-20T18:29:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="searching for current pods" time="2024-07-20T18:29:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="searching for current pods" time="2024-07-20T18:29:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="searching for current pods" time="2024-07-20T18:29:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="searching for current pods" time="2024-07-20T18:29:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:00Z" level=info msg="resolving subscriptions in namespace" id=Dlk5N namespace=openshift-storage time="2024-07-20T18:29:01Z" level=info msg="no subscriptions were updated" id=Dlk5N namespace=openshift-storage time="2024-07-20T18:29:03Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:03Z" level=info msg="resolving sources" id=kGDod namespace=openshift-storage time="2024-07-20T18:29:03Z" level=info msg="checking if subscriptions need update" id=kGDod namespace=openshift-storage time="2024-07-20T18:29:03Z" level=info msg="searching for current pods" time="2024-07-20T18:29:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="searching for current pods" time="2024-07-20T18:29:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="searching for current pods" time="2024-07-20T18:29:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="searching for current pods" time="2024-07-20T18:29:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="searching for current pods" time="2024-07-20T18:29:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="resolving subscriptions in namespace" id=kGDod namespace=openshift-storage time="2024-07-20T18:29:03Z" level=info msg="searching for current pods" time="2024-07-20T18:29:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:04Z" level=info msg="no subscriptions were updated" id=kGDod namespace=openshift-storage time="2024-07-20T18:29:05Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:05Z" level=info msg="resolving sources" id=3E59u namespace=openshift-storage time="2024-07-20T18:29:05Z" level=info msg="checking if subscriptions need update" id=3E59u namespace=openshift-storage time="2024-07-20T18:29:05Z" level=info msg="searching for current pods" time="2024-07-20T18:29:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="searching for current pods" time="2024-07-20T18:29:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="searching for current pods" time="2024-07-20T18:29:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="searching for current pods" time="2024-07-20T18:29:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="searching for current pods" time="2024-07-20T18:29:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:06Z" level=info msg="searching for current pods" time="2024-07-20T18:29:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:06Z" level=info msg="resolving subscriptions in namespace" id=3E59u namespace=openshift-storage time="2024-07-20T18:29:07Z" level=info msg="no subscriptions were updated" id=3E59u namespace=openshift-storage time="2024-07-20T18:29:09Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:09Z" level=info msg="resolving sources" id=AWsMy namespace=openshift-storage time="2024-07-20T18:29:09Z" level=info msg="checking if subscriptions need update" id=AWsMy namespace=openshift-storage time="2024-07-20T18:29:09Z" level=info msg="searching for current pods" time="2024-07-20T18:29:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="searching for current pods" time="2024-07-20T18:29:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="searching for current pods" time="2024-07-20T18:29:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="searching for current pods" time="2024-07-20T18:29:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="searching for current pods" time="2024-07-20T18:29:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="resolving subscriptions in namespace" id=AWsMy namespace=openshift-storage time="2024-07-20T18:29:09Z" level=info msg="searching for current pods" time="2024-07-20T18:29:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:10Z" level=info msg="no subscriptions were updated" id=AWsMy namespace=openshift-storage time="2024-07-20T18:29:11Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:11Z" level=info msg="resolving sources" id=1q32i namespace=openshift-storage time="2024-07-20T18:29:11Z" level=info msg="checking if subscriptions need update" id=1q32i namespace=openshift-storage time="2024-07-20T18:29:11Z" level=info msg="searching for current pods" time="2024-07-20T18:29:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="searching for current pods" time="2024-07-20T18:29:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="searching for current pods" time="2024-07-20T18:29:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="searching for current pods" time="2024-07-20T18:29:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="searching for current pods" time="2024-07-20T18:29:11Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:12Z" level=info msg="searching for current pods" time="2024-07-20T18:29:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:12Z" level=info msg="resolving subscriptions in namespace" id=1q32i namespace=openshift-storage time="2024-07-20T18:29:13Z" level=info msg="no subscriptions were updated" id=1q32i namespace=openshift-storage time="2024-07-20T18:29:14Z" level=info msg=syncing id=IoDE9 ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T18:29:14Z" level=info msg=syncing id=Bw7eA ip=install-2kj2m namespace=openshift-cnv phase=Complete time="2024-07-20T18:29:15Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:15Z" level=info msg="resolving sources" id=vWl19 namespace=openshift-storage time="2024-07-20T18:29:15Z" level=info msg="checking if subscriptions need update" id=vWl19 namespace=openshift-storage time="2024-07-20T18:29:15Z" level=info msg="searching for current pods" time="2024-07-20T18:29:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="searching for current pods" time="2024-07-20T18:29:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="searching for current pods" time="2024-07-20T18:29:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="searching for current pods" time="2024-07-20T18:29:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="searching for current pods" time="2024-07-20T18:29:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="resolving subscriptions in namespace" id=vWl19 namespace=openshift-storage time="2024-07-20T18:29:15Z" level=info msg="searching for current pods" time="2024-07-20T18:29:15Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:16Z" level=info msg="no subscriptions were updated" id=vWl19 namespace=openshift-storage time="2024-07-20T18:29:17Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:17Z" level=info msg="resolving sources" id=Q/CKW namespace=openshift-storage time="2024-07-20T18:29:17Z" level=info msg="checking if subscriptions need update" id=Q/CKW namespace=openshift-storage time="2024-07-20T18:29:17Z" level=info msg="searching for current pods" time="2024-07-20T18:29:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="searching for current pods" time="2024-07-20T18:29:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="searching for current pods" time="2024-07-20T18:29:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="searching for current pods" time="2024-07-20T18:29:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="searching for current pods" time="2024-07-20T18:29:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="resolving subscriptions in namespace" id=Q/CKW namespace=openshift-storage time="2024-07-20T18:29:17Z" level=info msg="searching for current pods" time="2024-07-20T18:29:17Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:18Z" level=info msg="no subscriptions were updated" id=Q/CKW namespace=openshift-storage time="2024-07-20T18:29:21Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:29:21Z" level=info msg="resolving sources" id=TSdFg namespace=openshift-storage time="2024-07-20T18:29:21Z" level=info msg="checking if subscriptions need update" id=TSdFg namespace=openshift-storage time="2024-07-20T18:29:21Z" level=info msg="searching for current pods" time="2024-07-20T18:29:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="searching for current pods" time="2024-07-20T18:29:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="searching for current pods" time="2024-07-20T18:29:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="searching for current pods" time="2024-07-20T18:29:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="searching for current pods" time="2024-07-20T18:29:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="resolving subscriptions in namespace" id=TSdFg namespace=openshift-storage time="2024-07-20T18:29:21Z" level=info msg="searching for current pods" time="2024-07-20T18:29:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:29:21Z" level=info msg="no subscriptions were updated" id=TSdFg namespace=openshift-storage time="2024-07-20T18:29:23Z" level=info msg="resolving sources" id=5EE0X namespace=openshift-storage time="2024-07-20T18:29:23Z" level=info msg="checking if subscriptions need update" id=5EE0X namespace=openshift-storage time="2024-07-20T18:29:23Z" level=info msg="resolving subscriptions in namespace" id=5EE0X namespace=openshift-storage time="2024-07-20T18:29:24Z" level=info msg="no subscriptions were updated" id=5EE0X namespace=openshift-storage time="2024-07-20T18:29:27Z" level=info msg="resolving sources" id=410nO namespace=openshift-cnv time="2024-07-20T18:29:27Z" level=info msg="checking if subscriptions need update" id=410nO namespace=openshift-cnv time="2024-07-20T18:29:27Z" level=info msg="resolving subscriptions in namespace" id=410nO namespace=openshift-cnv time="2024-07-20T18:29:27Z" level=info msg="no subscriptions were updated" id=410nO namespace=openshift-cnv time="2024-07-20T18:29:40Z" level=info msg="resolving sources" id=pvRRr namespace=kubevirt-test-default1 time="2024-07-20T18:29:40Z" level=info msg="checking if subscriptions need update" id=pvRRr namespace=kubevirt-test-default1 time="2024-07-20T18:29:40Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=pvRRr namespace=kubevirt-test-default1 time="2024-07-20T18:29:40Z" level=info msg="resolving sources" id=iVu/q namespace=kubevirt-test-default1 time="2024-07-20T18:29:40Z" level=info msg="checking if subscriptions need update" id=iVu/q namespace=kubevirt-test-default1 time="2024-07-20T18:29:40Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=iVu/q namespace=kubevirt-test-default1 time="2024-07-20T18:29:41Z" level=info msg="resolving sources" id=zbn0o namespace=kubevirt-test-alternative1 time="2024-07-20T18:29:41Z" level=info msg="checking if subscriptions need update" id=zbn0o namespace=kubevirt-test-alternative1 time="2024-07-20T18:29:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=zbn0o namespace=kubevirt-test-alternative1 time="2024-07-20T18:29:41Z" level=info msg="resolving sources" id=xujkJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:29:41Z" level=info msg="checking if subscriptions need update" id=xujkJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:29:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=xujkJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:29:43Z" level=info msg="resolving sources" id=/ekT7 namespace=kubevirt-test-operator1 time="2024-07-20T18:29:43Z" level=info msg="checking if subscriptions need update" id=/ekT7 namespace=kubevirt-test-operator1 time="2024-07-20T18:29:43Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=/ekT7 namespace=kubevirt-test-operator1 time="2024-07-20T18:29:43Z" level=info msg="resolving sources" id=zTY6H namespace=kubevirt-test-operator1 time="2024-07-20T18:29:43Z" level=info msg="checking if subscriptions need update" id=zTY6H namespace=kubevirt-test-operator1 time="2024-07-20T18:29:43Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=zTY6H namespace=kubevirt-test-operator1 time="2024-07-20T18:30:02Z" level=info msg="resolving sources" id=2a8Vy namespace=kubevirt-test-default1 time="2024-07-20T18:30:02Z" level=info msg="checking if subscriptions need update" id=2a8Vy namespace=kubevirt-test-default1 time="2024-07-20T18:30:02Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=2a8Vy namespace=kubevirt-test-default1 time="2024-07-20T18:30:02Z" level=info msg="resolving sources" id=/TINd namespace=kubevirt-test-default1 time="2024-07-20T18:30:02Z" level=info msg="checking if subscriptions need update" id=/TINd namespace=kubevirt-test-default1 time="2024-07-20T18:30:02Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=/TINd namespace=kubevirt-test-default1 time="2024-07-20T18:30:03Z" level=info msg="resolving sources" id=3l59g namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:03Z" level=info msg="checking if subscriptions need update" id=3l59g namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=3l59g namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:03Z" level=info msg="resolving sources" id=koRFT namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:03Z" level=info msg="checking if subscriptions need update" id=koRFT namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=koRFT namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:05Z" level=info msg="resolving sources" id=MnVJC namespace=kubevirt-test-operator1 time="2024-07-20T18:30:05Z" level=info msg="checking if subscriptions need update" id=MnVJC namespace=kubevirt-test-operator1 time="2024-07-20T18:30:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=MnVJC namespace=kubevirt-test-operator1 time="2024-07-20T18:30:05Z" level=info msg="resolving sources" id=0+t46 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:05Z" level=info msg="checking if subscriptions need update" id=0+t46 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=0+t46 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:09Z" level=info msg="resolving sources" id=Hn/TG namespace=kubevirt-test-default1 time="2024-07-20T18:30:09Z" level=info msg="checking if subscriptions need update" id=Hn/TG namespace=kubevirt-test-default1 time="2024-07-20T18:30:09Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Hn/TG namespace=kubevirt-test-default1 time="2024-07-20T18:30:09Z" level=info msg="resolving sources" id=5+WUd namespace=kubevirt-test-default1 time="2024-07-20T18:30:09Z" level=info msg="checking if subscriptions need update" id=5+WUd namespace=kubevirt-test-default1 time="2024-07-20T18:30:09Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=5+WUd namespace=kubevirt-test-default1 time="2024-07-20T18:30:10Z" level=info msg="resolving sources" id=vZwHR namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:10Z" level=info msg="checking if subscriptions need update" id=vZwHR namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=vZwHR namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:10Z" level=info msg="resolving sources" id=2p3uz namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:10Z" level=info msg="checking if subscriptions need update" id=2p3uz namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=2p3uz namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:12Z" level=info msg="resolving sources" id=Mm4TX namespace=kubevirt-test-operator1 time="2024-07-20T18:30:12Z" level=info msg="checking if subscriptions need update" id=Mm4TX namespace=kubevirt-test-operator1 time="2024-07-20T18:30:12Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Mm4TX namespace=kubevirt-test-operator1 time="2024-07-20T18:30:12Z" level=info msg="resolving sources" id=U6Ee8 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:12Z" level=info msg="checking if subscriptions need update" id=U6Ee8 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:12Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=U6Ee8 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:17Z" level=info msg="resolving sources" id=SZ5hZ namespace=kubevirt-test-default1 time="2024-07-20T18:30:17Z" level=info msg="checking if subscriptions need update" id=SZ5hZ namespace=kubevirt-test-default1 time="2024-07-20T18:30:17Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=SZ5hZ namespace=kubevirt-test-default1 time="2024-07-20T18:30:17Z" level=info msg="resolving sources" id=97lvp namespace=kubevirt-test-default1 time="2024-07-20T18:30:17Z" level=info msg="checking if subscriptions need update" id=97lvp namespace=kubevirt-test-default1 time="2024-07-20T18:30:17Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=97lvp namespace=kubevirt-test-default1 time="2024-07-20T18:30:18Z" level=info msg="resolving sources" id=4O7YT namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:18Z" level=info msg="checking if subscriptions need update" id=4O7YT namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:18Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=4O7YT namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:18Z" level=info msg="resolving sources" id=HfSVr namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:18Z" level=info msg="checking if subscriptions need update" id=HfSVr namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:18Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=HfSVr namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:20Z" level=info msg="resolving sources" id=gazIo namespace=kubevirt-test-operator1 time="2024-07-20T18:30:20Z" level=info msg="checking if subscriptions need update" id=gazIo namespace=kubevirt-test-operator1 time="2024-07-20T18:30:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=gazIo namespace=kubevirt-test-operator1 time="2024-07-20T18:30:20Z" level=info msg="resolving sources" id=Y0N/2 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:20Z" level=info msg="checking if subscriptions need update" id=Y0N/2 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Y0N/2 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:34Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=ojQby time="2024-07-20T18:30:34Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=ojQby time="2024-07-20T18:30:34Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=OwGiQ time="2024-07-20T18:30:34Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:34Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:35Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:35Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LEdFP time="2024-07-20T18:30:35Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:35Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:35Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=TgfIP time="2024-07-20T18:30:35Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:35Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:36Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=lnQ0d time="2024-07-20T18:30:36Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:36Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:36Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:36Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:36Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=mJjSF time="2024-07-20T18:30:36Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:36Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:37Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=lnQ0d time="2024-07-20T18:30:37Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:37Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:37Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mJjSF time="2024-07-20T18:30:43Z" level=info msg="resolving sources" id=9RQi2 namespace=kubevirt-test-default1 time="2024-07-20T18:30:43Z" level=info msg="checking if subscriptions need update" id=9RQi2 namespace=kubevirt-test-default1 time="2024-07-20T18:30:43Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=9RQi2 namespace=kubevirt-test-default1 time="2024-07-20T18:30:43Z" level=info msg="resolving sources" id=Cccrc namespace=kubevirt-test-default1 time="2024-07-20T18:30:43Z" level=info msg="checking if subscriptions need update" id=Cccrc namespace=kubevirt-test-default1 time="2024-07-20T18:30:43Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Cccrc namespace=kubevirt-test-default1 time="2024-07-20T18:30:44Z" level=info msg="resolving sources" id=sBczB namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:44Z" level=info msg="checking if subscriptions need update" id=sBczB namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:44Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=sBczB namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:44Z" level=info msg="resolving sources" id=JGAmy namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:44Z" level=info msg="checking if subscriptions need update" id=JGAmy namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:44Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=JGAmy namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:46Z" level=info msg="resolving sources" id=xqNj3 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:46Z" level=info msg="checking if subscriptions need update" id=xqNj3 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=xqNj3 namespace=kubevirt-test-operator1 time="2024-07-20T18:30:46Z" level=info msg="resolving sources" id=OUdzf namespace=kubevirt-test-operator1 time="2024-07-20T18:30:46Z" level=info msg="checking if subscriptions need update" id=OUdzf namespace=kubevirt-test-operator1 time="2024-07-20T18:30:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=OUdzf namespace=kubevirt-test-operator1 time="2024-07-20T18:30:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0IEUO time="2024-07-20T18:30:48Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:48Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=YrcZn time="2024-07-20T18:30:48Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:48Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:49Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:49Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Fpeoi time="2024-07-20T18:30:49Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:49Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:49Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=8T/8b time="2024-07-20T18:30:49Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:49Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=LWJuU time="2024-07-20T18:30:50Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Fpeoi time="2024-07-20T18:30:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:50Z" level=info msg="resolving sources" id=1SZwD namespace=kubevirt-test-default1 time="2024-07-20T18:30:50Z" level=info msg="checking if subscriptions need update" id=1SZwD namespace=kubevirt-test-default1 time="2024-07-20T18:30:50Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=1SZwD namespace=kubevirt-test-default1 time="2024-07-20T18:30:50Z" level=info msg="resolving sources" id=IsmB5 namespace=kubevirt-test-default1 time="2024-07-20T18:30:50Z" level=info msg="checking if subscriptions need update" id=IsmB5 namespace=kubevirt-test-default1 time="2024-07-20T18:30:50Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=IsmB5 namespace=kubevirt-test-default1 time="2024-07-20T18:30:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:51Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:51Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=hbEEa time="2024-07-20T18:30:51Z" level=info msg="resolving sources" id=QivZi namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:51Z" level=info msg="checking if subscriptions need update" id=QivZi namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:51Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=QivZi namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:51Z" level=info msg="resolving sources" id=J71dF namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:51Z" level=info msg="checking if subscriptions need update" id=J71dF namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:51Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=J71dF namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:53Z" level=info msg="resolving sources" id=BZgrS namespace=kubevirt-test-operator1 time="2024-07-20T18:30:53Z" level=info msg="checking if subscriptions need update" id=BZgrS namespace=kubevirt-test-operator1 time="2024-07-20T18:30:53Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=BZgrS namespace=kubevirt-test-operator1 time="2024-07-20T18:30:53Z" level=info msg="resolving sources" id=wN8Qn namespace=kubevirt-test-operator1 time="2024-07-20T18:30:53Z" level=info msg="checking if subscriptions need update" id=wN8Qn namespace=kubevirt-test-operator1 time="2024-07-20T18:30:53Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=wN8Qn namespace=kubevirt-test-operator1 time="2024-07-20T18:30:58Z" level=info msg="resolving sources" id=AUOup namespace=kubevirt-test-default1 time="2024-07-20T18:30:58Z" level=info msg="checking if subscriptions need update" id=AUOup namespace=kubevirt-test-default1 time="2024-07-20T18:30:58Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=AUOup namespace=kubevirt-test-default1 time="2024-07-20T18:30:58Z" level=info msg="resolving sources" id=y5dwk namespace=kubevirt-test-default1 time="2024-07-20T18:30:58Z" level=info msg="checking if subscriptions need update" id=y5dwk namespace=kubevirt-test-default1 time="2024-07-20T18:30:58Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=y5dwk namespace=kubevirt-test-default1 time="2024-07-20T18:30:59Z" level=info msg="resolving sources" id=JsvGF namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:59Z" level=info msg="checking if subscriptions need update" id=JsvGF namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=JsvGF namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:59Z" level=info msg="resolving sources" id=N4c0E namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:59Z" level=info msg="checking if subscriptions need update" id=N4c0E namespace=kubevirt-test-alternative1 time="2024-07-20T18:30:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=N4c0E namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:01Z" level=info msg="resolving sources" id=kYGnL namespace=kubevirt-test-operator1 time="2024-07-20T18:31:01Z" level=info msg="checking if subscriptions need update" id=kYGnL namespace=kubevirt-test-operator1 time="2024-07-20T18:31:01Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=kYGnL namespace=kubevirt-test-operator1 time="2024-07-20T18:31:01Z" level=info msg="resolving sources" id=umGHw namespace=kubevirt-test-operator1 time="2024-07-20T18:31:01Z" level=info msg="checking if subscriptions need update" id=umGHw namespace=kubevirt-test-operator1 time="2024-07-20T18:31:01Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=umGHw namespace=kubevirt-test-operator1 time="2024-07-20T18:31:20Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=BXSeS time="2024-07-20T18:31:20Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=+PN0W time="2024-07-20T18:31:20Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:20Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=vU67+ time="2024-07-20T18:31:23Z" level=info msg="resolving sources" id=lXPcD namespace=kubevirt-test-default1 time="2024-07-20T18:31:23Z" level=info msg="checking if subscriptions need update" id=lXPcD namespace=kubevirt-test-default1 time="2024-07-20T18:31:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=lXPcD namespace=kubevirt-test-default1 time="2024-07-20T18:31:23Z" level=info msg="resolving sources" id=yy0hc namespace=kubevirt-test-default1 time="2024-07-20T18:31:23Z" level=info msg="checking if subscriptions need update" id=yy0hc namespace=kubevirt-test-default1 time="2024-07-20T18:31:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=yy0hc namespace=kubevirt-test-default1 time="2024-07-20T18:31:24Z" level=info msg="resolving sources" id=okvPE namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:24Z" level=info msg="checking if subscriptions need update" id=okvPE namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=okvPE namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:24Z" level=info msg="resolving sources" id=t724N namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:24Z" level=info msg="checking if subscriptions need update" id=t724N namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=t724N namespace=kubevirt-test-alternative1 time="2024-07-20T18:31:26Z" level=info msg="resolving sources" id=z2zS+ namespace=kubevirt-test-operator1 time="2024-07-20T18:31:26Z" level=info msg="checking if subscriptions need update" id=z2zS+ namespace=kubevirt-test-operator1 time="2024-07-20T18:31:26Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=z2zS+ namespace=kubevirt-test-operator1 time="2024-07-20T18:31:26Z" level=info msg="resolving sources" id=Hl7MR namespace=kubevirt-test-operator1 time="2024-07-20T18:31:26Z" level=info msg="checking if subscriptions need update" id=Hl7MR namespace=kubevirt-test-operator1 time="2024-07-20T18:31:26Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Hl7MR namespace=kubevirt-test-operator1 time="2024-07-20T18:32:05Z" level=info msg="resolving sources" id=CLXcF namespace=kubevirt-test-default1 time="2024-07-20T18:32:05Z" level=info msg="checking if subscriptions need update" id=CLXcF namespace=kubevirt-test-default1 time="2024-07-20T18:32:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=CLXcF namespace=kubevirt-test-default1 time="2024-07-20T18:32:05Z" level=info msg="resolving sources" id=pdDk2 namespace=kubevirt-test-default1 time="2024-07-20T18:32:05Z" level=info msg="checking if subscriptions need update" id=pdDk2 namespace=kubevirt-test-default1 time="2024-07-20T18:32:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=pdDk2 namespace=kubevirt-test-default1 time="2024-07-20T18:32:06Z" level=info msg="resolving sources" id=TPPtc namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:06Z" level=info msg="checking if subscriptions need update" id=TPPtc namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=TPPtc namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:06Z" level=info msg="resolving sources" id=C2Jqv namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:06Z" level=info msg="checking if subscriptions need update" id=C2Jqv namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=C2Jqv namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:08Z" level=info msg="resolving sources" id=/CnkO namespace=kubevirt-test-operator1 time="2024-07-20T18:32:08Z" level=info msg="checking if subscriptions need update" id=/CnkO namespace=kubevirt-test-operator1 time="2024-07-20T18:32:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=/CnkO namespace=kubevirt-test-operator1 time="2024-07-20T18:32:08Z" level=info msg="resolving sources" id=MPkXq namespace=kubevirt-test-operator1 time="2024-07-20T18:32:08Z" level=info msg="checking if subscriptions need update" id=MPkXq namespace=kubevirt-test-operator1 time="2024-07-20T18:32:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=MPkXq namespace=kubevirt-test-operator1 time="2024-07-20T18:32:50Z" level=info msg="resolving sources" id=dV2IB namespace=kubevirt-test-default1 time="2024-07-20T18:32:50Z" level=info msg="checking if subscriptions need update" id=dV2IB namespace=kubevirt-test-default1 time="2024-07-20T18:32:50Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=dV2IB namespace=kubevirt-test-default1 time="2024-07-20T18:32:50Z" level=info msg="resolving sources" id=fG4FL namespace=kubevirt-test-default1 time="2024-07-20T18:32:50Z" level=info msg="checking if subscriptions need update" id=fG4FL namespace=kubevirt-test-default1 time="2024-07-20T18:32:50Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=fG4FL namespace=kubevirt-test-default1 time="2024-07-20T18:32:51Z" level=info msg="resolving sources" id=kP45u namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:51Z" level=info msg="checking if subscriptions need update" id=kP45u namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:51Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=kP45u namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:51Z" level=info msg="resolving sources" id=gi4fD namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:51Z" level=info msg="checking if subscriptions need update" id=gi4fD namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:51Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=gi4fD namespace=kubevirt-test-alternative1 time="2024-07-20T18:32:53Z" level=info msg="resolving sources" id=yw68q namespace=kubevirt-test-operator1 time="2024-07-20T18:32:53Z" level=info msg="checking if subscriptions need update" id=yw68q namespace=kubevirt-test-operator1 time="2024-07-20T18:32:53Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=yw68q namespace=kubevirt-test-operator1 time="2024-07-20T18:32:53Z" level=info msg="resolving sources" id=zvgpw namespace=kubevirt-test-operator1 time="2024-07-20T18:32:53Z" level=info msg="checking if subscriptions need update" id=zvgpw namespace=kubevirt-test-operator1 time="2024-07-20T18:32:53Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=zvgpw namespace=kubevirt-test-operator1 time="2024-07-20T18:33:16Z" level=info msg="resolving sources" id=ZQUeJ namespace=kubevirt-test-default1 time="2024-07-20T18:33:16Z" level=info msg="checking if subscriptions need update" id=ZQUeJ namespace=kubevirt-test-default1 time="2024-07-20T18:33:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=ZQUeJ namespace=kubevirt-test-default1 time="2024-07-20T18:33:16Z" level=info msg="resolving sources" id=jkA9F namespace=kubevirt-test-default1 time="2024-07-20T18:33:16Z" level=info msg="checking if subscriptions need update" id=jkA9F namespace=kubevirt-test-default1 time="2024-07-20T18:33:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=jkA9F namespace=kubevirt-test-default1 time="2024-07-20T18:33:17Z" level=info msg="resolving sources" id=eqNAn namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:17Z" level=info msg="checking if subscriptions need update" id=eqNAn namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:17Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=eqNAn namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:17Z" level=info msg="resolving sources" id=YUftD namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:17Z" level=info msg="checking if subscriptions need update" id=YUftD namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:17Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=YUftD namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:19Z" level=info msg="resolving sources" id=Rd4H2 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:19Z" level=info msg="checking if subscriptions need update" id=Rd4H2 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Rd4H2 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:19Z" level=info msg="resolving sources" id=lMIm7 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:19Z" level=info msg="checking if subscriptions need update" id=lMIm7 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=lMIm7 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:23Z" level=info msg="resolving sources" id=15376 namespace=kubevirt-test-default1 time="2024-07-20T18:33:23Z" level=info msg="checking if subscriptions need update" id=15376 namespace=kubevirt-test-default1 time="2024-07-20T18:33:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=15376 namespace=kubevirt-test-default1 time="2024-07-20T18:33:23Z" level=info msg="resolving sources" id=V6oIP namespace=kubevirt-test-default1 time="2024-07-20T18:33:23Z" level=info msg="checking if subscriptions need update" id=V6oIP namespace=kubevirt-test-default1 time="2024-07-20T18:33:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=V6oIP namespace=kubevirt-test-default1 time="2024-07-20T18:33:24Z" level=info msg="resolving sources" id=K7ypu namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:24Z" level=info msg="checking if subscriptions need update" id=K7ypu namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=K7ypu namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:24Z" level=info msg="resolving sources" id=mwuYk namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:24Z" level=info msg="checking if subscriptions need update" id=mwuYk namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=mwuYk namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:26Z" level=info msg="resolving sources" id=tdGRV namespace=kubevirt-test-operator1 time="2024-07-20T18:33:26Z" level=info msg="checking if subscriptions need update" id=tdGRV namespace=kubevirt-test-operator1 time="2024-07-20T18:33:26Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=tdGRV namespace=kubevirt-test-operator1 time="2024-07-20T18:33:26Z" level=info msg="resolving sources" id=GPiFa namespace=kubevirt-test-operator1 time="2024-07-20T18:33:26Z" level=info msg="checking if subscriptions need update" id=GPiFa namespace=kubevirt-test-operator1 time="2024-07-20T18:33:26Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=GPiFa namespace=kubevirt-test-operator1 time="2024-07-20T18:33:31Z" level=info msg="resolving sources" id=EXII9 namespace=kubevirt-test-default1 time="2024-07-20T18:33:31Z" level=info msg="checking if subscriptions need update" id=EXII9 namespace=kubevirt-test-default1 time="2024-07-20T18:33:31Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=EXII9 namespace=kubevirt-test-default1 time="2024-07-20T18:33:31Z" level=info msg="resolving sources" id=fA62T namespace=kubevirt-test-default1 time="2024-07-20T18:33:31Z" level=info msg="checking if subscriptions need update" id=fA62T namespace=kubevirt-test-default1 time="2024-07-20T18:33:31Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=fA62T namespace=kubevirt-test-default1 time="2024-07-20T18:33:32Z" level=info msg="resolving sources" id=vkpW3 namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:32Z" level=info msg="checking if subscriptions need update" id=vkpW3 namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:32Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=vkpW3 namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:32Z" level=info msg="resolving sources" id=NI3OI namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:32Z" level=info msg="checking if subscriptions need update" id=NI3OI namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:32Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=NI3OI namespace=kubevirt-test-alternative1 time="2024-07-20T18:33:34Z" level=info msg="resolving sources" id=DmzSR namespace=kubevirt-test-operator1 time="2024-07-20T18:33:34Z" level=info msg="checking if subscriptions need update" id=DmzSR namespace=kubevirt-test-operator1 time="2024-07-20T18:33:34Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=DmzSR namespace=kubevirt-test-operator1 time="2024-07-20T18:33:34Z" level=info msg="resolving sources" id=DE0k3 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:34Z" level=info msg="checking if subscriptions need update" id=DE0k3 namespace=kubevirt-test-operator1 time="2024-07-20T18:33:34Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=DE0k3 namespace=kubevirt-test-operator1 time="2024-07-20T18:34:52Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=m/47E time="2024-07-20T18:34:52Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:34:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=m/47E time="2024-07-20T18:35:20Z" level=info msg="resolving sources" id=4Dlwb namespace=kubevirt-test-default1 time="2024-07-20T18:35:20Z" level=info msg="checking if subscriptions need update" id=4Dlwb namespace=kubevirt-test-default1 time="2024-07-20T18:35:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=4Dlwb namespace=kubevirt-test-default1 time="2024-07-20T18:35:20Z" level=info msg="resolving sources" id=aVOxg namespace=kubevirt-test-default1 time="2024-07-20T18:35:20Z" level=info msg="checking if subscriptions need update" id=aVOxg namespace=kubevirt-test-default1 time="2024-07-20T18:35:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=aVOxg namespace=kubevirt-test-default1 time="2024-07-20T18:35:21Z" level=info msg="resolving sources" id=oRgNa namespace=kubevirt-test-alternative1 time="2024-07-20T18:35:21Z" level=info msg="checking if subscriptions need update" id=oRgNa namespace=kubevirt-test-alternative1 time="2024-07-20T18:35:21Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=oRgNa namespace=kubevirt-test-alternative1 time="2024-07-20T18:35:21Z" level=info msg="resolving sources" id=Xbhjd namespace=kubevirt-test-alternative1 time="2024-07-20T18:35:21Z" level=info msg="checking if subscriptions need update" id=Xbhjd namespace=kubevirt-test-alternative1 time="2024-07-20T18:35:21Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=Xbhjd namespace=kubevirt-test-alternative1 time="2024-07-20T18:35:23Z" level=info msg="resolving sources" id=sh/vF namespace=kubevirt-test-operator1 time="2024-07-20T18:35:23Z" level=info msg="checking if subscriptions need update" id=sh/vF namespace=kubevirt-test-operator1 time="2024-07-20T18:35:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=sh/vF namespace=kubevirt-test-operator1 time="2024-07-20T18:35:23Z" level=info msg="resolving sources" id=rrTOx namespace=kubevirt-test-operator1 time="2024-07-20T18:35:23Z" level=info msg="checking if subscriptions need update" id=rrTOx namespace=kubevirt-test-operator1 time="2024-07-20T18:35:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=rrTOx namespace=kubevirt-test-operator1 time="2024-07-20T18:36:03Z" level=info msg="resolving sources" id=odId5 namespace=kubevirt-test-default1 time="2024-07-20T18:36:03Z" level=info msg="checking if subscriptions need update" id=odId5 namespace=kubevirt-test-default1 time="2024-07-20T18:36:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=odId5 namespace=kubevirt-test-default1 time="2024-07-20T18:36:03Z" level=info msg="resolving sources" id=eu+Eb namespace=kubevirt-test-default1 time="2024-07-20T18:36:03Z" level=info msg="checking if subscriptions need update" id=eu+Eb namespace=kubevirt-test-default1 time="2024-07-20T18:36:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=eu+Eb namespace=kubevirt-test-default1 time="2024-07-20T18:36:04Z" level=info msg="resolving sources" id=PzSEl namespace=kubevirt-test-alternative1 time="2024-07-20T18:36:04Z" level=info msg="checking if subscriptions need update" id=PzSEl namespace=kubevirt-test-alternative1 time="2024-07-20T18:36:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=PzSEl namespace=kubevirt-test-alternative1 time="2024-07-20T18:36:04Z" level=info msg="resolving sources" id=xwtdB namespace=kubevirt-test-alternative1 time="2024-07-20T18:36:04Z" level=info msg="checking if subscriptions need update" id=xwtdB namespace=kubevirt-test-alternative1 time="2024-07-20T18:36:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=xwtdB namespace=kubevirt-test-alternative1 time="2024-07-20T18:36:07Z" level=info msg="resolving sources" id=QOgMn namespace=kubevirt-test-operator1 time="2024-07-20T18:36:07Z" level=info msg="checking if subscriptions need update" id=QOgMn namespace=kubevirt-test-operator1 time="2024-07-20T18:36:07Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=QOgMn namespace=kubevirt-test-operator1 time="2024-07-20T18:36:07Z" level=info msg="resolving sources" id=Cktdc namespace=kubevirt-test-operator1 time="2024-07-20T18:36:07Z" level=info msg="checking if subscriptions need update" id=Cktdc namespace=kubevirt-test-operator1 time="2024-07-20T18:36:07Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Cktdc namespace=kubevirt-test-operator1 time="2024-07-20T18:37:15Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:15Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n8HSb time="2024-07-20T18:37:46Z" level=info msg="resolving sources" id=ZSne7 namespace=kubevirt-test-default1 time="2024-07-20T18:37:46Z" level=info msg="checking if subscriptions need update" id=ZSne7 namespace=kubevirt-test-default1 time="2024-07-20T18:37:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=ZSne7 namespace=kubevirt-test-default1 time="2024-07-20T18:37:46Z" level=info msg="resolving sources" id=RKUZ5 namespace=kubevirt-test-default1 time="2024-07-20T18:37:46Z" level=info msg="checking if subscriptions need update" id=RKUZ5 namespace=kubevirt-test-default1 time="2024-07-20T18:37:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=RKUZ5 namespace=kubevirt-test-default1 time="2024-07-20T18:37:47Z" level=info msg="resolving sources" id=9eD+C namespace=kubevirt-test-alternative1 time="2024-07-20T18:37:47Z" level=info msg="checking if subscriptions need update" id=9eD+C namespace=kubevirt-test-alternative1 time="2024-07-20T18:37:47Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=9eD+C namespace=kubevirt-test-alternative1 time="2024-07-20T18:37:47Z" level=info msg="resolving sources" id=xojPo namespace=kubevirt-test-alternative1 time="2024-07-20T18:37:47Z" level=info msg="checking if subscriptions need update" id=xojPo namespace=kubevirt-test-alternative1 time="2024-07-20T18:37:47Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=xojPo namespace=kubevirt-test-alternative1 time="2024-07-20T18:37:49Z" level=info msg="resolving sources" id=cn3zo namespace=kubevirt-test-operator1 time="2024-07-20T18:37:49Z" level=info msg="checking if subscriptions need update" id=cn3zo namespace=kubevirt-test-operator1 time="2024-07-20T18:37:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=cn3zo namespace=kubevirt-test-operator1 time="2024-07-20T18:37:49Z" level=info msg="resolving sources" id=+cSiW namespace=kubevirt-test-operator1 time="2024-07-20T18:37:49Z" level=info msg="checking if subscriptions need update" id=+cSiW namespace=kubevirt-test-operator1 time="2024-07-20T18:37:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=+cSiW namespace=kubevirt-test-operator1 time="2024-07-20T18:38:10Z" level=info msg="resolving sources" id=LeJ+k namespace=kubevirt-test-default1 time="2024-07-20T18:38:10Z" level=info msg="checking if subscriptions need update" id=LeJ+k namespace=kubevirt-test-default1 time="2024-07-20T18:38:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=LeJ+k namespace=kubevirt-test-default1 time="2024-07-20T18:38:10Z" level=info msg="resolving sources" id=uEVfQ namespace=kubevirt-test-default1 time="2024-07-20T18:38:10Z" level=info msg="checking if subscriptions need update" id=uEVfQ namespace=kubevirt-test-default1 time="2024-07-20T18:38:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=uEVfQ namespace=kubevirt-test-default1 time="2024-07-20T18:38:11Z" level=info msg="resolving sources" id=3CCQi namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:11Z" level=info msg="checking if subscriptions need update" id=3CCQi namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:11Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=3CCQi namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:11Z" level=info msg="resolving sources" id=1nVSo namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:11Z" level=info msg="checking if subscriptions need update" id=1nVSo namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:11Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=1nVSo namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:13Z" level=info msg="resolving sources" id=FOWy9 namespace=kubevirt-test-operator1 time="2024-07-20T18:38:13Z" level=info msg="checking if subscriptions need update" id=FOWy9 namespace=kubevirt-test-operator1 time="2024-07-20T18:38:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=FOWy9 namespace=kubevirt-test-operator1 time="2024-07-20T18:38:13Z" level=info msg="resolving sources" id=1jIaB namespace=kubevirt-test-operator1 time="2024-07-20T18:38:13Z" level=info msg="checking if subscriptions need update" id=1jIaB namespace=kubevirt-test-operator1 time="2024-07-20T18:38:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=1jIaB namespace=kubevirt-test-operator1 time="2024-07-20T18:38:56Z" level=info msg="resolving sources" id=Jj+/i namespace=kubevirt-test-default1 time="2024-07-20T18:38:56Z" level=info msg="checking if subscriptions need update" id=Jj+/i namespace=kubevirt-test-default1 time="2024-07-20T18:38:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Jj+/i namespace=kubevirt-test-default1 time="2024-07-20T18:38:56Z" level=info msg="resolving sources" id=AjBla namespace=kubevirt-test-default1 time="2024-07-20T18:38:56Z" level=info msg="checking if subscriptions need update" id=AjBla namespace=kubevirt-test-default1 time="2024-07-20T18:38:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=AjBla namespace=kubevirt-test-default1 time="2024-07-20T18:38:57Z" level=info msg="resolving sources" id=ruGPn namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:57Z" level=info msg="checking if subscriptions need update" id=ruGPn namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=ruGPn namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:57Z" level=info msg="resolving sources" id=7usJJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:57Z" level=info msg="checking if subscriptions need update" id=7usJJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=7usJJ namespace=kubevirt-test-alternative1 time="2024-07-20T18:38:59Z" level=info msg="resolving sources" id=puZpu namespace=kubevirt-test-operator1 time="2024-07-20T18:38:59Z" level=info msg="checking if subscriptions need update" id=puZpu namespace=kubevirt-test-operator1 time="2024-07-20T18:38:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=puZpu namespace=kubevirt-test-operator1 time="2024-07-20T18:38:59Z" level=info msg="resolving sources" id=mmUk3 namespace=kubevirt-test-operator1 time="2024-07-20T18:38:59Z" level=info msg="checking if subscriptions need update" id=mmUk3 namespace=kubevirt-test-operator1 time="2024-07-20T18:38:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=mmUk3 namespace=kubevirt-test-operator1 time="2024-07-20T18:39:14Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="catalog update required at 2024-07-20 18:39:14.834980457 +0000 UTC m=+7977.791402166" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=vXC1F time="2024-07-20T18:39:14Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:14Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:15Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:15Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:15Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R54V/ time="2024-07-20T18:39:15Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:15Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:16Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:16Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=sz/W2 time="2024-07-20T18:39:16Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:16Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5vzzu time="2024-07-20T18:39:17Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:17Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:18Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:18Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=VXQwh time="2024-07-20T18:39:18Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:18Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:19Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:19Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PTJZ8 time="2024-07-20T18:39:19Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:19Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:20Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=HX+GX time="2024-07-20T18:39:24Z" level=info msg="resolving sources" id=yiIE8 namespace=kubevirt-test-default1 time="2024-07-20T18:39:24Z" level=info msg="checking if subscriptions need update" id=yiIE8 namespace=kubevirt-test-default1 time="2024-07-20T18:39:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=yiIE8 namespace=kubevirt-test-default1 time="2024-07-20T18:39:24Z" level=info msg="resolving sources" id=bfJ6+ namespace=kubevirt-test-default1 time="2024-07-20T18:39:24Z" level=info msg="checking if subscriptions need update" id=bfJ6+ namespace=kubevirt-test-default1 time="2024-07-20T18:39:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=bfJ6+ namespace=kubevirt-test-default1 time="2024-07-20T18:39:24Z" level=info msg="resolving sources" id=A9lau namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:24Z" level=info msg="checking if subscriptions need update" id=A9lau namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=A9lau namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:24Z" level=info msg="resolving sources" id=0IfSW namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:24Z" level=info msg="checking if subscriptions need update" id=0IfSW namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=0IfSW namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:25Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=pUh1c time="2024-07-20T18:39:25Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=kr+qM time="2024-07-20T18:39:25Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:25Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:25Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=qweTY time="2024-07-20T18:39:25Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:25Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:26Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:26Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:26Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=qweTY time="2024-07-20T18:39:27Z" level=info msg="resolving sources" id=zEQ3f namespace=kubevirt-test-operator1 time="2024-07-20T18:39:27Z" level=info msg="checking if subscriptions need update" id=zEQ3f namespace=kubevirt-test-operator1 time="2024-07-20T18:39:27Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=zEQ3f namespace=kubevirt-test-operator1 time="2024-07-20T18:39:27Z" level=info msg="resolving sources" id=X7jVC namespace=kubevirt-test-operator1 time="2024-07-20T18:39:27Z" level=info msg="checking if subscriptions need update" id=X7jVC namespace=kubevirt-test-operator1 time="2024-07-20T18:39:27Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=X7jVC namespace=kubevirt-test-operator1 time="2024-07-20T18:39:27Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:27Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=n+J9p time="2024-07-20T18:39:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=AkA6o time="2024-07-20T18:39:28Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:28Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Xo6Dz time="2024-07-20T18:39:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="catalog update required at 2024-07-20 18:39:38.777252928 +0000 UTC m=+8001.733674637" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=xfWsb time="2024-07-20T18:39:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=u5Mhb time="2024-07-20T18:39:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=seMfS time="2024-07-20T18:39:39Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=seMfS time="2024-07-20T18:39:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=1SQxY time="2024-07-20T18:39:40Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:40Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7VLQK time="2024-07-20T18:39:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=HdSi0 time="2024-07-20T18:39:42Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:42Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=DWtZo time="2024-07-20T18:39:43Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:43Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=HAIWz namespace=openshift-dns time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=HAIWz namespace=openshift-dns time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=11bFn namespace=openshift-apiserver-operator time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=11bFn namespace=openshift-apiserver-operator time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=HAIWz namespace=openshift-dns time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=NIeD8 namespace=openshift-ingress-operator time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=NIeD8 namespace=openshift-ingress-operator time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=11bFn namespace=openshift-apiserver-operator time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=hOSIy namespace=openshift-marketplace time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=hOSIy namespace=openshift-marketplace time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=NIeD8 namespace=openshift-ingress-operator time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=u5/Cx namespace=openshift-network-diagnostics time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=u5/Cx namespace=openshift-network-diagnostics time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=u5/Cx namespace=openshift-network-diagnostics time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=zNM/M namespace=openshift-ovn-kubernetes time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=zNM/M namespace=openshift-ovn-kubernetes time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=hOSIy namespace=openshift-marketplace time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=yodxY namespace=openshift-service-ca time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=yodxY namespace=openshift-service-ca time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=zNM/M namespace=openshift-ovn-kubernetes time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=GKuxd namespace=openshift-virtualization-os-images time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=GKuxd namespace=openshift-virtualization-os-images time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=yodxY namespace=openshift-service-ca time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=2LRLh namespace=openshift-cluster-csi-drivers time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=2LRLh namespace=openshift-cluster-csi-drivers time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=2LRLh namespace=openshift-cluster-csi-drivers time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=T0c4E namespace=openshift-cluster-storage-operator time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=T0c4E namespace=openshift-cluster-storage-operator time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-virtualization-os-images" id=GKuxd namespace=openshift-virtualization-os-images time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=bqPM/ namespace=openshift-controller-manager-operator time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=bqPM/ namespace=openshift-controller-manager-operator time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=T0c4E namespace=openshift-cluster-storage-operator time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=WEcbr namespace=openshift-kube-controller-manager time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=WEcbr namespace=openshift-kube-controller-manager time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=bqPM/ namespace=openshift-controller-manager-operator time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=RlHP+ namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=RlHP+ namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:39:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=QZ/uL time="2024-07-20T18:39:44Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=WEcbr namespace=openshift-kube-controller-manager time="2024-07-20T18:39:44Z" level=info msg="resolving sources" id=tUyxh namespace=openshift-monitoring time="2024-07-20T18:39:44Z" level=info msg="checking if subscriptions need update" id=tUyxh namespace=openshift-monitoring time="2024-07-20T18:39:45Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=RlHP+ namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:39:45Z" level=info msg="resolving sources" id=LPTo5 namespace=openshift-openstack-infra time="2024-07-20T18:39:45Z" level=info msg="checking if subscriptions need update" id=LPTo5 namespace=openshift-openstack-infra time="2024-07-20T18:39:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=noBjs time="2024-07-20T18:39:45Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=tUyxh namespace=openshift-monitoring time="2024-07-20T18:39:45Z" level=info msg="resolving sources" id=GbK5z namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:45Z" level=info msg="checking if subscriptions need update" id=GbK5z namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:45Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=LPTo5 namespace=openshift-openstack-infra time="2024-07-20T18:39:45Z" level=info msg="resolving sources" id=mwsEL namespace=openshift-cloud-platform-infra time="2024-07-20T18:39:45Z" level=info msg="checking if subscriptions need update" id=mwsEL namespace=openshift-cloud-platform-infra time="2024-07-20T18:39:45Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=GbK5z namespace=kubevirt-test-alternative1 time="2024-07-20T18:39:45Z" level=info msg="resolving sources" id=2GpMd namespace=openshift-config-operator time="2024-07-20T18:39:45Z" level=info msg="checking if subscriptions need update" id=2GpMd namespace=openshift-config-operator time="2024-07-20T18:39:45Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=noBjs time="2024-07-20T18:39:45Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=mwsEL namespace=openshift-cloud-platform-infra time="2024-07-20T18:39:45Z" level=info msg="resolving sources" id=eyHNC namespace=openshift-host-network time="2024-07-20T18:39:45Z" level=info msg="checking if subscriptions need update" id=eyHNC namespace=openshift-host-network time="2024-07-20T18:39:46Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=2GpMd namespace=openshift-config-operator time="2024-07-20T18:39:46Z" level=info msg="resolving sources" id=nn/F9 namespace=openshift-infra time="2024-07-20T18:39:46Z" level=info msg="checking if subscriptions need update" id=nn/F9 namespace=openshift-infra time="2024-07-20T18:39:46Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=eyHNC namespace=openshift-host-network time="2024-07-20T18:39:46Z" level=info msg="resolving sources" id=1WYak namespace=openshift-ovirt-infra time="2024-07-20T18:39:46Z" level=info msg="checking if subscriptions need update" id=1WYak namespace=openshift-ovirt-infra time="2024-07-20T18:39:46Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=nn/F9 namespace=openshift-infra time="2024-07-20T18:39:46Z" level=info msg="resolving sources" id=JrA6k namespace=openshift-storage time="2024-07-20T18:39:46Z" level=info msg="checking if subscriptions need update" id=JrA6k namespace=openshift-storage time="2024-07-20T18:39:46Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=1WYak namespace=openshift-ovirt-infra time="2024-07-20T18:39:46Z" level=info msg="resolving sources" id=ng/3a namespace=openshift-authentication time="2024-07-20T18:39:46Z" level=info msg="checking if subscriptions need update" id=ng/3a namespace=openshift-authentication time="2024-07-20T18:39:47Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=ng/3a namespace=openshift-authentication time="2024-07-20T18:39:47Z" level=info msg="resolving sources" id=edxp3 namespace=openshift-e2e-loki time="2024-07-20T18:39:47Z" level=info msg="checking if subscriptions need update" id=edxp3 namespace=openshift-e2e-loki time="2024-07-20T18:39:47Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=edxp3 namespace=openshift-e2e-loki time="2024-07-20T18:39:47Z" level=info msg="resolving sources" id=INta4 namespace=openshift-user-workload-monitoring time="2024-07-20T18:39:47Z" level=info msg="checking if subscriptions need update" id=INta4 namespace=openshift-user-workload-monitoring time="2024-07-20T18:39:47Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=INta4 namespace=openshift-user-workload-monitoring time="2024-07-20T18:39:47Z" level=info msg="resolving sources" id=uFWhC namespace=openshift-vsphere-infra time="2024-07-20T18:39:47Z" level=info msg="checking if subscriptions need update" id=uFWhC namespace=openshift-vsphere-infra time="2024-07-20T18:39:48Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=uFWhC namespace=openshift-vsphere-infra time="2024-07-20T18:39:48Z" level=info msg="resolving sources" id=orkv1 namespace=openshift-console-user-settings time="2024-07-20T18:39:48Z" level=info msg="checking if subscriptions need update" id=orkv1 namespace=openshift-console-user-settings time="2024-07-20T18:39:48Z" level=info msg="resolving subscriptions in namespace" id=JrA6k namespace=openshift-storage time="2024-07-20T18:39:48Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=orkv1 namespace=openshift-console-user-settings time="2024-07-20T18:39:48Z" level=info msg="resolving sources" id=W1kIP namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:39:48Z" level=info msg="checking if subscriptions need update" id=W1kIP namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:39:49Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=W1kIP namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:39:49Z" level=info msg="resolving sources" id=zbmF0 namespace=openshift-kube-apiserver-operator time="2024-07-20T18:39:49Z" level=info msg="checking if subscriptions need update" id=zbmF0 namespace=openshift-kube-apiserver-operator time="2024-07-20T18:39:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=sw2DI time="2024-07-20T18:39:49Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=zbmF0 namespace=openshift-kube-apiserver-operator time="2024-07-20T18:39:49Z" level=info msg="resolving sources" id=0GM7q namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:39:49Z" level=info msg="checking if subscriptions need update" id=0GM7q namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:39:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Wu/pb time="2024-07-20T18:39:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=0GM7q namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:39:49Z" level=info msg="resolving sources" id=TBBLp namespace=openshift time="2024-07-20T18:39:49Z" level=info msg="checking if subscriptions need update" id=TBBLp namespace=openshift time="2024-07-20T18:39:49Z" level=info msg="No subscriptions were found in namespace openshift" id=TBBLp namespace=openshift time="2024-07-20T18:39:49Z" level=info msg="resolving sources" id=4fJdo namespace=openshift-cluster-machine-approver time="2024-07-20T18:39:49Z" level=info msg="checking if subscriptions need update" id=4fJdo namespace=openshift-cluster-machine-approver time="2024-07-20T18:39:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:49Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=4fJdo namespace=openshift-cluster-machine-approver time="2024-07-20T18:39:49Z" level=info msg="resolving sources" id=9MiBZ namespace=openshift-dns-operator time="2024-07-20T18:39:49Z" level=info msg="checking if subscriptions need update" id=9MiBZ namespace=openshift-dns-operator time="2024-07-20T18:39:50Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=9MiBZ namespace=openshift-dns-operator time="2024-07-20T18:39:50Z" level=info msg="resolving sources" id=XdZch namespace=openshift-image-registry time="2024-07-20T18:39:50Z" level=info msg="checking if subscriptions need update" id=XdZch namespace=openshift-image-registry time="2024-07-20T18:39:50Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=XdZch namespace=openshift-image-registry time="2024-07-20T18:39:50Z" level=info msg="resolving sources" id=OWYV8 namespace=openshift-nutanix-infra time="2024-07-20T18:39:50Z" level=info msg="checking if subscriptions need update" id=OWYV8 namespace=openshift-nutanix-infra time="2024-07-20T18:39:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:50Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=OWYV8 namespace=openshift-nutanix-infra time="2024-07-20T18:39:50Z" level=info msg="resolving sources" id=uhvkB namespace=openshift-operators time="2024-07-20T18:39:50Z" level=info msg="checking if subscriptions need update" id=uhvkB namespace=openshift-operators time="2024-07-20T18:39:50Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=3WyrZ time="2024-07-20T18:39:50Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=uhvkB namespace=openshift-operators time="2024-07-20T18:39:50Z" level=info msg="resolving sources" id=iVkzi namespace=openshift-route-controller-manager time="2024-07-20T18:39:50Z" level=info msg="checking if subscriptions need update" id=iVkzi namespace=openshift-route-controller-manager time="2024-07-20T18:39:50Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=iVkzi namespace=openshift-route-controller-manager time="2024-07-20T18:39:50Z" level=info msg="resolving sources" id=5JfLV namespace=openshift-cnv time="2024-07-20T18:39:50Z" level=info msg="checking if subscriptions need update" id=5JfLV namespace=openshift-cnv time="2024-07-20T18:39:51Z" level=info msg="resolving subscriptions in namespace" id=5JfLV namespace=openshift-cnv time="2024-07-20T18:39:51Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=K5x1x time="2024-07-20T18:39:52Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=X5NsD time="2024-07-20T18:39:52Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:52Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=r0MCU time="2024-07-20T18:39:55Z" level=info msg="no subscriptions were updated" id=5JfLV namespace=openshift-cnv time="2024-07-20T18:39:55Z" level=info msg="resolving sources" id=1udYF namespace=openshift-cluster-version time="2024-07-20T18:39:55Z" level=info msg="checking if subscriptions need update" id=1udYF namespace=openshift-cluster-version time="2024-07-20T18:39:55Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=1udYF namespace=openshift-cluster-version time="2024-07-20T18:39:55Z" level=info msg="resolving sources" id=Md50R namespace=openshift-kube-scheduler time="2024-07-20T18:39:55Z" level=info msg="checking if subscriptions need update" id=Md50R namespace=openshift-kube-scheduler time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=Md50R namespace=openshift-kube-scheduler time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=GTv43 namespace=openshift-network-operator time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=GTv43 namespace=openshift-network-operator time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=GTv43 namespace=openshift-network-operator time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=Esu62 namespace=openshift-etcd-operator time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=Esu62 namespace=openshift-etcd-operator time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=Esu62 namespace=openshift-etcd-operator time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=Hx3qw namespace=openshift-service-ca-operator time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=Hx3qw namespace=openshift-service-ca-operator time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=Hx3qw namespace=openshift-service-ca-operator time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=f7+Wo namespace=openshift-node time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=f7+Wo namespace=openshift-node time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-node" id=f7+Wo namespace=openshift-node time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=m2YKV namespace=openshift-console time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=m2YKV namespace=openshift-console time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-console" id=m2YKV namespace=openshift-console time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=orHUB namespace=openshift-etcd time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=orHUB namespace=openshift-etcd time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=orHUB namespace=openshift-etcd time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=a3xGc namespace=openshift-kube-scheduler-operator time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=a3xGc namespace=openshift-kube-scheduler-operator time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=a3xGc namespace=openshift-kube-scheduler-operator time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=x7yn8 namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=x7yn8 namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=x7yn8 namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=FxX/3 namespace=openshift-machine-api time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=FxX/3 namespace=openshift-machine-api time="2024-07-20T18:39:56Z" level=info msg="no subscriptions were updated" id=JrA6k namespace=openshift-storage time="2024-07-20T18:39:56Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=FxX/3 namespace=openshift-machine-api time="2024-07-20T18:39:56Z" level=info msg="resolving sources" id=YqKTS namespace=kubevirt-test-default1 time="2024-07-20T18:39:56Z" level=info msg="checking if subscriptions need update" id=YqKTS namespace=kubevirt-test-default1 time="2024-07-20T18:39:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=YqKTS namespace=kubevirt-test-default1 time="2024-07-20T18:39:57Z" level=info msg="resolving sources" id=BbL7g namespace=kube-public time="2024-07-20T18:39:57Z" level=info msg="checking if subscriptions need update" id=BbL7g namespace=kube-public time="2024-07-20T18:39:58Z" level=info msg="resolving sources" id=Gwv9S namespace=openshift-authentication-operator time="2024-07-20T18:39:58Z" level=info msg="checking if subscriptions need update" id=Gwv9S namespace=openshift-authentication-operator time="2024-07-20T18:39:58Z" level=info msg="No subscriptions were found in namespace kube-public" id=BbL7g namespace=kube-public time="2024-07-20T18:39:58Z" level=info msg="resolving sources" id=Mh/Q9 namespace=openshift-config time="2024-07-20T18:39:58Z" level=info msg="checking if subscriptions need update" id=Mh/Q9 namespace=openshift-config time="2024-07-20T18:39:58Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=Gwv9S namespace=openshift-authentication-operator time="2024-07-20T18:39:58Z" level=info msg="resolving sources" id=QQibx namespace=openshift-machine-config-operator time="2024-07-20T18:39:58Z" level=info msg="checking if subscriptions need update" id=QQibx namespace=openshift-machine-config-operator time="2024-07-20T18:39:58Z" level=info msg="No subscriptions were found in namespace openshift-config" id=Mh/Q9 namespace=openshift-config time="2024-07-20T18:39:58Z" level=info msg="resolving sources" id=M9o8Y namespace=openshift-ingress time="2024-07-20T18:39:58Z" level=info msg="checking if subscriptions need update" id=M9o8Y namespace=openshift-ingress time="2024-07-20T18:39:59Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=QQibx namespace=openshift-machine-config-operator time="2024-07-20T18:39:59Z" level=info msg="resolving sources" id=wmXs1 namespace=openshift-insights time="2024-07-20T18:39:59Z" level=info msg="checking if subscriptions need update" id=wmXs1 namespace=openshift-insights time="2024-07-20T18:39:59Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=M9o8Y namespace=openshift-ingress time="2024-07-20T18:39:59Z" level=info msg="resolving sources" id=HSPQ9 namespace=openshift-multus time="2024-07-20T18:39:59Z" level=info msg="checking if subscriptions need update" id=HSPQ9 namespace=openshift-multus time="2024-07-20T18:39:59Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=wmXs1 namespace=openshift-insights time="2024-07-20T18:39:59Z" level=info msg="resolving sources" id=nDnhq namespace=openshift-cluster-samples-operator time="2024-07-20T18:39:59Z" level=info msg="checking if subscriptions need update" id=nDnhq namespace=openshift-cluster-samples-operator time="2024-07-20T18:39:59Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=HSPQ9 namespace=openshift-multus time="2024-07-20T18:39:59Z" level=info msg="resolving sources" id=201P2 namespace=openshift-kube-apiserver time="2024-07-20T18:39:59Z" level=info msg="checking if subscriptions need update" id=201P2 namespace=openshift-kube-apiserver time="2024-07-20T18:39:59Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=nDnhq namespace=openshift-cluster-samples-operator time="2024-07-20T18:39:59Z" level=info msg="resolving sources" id=tgKMZ namespace=openshift-network-node-identity time="2024-07-20T18:39:59Z" level=info msg="checking if subscriptions need update" id=tgKMZ namespace=openshift-network-node-identity time="2024-07-20T18:40:00Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=201P2 namespace=openshift-kube-apiserver time="2024-07-20T18:40:00Z" level=info msg="resolving sources" id=lyDb3 namespace=openshift-oauth-apiserver time="2024-07-20T18:40:00Z" level=info msg="checking if subscriptions need update" id=lyDb3 namespace=openshift-oauth-apiserver time="2024-07-20T18:40:00Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=tgKMZ namespace=openshift-network-node-identity time="2024-07-20T18:40:00Z" level=info msg="resolving sources" id=HfeF+ namespace=kube-system time="2024-07-20T18:40:00Z" level=info msg="checking if subscriptions need update" id=HfeF+ namespace=kube-system time="2024-07-20T18:40:00Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=lyDb3 namespace=openshift-oauth-apiserver time="2024-07-20T18:40:00Z" level=info msg="resolving sources" id=QiWI4 namespace=openshift-config-managed time="2024-07-20T18:40:00Z" level=info msg="checking if subscriptions need update" id=QiWI4 namespace=openshift-config-managed time="2024-07-20T18:40:00Z" level=info msg="No subscriptions were found in namespace kube-system" id=HfeF+ namespace=kube-system time="2024-07-20T18:40:00Z" level=info msg="resolving sources" id=4SblW namespace=openshift-ingress-canary time="2024-07-20T18:40:00Z" level=info msg="checking if subscriptions need update" id=4SblW namespace=openshift-ingress-canary time="2024-07-20T18:40:00Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=QiWI4 namespace=openshift-config-managed time="2024-07-20T18:40:00Z" level=info msg="resolving sources" id=U9tgD namespace=openshift-console-operator time="2024-07-20T18:40:00Z" level=info msg="checking if subscriptions need update" id=U9tgD namespace=openshift-console-operator time="2024-07-20T18:40:01Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=4SblW namespace=openshift-ingress-canary time="2024-07-20T18:40:01Z" level=info msg="resolving sources" id=EeNQm namespace=kubevirt-test-operator1 time="2024-07-20T18:40:01Z" level=info msg="checking if subscriptions need update" id=EeNQm namespace=kubevirt-test-operator1 time="2024-07-20T18:40:01Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=U9tgD namespace=openshift-console-operator time="2024-07-20T18:40:01Z" level=info msg="resolving sources" id=Tu24Z namespace=kubevirt-test-privileged1 time="2024-07-20T18:40:01Z" level=info msg="checking if subscriptions need update" id=Tu24Z namespace=kubevirt-test-privileged1 time="2024-07-20T18:40:01Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=EeNQm namespace=kubevirt-test-operator1 time="2024-07-20T18:40:01Z" level=info msg="resolving sources" id=E1/UI namespace=openshift-cloud-controller-manager time="2024-07-20T18:40:01Z" level=info msg="checking if subscriptions need update" id=E1/UI namespace=openshift-cloud-controller-manager time="2024-07-20T18:40:01Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=Tu24Z namespace=kubevirt-test-privileged1 time="2024-07-20T18:40:01Z" level=info msg="resolving sources" id=ap4/2 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:40:01Z" level=info msg="checking if subscriptions need update" id=ap4/2 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:40:01Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=E1/UI namespace=openshift-cloud-controller-manager time="2024-07-20T18:40:01Z" level=info msg="resolving sources" id=RILjO namespace=kube-node-lease time="2024-07-20T18:40:01Z" level=info msg="checking if subscriptions need update" id=RILjO namespace=kube-node-lease time="2024-07-20T18:40:02Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=ap4/2 namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:40:02Z" level=info msg="resolving sources" id=C6wIF namespace=openshift-cloud-credential-operator time="2024-07-20T18:40:02Z" level=info msg="checking if subscriptions need update" id=C6wIF namespace=openshift-cloud-credential-operator time="2024-07-20T18:40:02Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=RILjO namespace=kube-node-lease time="2024-07-20T18:40:02Z" level=info msg="resolving sources" id=rURtS namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:40:02Z" level=info msg="checking if subscriptions need update" id=rURtS namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:40:02Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=C6wIF namespace=openshift-cloud-credential-operator time="2024-07-20T18:40:02Z" level=info msg="resolving sources" id=Pvppp namespace=default time="2024-07-20T18:40:02Z" level=info msg="checking if subscriptions need update" id=Pvppp namespace=default time="2024-07-20T18:40:02Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=rURtS namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:40:02Z" level=info msg="resolving sources" id=Kr2YO namespace=openshift-apiserver time="2024-07-20T18:40:02Z" level=info msg="checking if subscriptions need update" id=Kr2YO namespace=openshift-apiserver time="2024-07-20T18:40:02Z" level=info msg="No subscriptions were found in namespace default" id=Pvppp namespace=default time="2024-07-20T18:40:02Z" level=info msg="resolving sources" id=1gTkA namespace=openshift-cloud-network-config-controller time="2024-07-20T18:40:02Z" level=info msg="checking if subscriptions need update" id=1gTkA namespace=openshift-cloud-network-config-controller time="2024-07-20T18:40:03Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=Kr2YO namespace=openshift-apiserver time="2024-07-20T18:40:03Z" level=info msg="resolving sources" id=Dhs3C namespace=openshift-controller-manager time="2024-07-20T18:40:03Z" level=info msg="checking if subscriptions need update" id=Dhs3C namespace=openshift-controller-manager time="2024-07-20T18:40:03Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=1gTkA namespace=openshift-cloud-network-config-controller time="2024-07-20T18:40:03Z" level=info msg="resolving sources" id=SvLFa namespace=openshift-kni-infra time="2024-07-20T18:40:03Z" level=info msg="checking if subscriptions need update" id=SvLFa namespace=openshift-kni-infra time="2024-07-20T18:40:03Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=Dhs3C namespace=openshift-controller-manager time="2024-07-20T18:40:03Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=SvLFa namespace=openshift-kni-infra time="2024-07-20T18:40:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:08Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=o8RUH time="2024-07-20T18:40:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="catalog update required at 2024-07-20 18:40:56.831953489 +0000 UTC m=+8079.788375198" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:56Z" level=info msg="catalog update required at 2024-07-20 18:40:56.834198826 +0000 UTC m=+8079.790620535" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:57Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=H+Fgv time="2024-07-20T18:40:57Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gZ2Oh time="2024-07-20T18:40:57Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:57Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:57Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:58Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:58Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:58Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=EmpGM time="2024-07-20T18:40:58Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:58Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=EmpGM time="2024-07-20T18:40:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:40:59Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:59Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:59Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=BiUiQ time="2024-07-20T18:40:59Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=nqTPa time="2024-07-20T18:40:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:40:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:41:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:41:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:41:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:41:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=NwNv6 time="2024-07-20T18:41:00Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:00Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:00Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:01Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:01Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:01Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7lZJV time="2024-07-20T18:41:01Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:01Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:02Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:02Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5VnZR time="2024-07-20T18:41:02Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:02Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:02Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:03Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:03Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:03Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=qQtjN time="2024-07-20T18:41:04Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:04Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:04Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=fN9dG time="2024-07-20T18:41:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=CYrNJ time="2024-07-20T18:41:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:08Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:08Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:08Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:08Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=sOup7 time="2024-07-20T18:41:08Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:08Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:09Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:09Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=5aqE1 time="2024-07-20T18:41:09Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:09Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:10Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:10Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:10Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AfNL4 time="2024-07-20T18:41:10Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:10Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:11Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:11Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:11Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=txaYi time="2024-07-20T18:41:11Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:11Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:11Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:11Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:11Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:11Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=phDW3 time="2024-07-20T18:41:11Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:11Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:12Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:12Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:12Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=GqymI time="2024-07-20T18:41:12Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:12Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:12Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=txaYi time="2024-07-20T18:41:12Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:12Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:13Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GqymI time="2024-07-20T18:41:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:14Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:14Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:14Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Y20e/ time="2024-07-20T18:41:15Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:15Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:15Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:15Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:15Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=fkFC/ time="2024-07-20T18:41:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=3IZyy time="2024-07-20T18:41:27Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:27Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=JCua+ time="2024-07-20T18:41:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9BhcF time="2024-07-20T18:41:53Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:53Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:53Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GgWRw time="2024-07-20T18:41:53Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:53Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=Hn9oE time="2024-07-20T18:41:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:54Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=p2ZTS time="2024-07-20T18:41:54Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:54Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:55Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:55Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=Hn9oE time="2024-07-20T18:41:55Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=FAz+Z time="2024-07-20T18:41:55Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:55Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:56Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:41:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=vn0hz time="2024-07-20T18:42:12Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:12Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:12Z" level=info msg="searching for current pods" time="2024-07-20T18:42:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="searching for current pods" time="2024-07-20T18:42:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="searching for current pods" time="2024-07-20T18:42:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="searching for current pods" time="2024-07-20T18:42:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="searching for current pods" time="2024-07-20T18:42:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="searching for current pods" time="2024-07-20T18:42:12Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:13Z" level=info msg="searching for current pods" time="2024-07-20T18:42:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:13Z" level=info msg="searching for current pods" time="2024-07-20T18:42:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:13Z" level=info msg="searching for current pods" time="2024-07-20T18:42:13Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:14Z" level=info msg="searching for current pods" time="2024-07-20T18:42:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:14Z" level=info msg="searching for current pods" time="2024-07-20T18:42:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:14Z" level=info msg="searching for current pods" time="2024-07-20T18:42:14Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:17Z" level=info msg="resolving sources" id=3oKDZ namespace=openshift-monitoring time="2024-07-20T18:42:17Z" level=info msg="checking if subscriptions need update" id=3oKDZ namespace=openshift-monitoring time="2024-07-20T18:42:17Z" level=info msg="resolving sources" id=DIgf0 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:42:17Z" level=info msg="checking if subscriptions need update" id=DIgf0 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:42:17Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=DIgf0 namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:42:17Z" level=info msg="resolving sources" id=wOdsg namespace=openshift-operators time="2024-07-20T18:42:17Z" level=info msg="checking if subscriptions need update" id=wOdsg namespace=openshift-operators time="2024-07-20T18:42:17Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=3oKDZ namespace=openshift-monitoring time="2024-07-20T18:42:17Z" level=info msg="resolving sources" id=dXfu/ namespace=openshift-storage time="2024-07-20T18:42:17Z" level=info msg="checking if subscriptions need update" id=dXfu/ namespace=openshift-storage time="2024-07-20T18:42:17Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=wOdsg namespace=openshift-operators time="2024-07-20T18:42:17Z" level=info msg="resolving sources" id=raJrd namespace=openshift-cnv time="2024-07-20T18:42:17Z" level=info msg="checking if subscriptions need update" id=raJrd namespace=openshift-cnv time="2024-07-20T18:42:17Z" level=info msg="resolving subscriptions in namespace" id=raJrd namespace=openshift-cnv time="2024-07-20T18:42:17Z" level=info msg="no subscriptions were updated" id=raJrd namespace=openshift-cnv time="2024-07-20T18:42:17Z" level=info msg="resolving subscriptions in namespace" id=dXfu/ namespace=openshift-storage time="2024-07-20T18:42:18Z" level=info msg="no subscriptions were updated" id=dXfu/ namespace=openshift-storage time="2024-07-20T18:42:19Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:19Z" level=info msg="resolving sources" id=VJVJh namespace=openshift-storage time="2024-07-20T18:42:19Z" level=info msg="checking if subscriptions need update" id=VJVJh namespace=openshift-storage time="2024-07-20T18:42:19Z" level=info msg="searching for current pods" time="2024-07-20T18:42:19Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="searching for current pods" time="2024-07-20T18:42:19Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="searching for current pods" time="2024-07-20T18:42:19Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="searching for current pods" time="2024-07-20T18:42:19Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="searching for current pods" time="2024-07-20T18:42:19Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:20Z" level=info msg="searching for current pods" time="2024-07-20T18:42:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:20Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:20Z" level=info msg="resolving sources" id=t93Qp namespace=openshift-cnv time="2024-07-20T18:42:20Z" level=info msg="checking if subscriptions need update" id=t93Qp namespace=openshift-cnv time="2024-07-20T18:42:20Z" level=info msg="searching for current pods" time="2024-07-20T18:42:20Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:20Z" level=info msg="resolving subscriptions in namespace" id=VJVJh namespace=openshift-storage time="2024-07-20T18:42:21Z" level=info msg="searching for current pods" time="2024-07-20T18:42:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:21Z" level=info msg="resolving subscriptions in namespace" id=t93Qp namespace=openshift-cnv time="2024-07-20T18:42:21Z" level=info msg="searching for current pods" time="2024-07-20T18:42:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:21Z" level=info msg="no subscriptions were updated" id=t93Qp namespace=openshift-cnv time="2024-07-20T18:42:21Z" level=info msg="no subscriptions were updated" id=VJVJh namespace=openshift-storage time="2024-07-20T18:42:21Z" level=info msg="searching for current pods" time="2024-07-20T18:42:21Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:22Z" level=info msg="searching for current pods" time="2024-07-20T18:42:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:22Z" level=info msg="searching for current pods" time="2024-07-20T18:42:22Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:25Z" level=info msg="resolving sources" id=ElxwH namespace=openshift-storage time="2024-07-20T18:42:25Z" level=info msg="checking if subscriptions need update" id=ElxwH namespace=openshift-storage time="2024-07-20T18:42:25Z" level=info msg="searching for current pods" time="2024-07-20T18:42:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="searching for current pods" time="2024-07-20T18:42:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="searching for current pods" time="2024-07-20T18:42:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="searching for current pods" time="2024-07-20T18:42:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="searching for current pods" time="2024-07-20T18:42:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="resolving subscriptions in namespace" id=ElxwH namespace=openshift-storage time="2024-07-20T18:42:25Z" level=info msg="searching for current pods" time="2024-07-20T18:42:25Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:26Z" level=info msg="no subscriptions were updated" id=ElxwH namespace=openshift-storage time="2024-07-20T18:42:28Z" level=info msg="resolving sources" id=0exYo namespace=openshift-storage time="2024-07-20T18:42:28Z" level=info msg="checking if subscriptions need update" id=0exYo namespace=openshift-storage time="2024-07-20T18:42:28Z" level=info msg="resolving subscriptions in namespace" id=0exYo namespace=openshift-storage time="2024-07-20T18:42:28Z" level=info msg="no subscriptions were updated" id=0exYo namespace=openshift-storage time="2024-07-20T18:42:31Z" level=info msg="resolving sources" id=ftstn namespace=openshift-storage time="2024-07-20T18:42:31Z" level=info msg="checking if subscriptions need update" id=ftstn namespace=openshift-storage time="2024-07-20T18:42:31Z" level=info msg="resolving subscriptions in namespace" id=ftstn namespace=openshift-storage time="2024-07-20T18:42:31Z" level=info msg="no subscriptions were updated" id=ftstn namespace=openshift-storage time="2024-07-20T18:42:58Z" level=info msg=syncing id=ooiEp ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T18:42:58Z" level=info msg=syncing id=4Kkus ip=install-2kj2m namespace=openshift-cnv phase=Complete time="2024-07-20T18:42:58Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:58Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:42:58Z" level=info msg="searching for current pods" time="2024-07-20T18:42:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="searching for current pods" time="2024-07-20T18:42:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="searching for current pods" time="2024-07-20T18:42:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="searching for current pods" time="2024-07-20T18:42:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="searching for current pods" time="2024-07-20T18:42:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="searching for current pods" time="2024-07-20T18:42:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:59Z" level=info msg="searching for current pods" time="2024-07-20T18:42:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:59Z" level=info msg="searching for current pods" time="2024-07-20T18:42:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:59Z" level=info msg="searching for current pods" time="2024-07-20T18:42:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:42:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:00Z" level=info msg="searching for current pods" time="2024-07-20T18:43:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:00Z" level=info msg="searching for current pods" time="2024-07-20T18:43:00Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:01Z" level=info msg="searching for current pods" time="2024-07-20T18:43:01Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:43:06Z" level=info msg="resolving sources" id=1BmN/ namespace=openshift-storage time="2024-07-20T18:43:06Z" level=info msg="checking if subscriptions need update" id=1BmN/ namespace=openshift-storage time="2024-07-20T18:43:06Z" level=info msg="resolving subscriptions in namespace" id=1BmN/ namespace=openshift-storage time="2024-07-20T18:43:06Z" level=info msg="resolving sources" id=bcAcE namespace=openshift-cnv time="2024-07-20T18:43:06Z" level=info msg="checking if subscriptions need update" id=bcAcE namespace=openshift-cnv time="2024-07-20T18:43:06Z" level=info msg="resolving subscriptions in namespace" id=bcAcE namespace=openshift-cnv time="2024-07-20T18:43:06Z" level=info msg="no subscriptions were updated" id=bcAcE namespace=openshift-cnv time="2024-07-20T18:43:07Z" level=info msg="no subscriptions were updated" id=1BmN/ namespace=openshift-storage time="2024-07-20T18:44:56Z" level=info msg="resolving sources" id=IQRBj namespace=kubevirt-test-default1 time="2024-07-20T18:44:56Z" level=info msg="checking if subscriptions need update" id=IQRBj namespace=kubevirt-test-default1 time="2024-07-20T18:44:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=IQRBj namespace=kubevirt-test-default1 time="2024-07-20T18:44:56Z" level=info msg="resolving sources" id=uuxNO namespace=kubevirt-test-default1 time="2024-07-20T18:44:56Z" level=info msg="checking if subscriptions need update" id=uuxNO namespace=kubevirt-test-default1 time="2024-07-20T18:44:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=uuxNO namespace=kubevirt-test-default1 time="2024-07-20T18:44:56Z" level=info msg="resolving sources" id=7ayEv namespace=kubevirt-test-alternative1 time="2024-07-20T18:44:56Z" level=info msg="checking if subscriptions need update" id=7ayEv namespace=kubevirt-test-alternative1 time="2024-07-20T18:44:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=7ayEv namespace=kubevirt-test-alternative1 time="2024-07-20T18:44:56Z" level=info msg="resolving sources" id=OJtGX namespace=kubevirt-test-alternative1 time="2024-07-20T18:44:56Z" level=info msg="checking if subscriptions need update" id=OJtGX namespace=kubevirt-test-alternative1 time="2024-07-20T18:44:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=OJtGX namespace=kubevirt-test-alternative1 time="2024-07-20T18:44:59Z" level=info msg="resolving sources" id=kdtPg namespace=kubevirt-test-operator1 time="2024-07-20T18:44:59Z" level=info msg="checking if subscriptions need update" id=kdtPg namespace=kubevirt-test-operator1 time="2024-07-20T18:44:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=kdtPg namespace=kubevirt-test-operator1 time="2024-07-20T18:44:59Z" level=info msg="resolving sources" id=n9hWy namespace=kubevirt-test-operator1 time="2024-07-20T18:44:59Z" level=info msg="checking if subscriptions need update" id=n9hWy namespace=kubevirt-test-operator1 time="2024-07-20T18:44:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=n9hWy namespace=kubevirt-test-operator1 time="2024-07-20T18:46:36Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=PQrpA time="2024-07-20T18:46:36Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:36Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=nM+lS time="2024-07-20T18:46:36Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:36Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:37Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ZwVSj time="2024-07-20T18:46:37Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:37Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:37Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=xen8P time="2024-07-20T18:46:37Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:37Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:37Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=aKEpO time="2024-07-20T18:46:37Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:37Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:38Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:38Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:38Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:38Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=xen8P time="2024-07-20T18:46:39Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:39Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:39Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=Tya0g time="2024-07-20T18:46:50Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=doXtK time="2024-07-20T18:46:50Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=doXtK time="2024-07-20T18:46:50Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=5//fH time="2024-07-20T18:46:50Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=W0BJ6 time="2024-07-20T18:46:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=5//fH time="2024-07-20T18:46:50Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:50Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:51Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=C5tpU time="2024-07-20T18:46:51Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:51Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Pt+kb time="2024-07-20T18:46:52Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:52Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:52Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C5tpU time="2024-07-20T18:46:52Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:52Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:52Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=mS02k time="2024-07-20T18:46:52Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:52Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:53Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:53Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:53Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:46:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=mS02k time="2024-07-20T18:47:22Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=sMhym time="2024-07-20T18:47:22Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=sMhym time="2024-07-20T18:47:22Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=ZonU6 time="2024-07-20T18:47:22Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:47:22Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Et/72 time="2024-07-20T18:49:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=7KOST time="2024-07-20T18:49:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="catalog update required at 2024-07-20 18:49:44.489169322 +0000 UTC m=+8607.445591021" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=7KOST time="2024-07-20T18:49:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/5tvs time="2024-07-20T18:49:44Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:44Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=z534k time="2024-07-20T18:49:45Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=z534k time="2024-07-20T18:49:45Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:45Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=l5fpc time="2024-07-20T18:49:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=jmYAA time="2024-07-20T18:49:48Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=oNA+c time="2024-07-20T18:49:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=/p8la time="2024-07-20T18:49:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:49Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=+TM// time="2024-07-20T18:49:49Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:49Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:50Z" level=info msg="catalog update required at 2024-07-20 18:49:50.071572588 +0000 UTC m=+8613.027994287" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:50Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=/p8la time="2024-07-20T18:49:50Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:50Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=+TM// time="2024-07-20T18:49:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=72/FW time="2024-07-20T18:49:51Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=72/FW time="2024-07-20T18:49:51Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:51Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=nqD7j time="2024-07-20T18:49:52Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:52Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:53Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=WOkU5 time="2024-07-20T18:49:54Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=YRPhn time="2024-07-20T18:49:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:55Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:55Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:55Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:55Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=LW85m time="2024-07-20T18:49:55Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:55Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=MaJGD time="2024-07-20T18:49:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:57Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=LW85m time="2024-07-20T18:49:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=D6Rj/ time="2024-07-20T18:49:57Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:58Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=D6Rj/ time="2024-07-20T18:49:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=/Innj time="2024-07-20T18:49:58Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=/Innj time="2024-07-20T18:49:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:49:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:50:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:50:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:50:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:50:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:50:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Gqlux time="2024-07-20T18:50:00Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:00Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:01Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:01Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:01Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:01Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=R/tfq time="2024-07-20T18:50:01Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:01Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:02Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:02Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:02Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:02Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:02Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=UkBPC time="2024-07-20T18:50:02Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:02Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=lAK+Z time="2024-07-20T18:50:03Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:03Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=ffLDy time="2024-07-20T18:50:04Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:04Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=NP9Z2 time="2024-07-20T18:50:14Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:14Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=E7A1Y time="2024-07-20T18:50:20Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=oXt74 time="2024-07-20T18:50:28Z" level=info msg="resolving sources" id=2BRAM namespace=kubevirt-test-default1 time="2024-07-20T18:50:28Z" level=info msg="checking if subscriptions need update" id=2BRAM namespace=kubevirt-test-default1 time="2024-07-20T18:50:28Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=2BRAM namespace=kubevirt-test-default1 time="2024-07-20T18:50:28Z" level=info msg="resolving sources" id=0fPto namespace=kubevirt-test-default1 time="2024-07-20T18:50:28Z" level=info msg="checking if subscriptions need update" id=0fPto namespace=kubevirt-test-default1 time="2024-07-20T18:50:28Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=0fPto namespace=kubevirt-test-default1 time="2024-07-20T18:50:29Z" level=info msg="resolving sources" id=sW3Gi namespace=kubevirt-test-alternative1 time="2024-07-20T18:50:29Z" level=info msg="checking if subscriptions need update" id=sW3Gi namespace=kubevirt-test-alternative1 time="2024-07-20T18:50:29Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=sW3Gi namespace=kubevirt-test-alternative1 time="2024-07-20T18:50:29Z" level=info msg="resolving sources" id=My8Ut namespace=kubevirt-test-alternative1 time="2024-07-20T18:50:29Z" level=info msg="checking if subscriptions need update" id=My8Ut namespace=kubevirt-test-alternative1 time="2024-07-20T18:50:29Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=My8Ut namespace=kubevirt-test-alternative1 time="2024-07-20T18:50:31Z" level=info msg="resolving sources" id=C11PH namespace=kubevirt-test-operator1 time="2024-07-20T18:50:31Z" level=info msg="checking if subscriptions need update" id=C11PH namespace=kubevirt-test-operator1 time="2024-07-20T18:50:31Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=C11PH namespace=kubevirt-test-operator1 time="2024-07-20T18:50:31Z" level=info msg="resolving sources" id=SAMwG namespace=kubevirt-test-operator1 time="2024-07-20T18:50:31Z" level=info msg="checking if subscriptions need update" id=SAMwG namespace=kubevirt-test-operator1 time="2024-07-20T18:50:31Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=SAMwG namespace=kubevirt-test-operator1 time="2024-07-20T18:51:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="catalog update required at 2024-07-20 18:51:16.777450094 +0000 UTC m=+8699.733871803" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Llvpo time="2024-07-20T18:51:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=wjjJx time="2024-07-20T18:51:16Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:16Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=GP8qC time="2024-07-20T18:51:17Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:17Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=7UkMY time="2024-07-20T18:51:18Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:18Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=9Cs5t time="2024-07-20T18:51:19Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:19Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:20Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:20Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:21Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:21Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:21Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=VtP+b time="2024-07-20T18:51:21Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:21Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:21Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:21Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:21Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:21Z" level=info msg="catalog update required at 2024-07-20 18:51:21.962128775 +0000 UTC m=+8704.918550484" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:22Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=p7zGG time="2024-07-20T18:51:22Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:22Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:22Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:22Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:22Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:22Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=moigy time="2024-07-20T18:51:22Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:22Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=ybqAK time="2024-07-20T18:51:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:23Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=moigy time="2024-07-20T18:51:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:24Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ybqAK time="2024-07-20T18:51:24Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:24Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:25Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BMKvg time="2024-07-20T18:51:25Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:25Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:26Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=H5NqB time="2024-07-20T18:51:26Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:26Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:27Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=0Qd7I time="2024-07-20T18:51:27Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:27Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:27Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:29Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=bBbc0 time="2024-07-20T18:51:29Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:29Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:29Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:29Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EP8dK time="2024-07-20T18:51:29Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:29Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:29Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:29Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:30Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:30Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:30Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=Ga19C time="2024-07-20T18:51:30Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:30Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:30Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:30Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:30Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:30Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=8qeoR time="2024-07-20T18:51:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:31Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:31Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=Ga19C time="2024-07-20T18:51:31Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:31Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:31Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:31Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:31Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:31Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=pq98k time="2024-07-20T18:51:31Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:31Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:32Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:32Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:32Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:32Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=pq98k time="2024-07-20T18:51:32Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:32Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:33Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:33Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:33Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=kjNAs time="2024-07-20T18:51:33Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:33Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:34Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:34Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=gVbxx time="2024-07-20T18:51:34Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:34Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:35Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:35Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:35Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:35Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:35Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=6YmGD time="2024-07-20T18:51:35Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:35Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=AV6eZ time="2024-07-20T18:51:36Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:36Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=eEYmm time="2024-07-20T18:51:46Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=r67NG time="2024-07-20T18:51:46Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:46Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=r67NG time="2024-07-20T18:51:52Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:51:52Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=+hxb4 time="2024-07-20T18:55:37Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9kzjX time="2024-07-20T18:55:37Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:37Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:37Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=9hVq6 time="2024-07-20T18:55:37Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:37Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=n34rK time="2024-07-20T18:55:38Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:38Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:38Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:38Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=L9+8u time="2024-07-20T18:55:38Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:38Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:39Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=n34rK time="2024-07-20T18:55:39Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:39Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:39Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:39Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:39Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=L9+8u time="2024-07-20T18:55:39Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:39Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:40Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:40Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:40Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=w22XG time="2024-07-20T18:55:40Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:40Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=w22XG time="2024-07-20T18:55:40Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:40Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:40Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=GYWQ7 time="2024-07-20T18:55:40Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:40Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=GYWQ7 time="2024-07-20T18:55:56Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:55:56Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:55:56Z" level=info msg="searching for current pods" time="2024-07-20T18:55:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="searching for current pods" time="2024-07-20T18:55:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="searching for current pods" time="2024-07-20T18:55:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="searching for current pods" time="2024-07-20T18:55:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="searching for current pods" time="2024-07-20T18:55:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="searching for current pods" time="2024-07-20T18:55:56Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:57Z" level=info msg="searching for current pods" time="2024-07-20T18:55:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:57Z" level=info msg="searching for current pods" time="2024-07-20T18:55:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:57Z" level=info msg="searching for current pods" time="2024-07-20T18:55:57Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:58Z" level=info msg="searching for current pods" time="2024-07-20T18:55:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:58Z" level=info msg="searching for current pods" time="2024-07-20T18:55:58Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:59Z" level=info msg="searching for current pods" time="2024-07-20T18:55:59Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:55:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:01Z" level=info msg="resolving sources" id=4tfp1 namespace=openshift-cnv time="2024-07-20T18:56:01Z" level=info msg="checking if subscriptions need update" id=4tfp1 namespace=openshift-cnv time="2024-07-20T18:56:01Z" level=info msg="resolving sources" id=QwznL namespace=openshift-storage time="2024-07-20T18:56:01Z" level=info msg="checking if subscriptions need update" id=QwznL namespace=openshift-storage time="2024-07-20T18:56:01Z" level=info msg="resolving subscriptions in namespace" id=4tfp1 namespace=openshift-cnv time="2024-07-20T18:56:01Z" level=info msg="resolving subscriptions in namespace" id=QwznL namespace=openshift-storage time="2024-07-20T18:56:03Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:56:03Z" level=info msg="searching for current pods" time="2024-07-20T18:56:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="searching for current pods" time="2024-07-20T18:56:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="searching for current pods" time="2024-07-20T18:56:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="searching for current pods" time="2024-07-20T18:56:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="searching for current pods" time="2024-07-20T18:56:03Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:03Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:04Z" level=info msg="searching for current pods" time="2024-07-20T18:56:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:04Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:56:04Z" level=info msg="searching for current pods" time="2024-07-20T18:56:04Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:04Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:05Z" level=info msg="searching for current pods" time="2024-07-20T18:56:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:05Z" level=info msg="searching for current pods" time="2024-07-20T18:56:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:05Z" level=info msg="searching for current pods" time="2024-07-20T18:56:05Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:06Z" level=info msg="searching for current pods" time="2024-07-20T18:56:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:06Z" level=info msg="searching for current pods" time="2024-07-20T18:56:06Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:08Z" level=info msg="no subscriptions were updated" id=4tfp1 namespace=openshift-cnv time="2024-07-20T18:56:08Z" level=info msg="resolving sources" id=3ILfN namespace=openshift-monitoring time="2024-07-20T18:56:08Z" level=info msg="checking if subscriptions need update" id=3ILfN namespace=openshift-monitoring time="2024-07-20T18:56:08Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=3ILfN namespace=openshift-monitoring time="2024-07-20T18:56:08Z" level=info msg="resolving sources" id=CRzve namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:56:08Z" level=info msg="checking if subscriptions need update" id=CRzve namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:56:08Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=CRzve namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:56:08Z" level=info msg="resolving sources" id=sRL9t namespace=openshift-operators time="2024-07-20T18:56:08Z" level=info msg="checking if subscriptions need update" id=sRL9t namespace=openshift-operators time="2024-07-20T18:56:08Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=sRL9t namespace=openshift-operators time="2024-07-20T18:56:08Z" level=info msg="resolving sources" id=Kz0oW namespace=kubevirt-test-default1 time="2024-07-20T18:56:08Z" level=info msg="checking if subscriptions need update" id=Kz0oW namespace=kubevirt-test-default1 time="2024-07-20T18:56:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Kz0oW namespace=kubevirt-test-default1 time="2024-07-20T18:56:08Z" level=info msg="resolving sources" id=7cVWS namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:08Z" level=info msg="checking if subscriptions need update" id=7cVWS namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=7cVWS namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:08Z" level=info msg="resolving sources" id=ujuZB namespace=kubevirt-test-operator1 time="2024-07-20T18:56:08Z" level=info msg="checking if subscriptions need update" id=ujuZB namespace=kubevirt-test-operator1 time="2024-07-20T18:56:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=ujuZB namespace=kubevirt-test-operator1 time="2024-07-20T18:56:09Z" level=info msg="no subscriptions were updated" id=QwznL namespace=openshift-storage time="2024-07-20T18:56:09Z" level=info msg="resolving sources" id=N+WpU namespace=kubevirt-test-default1 time="2024-07-20T18:56:09Z" level=info msg="checking if subscriptions need update" id=N+WpU namespace=kubevirt-test-default1 time="2024-07-20T18:56:09Z" level=info msg="resolving sources" id=hHXJi namespace=openshift-storage time="2024-07-20T18:56:09Z" level=info msg="checking if subscriptions need update" id=hHXJi namespace=openshift-storage time="2024-07-20T18:56:09Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:56:09Z" level=info msg="searching for current pods" time="2024-07-20T18:56:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="searching for current pods" time="2024-07-20T18:56:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="searching for current pods" time="2024-07-20T18:56:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="searching for current pods" time="2024-07-20T18:56:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="searching for current pods" time="2024-07-20T18:56:09Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:09Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=N+WpU namespace=kubevirt-test-default1 time="2024-07-20T18:56:09Z" level=info msg="resolving sources" id=v4peI namespace=kubevirt-test-default1 time="2024-07-20T18:56:09Z" level=info msg="checking if subscriptions need update" id=v4peI namespace=kubevirt-test-default1 time="2024-07-20T18:56:10Z" level=info msg="searching for current pods" time="2024-07-20T18:56:10Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:10Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=v4peI namespace=kubevirt-test-default1 time="2024-07-20T18:56:10Z" level=info msg="resolving sources" id=UZ4R5 namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:10Z" level=info msg="checking if subscriptions need update" id=UZ4R5 namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=UZ4R5 namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:10Z" level=info msg="resolving sources" id=UizBI namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:10Z" level=info msg="checking if subscriptions need update" id=UizBI namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=UizBI namespace=kubevirt-test-alternative1 time="2024-07-20T18:56:11Z" level=info msg="resolving subscriptions in namespace" id=hHXJi namespace=openshift-storage time="2024-07-20T18:56:12Z" level=info msg="no subscriptions were updated" id=hHXJi namespace=openshift-storage time="2024-07-20T18:56:12Z" level=info msg="resolving sources" id=hGMIH namespace=kubevirt-test-operator1 time="2024-07-20T18:56:12Z" level=info msg="checking if subscriptions need update" id=hGMIH namespace=kubevirt-test-operator1 time="2024-07-20T18:56:13Z" level=info msg="resolving sources" id=Ck47F namespace=openshift-storage time="2024-07-20T18:56:13Z" level=info msg="checking if subscriptions need update" id=Ck47F namespace=openshift-storage time="2024-07-20T18:56:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=hGMIH namespace=kubevirt-test-operator1 time="2024-07-20T18:56:13Z" level=info msg="resolving sources" id=CRjTq namespace=kubevirt-test-operator1 time="2024-07-20T18:56:13Z" level=info msg="checking if subscriptions need update" id=CRjTq namespace=kubevirt-test-operator1 time="2024-07-20T18:56:13Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=CRjTq namespace=kubevirt-test-operator1 time="2024-07-20T18:56:14Z" level=info msg="resolving subscriptions in namespace" id=Ck47F namespace=openshift-storage time="2024-07-20T18:56:15Z" level=info msg="no subscriptions were updated" id=Ck47F namespace=openshift-storage time="2024-07-20T18:56:15Z" level=info msg="resolving sources" id=tIoG2 namespace=openshift-cnv time="2024-07-20T18:56:15Z" level=info msg="checking if subscriptions need update" id=tIoG2 namespace=openshift-cnv time="2024-07-20T18:56:16Z" level=info msg="resolving subscriptions in namespace" id=tIoG2 namespace=openshift-cnv time="2024-07-20T18:56:16Z" level=info msg="no subscriptions were updated" id=tIoG2 namespace=openshift-cnv time="2024-07-20T18:56:42Z" level=info msg=syncing id=Y6mhi ip=install-6q97k namespace=openshift-storage phase=Complete time="2024-07-20T18:56:42Z" level=info msg=syncing id=mZGLG ip=install-2kj2m namespace=openshift-cnv phase=Complete time="2024-07-20T18:56:42Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:56:42Z" level=info msg=syncing event=update reconciling="*v1alpha1.Subscription" selflink= time="2024-07-20T18:56:42Z" level=info msg="searching for current pods" time="2024-07-20T18:56:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="searching for current pods" time="2024-07-20T18:56:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="searching for current pods" time="2024-07-20T18:56:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="searching for current pods" time="2024-07-20T18:56:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="searching for current pods" time="2024-07-20T18:56:42Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:43Z" level=info msg="searching for current pods" time="2024-07-20T18:56:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:43Z" level=info msg="searching for current pods" time="2024-07-20T18:56:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:43Z" level=info msg="searching for current pods" time="2024-07-20T18:56:43Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:44Z" level=info msg="searching for current pods" time="2024-07-20T18:56:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:44Z" level=info msg="searching for current pods" time="2024-07-20T18:56:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:44Z" level=info msg="searching for current pods" time="2024-07-20T18:56:44Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:45Z" level=info msg="searching for current pods" time="2024-07-20T18:56:45Z" level=info msg="evaluating current pod" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace time="2024-07-20T18:56:50Z" level=info msg="resolving sources" id=xDhJX namespace=openshift-storage time="2024-07-20T18:56:50Z" level=info msg="checking if subscriptions need update" id=xDhJX namespace=openshift-storage time="2024-07-20T18:56:50Z" level=info msg="resolving subscriptions in namespace" id=xDhJX namespace=openshift-storage time="2024-07-20T18:56:50Z" level=info msg="no subscriptions were updated" id=xDhJX namespace=openshift-storage time="2024-07-20T18:56:50Z" level=info msg="resolving sources" id=kLaNe namespace=openshift-cnv time="2024-07-20T18:56:50Z" level=info msg="checking if subscriptions need update" id=kLaNe namespace=openshift-cnv time="2024-07-20T18:56:51Z" level=info msg="resolving subscriptions in namespace" id=kLaNe namespace=openshift-cnv time="2024-07-20T18:56:51Z" level=info msg="no subscriptions were updated" id=kLaNe namespace=openshift-cnv time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=YA813 namespace=kubevirt-test-default1 time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=YA813 namespace=kubevirt-test-default1 time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=YA813 namespace=kubevirt-test-default1 time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=AJAm+ namespace=kubevirt-test-default1 time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=AJAm+ namespace=kubevirt-test-default1 time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=AJAm+ namespace=kubevirt-test-default1 time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=Dz84s namespace=default time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=Dz84s namespace=default time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=BGT6q namespace=openshift-apiserver time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=BGT6q namespace=openshift-apiserver time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace default" id=Dz84s namespace=default time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=G4I1L namespace=openshift-cloud-network-config-controller time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=G4I1L namespace=openshift-cloud-network-config-controller time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-apiserver" id=BGT6q namespace=openshift-apiserver time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=cNJ9p namespace=openshift-controller-manager time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=cNJ9p namespace=openshift-controller-manager time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-cloud-network-config-controller" id=G4I1L namespace=openshift-cloud-network-config-controller time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=FM+gV namespace=openshift-kni-infra time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=FM+gV namespace=openshift-kni-infra time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-kni-infra" id=FM+gV namespace=openshift-kni-infra time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=lQgPy namespace=openshift-apiserver-operator time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=lQgPy namespace=openshift-apiserver-operator time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager" id=cNJ9p namespace=openshift-controller-manager time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=CAJJ3 namespace=openshift-dns time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=CAJJ3 namespace=openshift-dns time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-apiserver-operator" id=lQgPy namespace=openshift-apiserver-operator time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=DgoFo namespace=openshift-ingress-operator time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=DgoFo namespace=openshift-ingress-operator time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-dns" id=CAJJ3 namespace=openshift-dns time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=EPYV2 namespace=openshift-marketplace time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=EPYV2 namespace=openshift-marketplace time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-marketplace" id=EPYV2 namespace=openshift-marketplace time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=jpkip namespace=openshift-network-diagnostics time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=jpkip namespace=openshift-network-diagnostics time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-ingress-operator" id=DgoFo namespace=openshift-ingress-operator time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=KJ/ST namespace=openshift-ovn-kubernetes time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=KJ/ST namespace=openshift-ovn-kubernetes time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-network-diagnostics" id=jpkip namespace=openshift-network-diagnostics time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=7kqJS namespace=openshift-service-ca time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=7kqJS namespace=openshift-service-ca time="2024-07-20T18:57:03Z" level=info msg="No subscriptions were found in namespace openshift-ovn-kubernetes" id=KJ/ST namespace=openshift-ovn-kubernetes time="2024-07-20T18:57:03Z" level=info msg="resolving sources" id=H3FO4 namespace=openshift-virtualization-os-images time="2024-07-20T18:57:03Z" level=info msg="checking if subscriptions need update" id=H3FO4 namespace=openshift-virtualization-os-images time="2024-07-20T18:57:04Z" level=info msg="No subscriptions were found in namespace openshift-service-ca" id=7kqJS namespace=openshift-service-ca time="2024-07-20T18:57:04Z" level=info msg="resolving sources" id=9hlTN namespace=openshift-cluster-csi-drivers time="2024-07-20T18:57:04Z" level=info msg="checking if subscriptions need update" id=9hlTN namespace=openshift-cluster-csi-drivers time="2024-07-20T18:57:04Z" level=info msg="No subscriptions were found in namespace openshift-virtualization-os-images" id=H3FO4 namespace=openshift-virtualization-os-images time="2024-07-20T18:57:04Z" level=info msg="resolving sources" id=/5AmC namespace=openshift-cluster-storage-operator time="2024-07-20T18:57:04Z" level=info msg="checking if subscriptions need update" id=/5AmC namespace=openshift-cluster-storage-operator time="2024-07-20T18:57:04Z" level=info msg="No subscriptions were found in namespace openshift-cluster-csi-drivers" id=9hlTN namespace=openshift-cluster-csi-drivers time="2024-07-20T18:57:04Z" level=info msg="resolving sources" id=QYyJC namespace=openshift-controller-manager-operator time="2024-07-20T18:57:04Z" level=info msg="checking if subscriptions need update" id=QYyJC namespace=openshift-controller-manager-operator time="2024-07-20T18:57:04Z" level=info msg="No subscriptions were found in namespace openshift-cluster-storage-operator" id=/5AmC namespace=openshift-cluster-storage-operator time="2024-07-20T18:57:04Z" level=info msg="resolving sources" id=mzuGe namespace=openshift-kube-controller-manager time="2024-07-20T18:57:04Z" level=info msg="checking if subscriptions need update" id=mzuGe namespace=openshift-kube-controller-manager time="2024-07-20T18:57:04Z" level=info msg="No subscriptions were found in namespace openshift-controller-manager-operator" id=QYyJC namespace=openshift-controller-manager-operator time="2024-07-20T18:57:04Z" level=info msg="resolving sources" id=kmP++ namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:57:04Z" level=info msg="checking if subscriptions need update" id=kmP++ namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:57:05Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager" id=mzuGe namespace=openshift-kube-controller-manager time="2024-07-20T18:57:05Z" level=info msg="resolving sources" id=tUbGc namespace=openshift-monitoring time="2024-07-20T18:57:05Z" level=info msg="checking if subscriptions need update" id=tUbGc namespace=openshift-monitoring time="2024-07-20T18:57:05Z" level=info msg="No subscriptions were found in namespace openshift-kube-controller-manager-operator" id=kmP++ namespace=openshift-kube-controller-manager-operator time="2024-07-20T18:57:05Z" level=info msg="resolving sources" id=epRav namespace=openshift-openstack-infra time="2024-07-20T18:57:05Z" level=info msg="checking if subscriptions need update" id=epRav namespace=openshift-openstack-infra time="2024-07-20T18:57:05Z" level=info msg="No subscriptions were found in namespace openshift-monitoring" id=tUbGc namespace=openshift-monitoring time="2024-07-20T18:57:05Z" level=info msg="resolving sources" id=stHfa namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:05Z" level=info msg="checking if subscriptions need update" id=stHfa namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:05Z" level=info msg="No subscriptions were found in namespace openshift-openstack-infra" id=epRav namespace=openshift-openstack-infra time="2024-07-20T18:57:05Z" level=info msg="resolving sources" id=UHuXF namespace=openshift-cloud-platform-infra time="2024-07-20T18:57:05Z" level=info msg="checking if subscriptions need update" id=UHuXF namespace=openshift-cloud-platform-infra time="2024-07-20T18:57:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=stHfa namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:05Z" level=info msg="resolving sources" id=AwsIs namespace=openshift-config-operator time="2024-07-20T18:57:05Z" level=info msg="checking if subscriptions need update" id=AwsIs namespace=openshift-config-operator time="2024-07-20T18:57:06Z" level=info msg="No subscriptions were found in namespace openshift-cloud-platform-infra" id=UHuXF namespace=openshift-cloud-platform-infra time="2024-07-20T18:57:06Z" level=info msg="resolving sources" id=knwj1 namespace=openshift-host-network time="2024-07-20T18:57:06Z" level=info msg="checking if subscriptions need update" id=knwj1 namespace=openshift-host-network time="2024-07-20T18:57:06Z" level=info msg="No subscriptions were found in namespace openshift-config-operator" id=AwsIs namespace=openshift-config-operator time="2024-07-20T18:57:06Z" level=info msg="resolving sources" id=K9eJ0 namespace=openshift-infra time="2024-07-20T18:57:06Z" level=info msg="checking if subscriptions need update" id=K9eJ0 namespace=openshift-infra time="2024-07-20T18:57:06Z" level=info msg="No subscriptions were found in namespace openshift-host-network" id=knwj1 namespace=openshift-host-network time="2024-07-20T18:57:06Z" level=info msg="resolving sources" id=j2yc/ namespace=openshift-ovirt-infra time="2024-07-20T18:57:06Z" level=info msg="checking if subscriptions need update" id=j2yc/ namespace=openshift-ovirt-infra time="2024-07-20T18:57:06Z" level=info msg="No subscriptions were found in namespace openshift-infra" id=K9eJ0 namespace=openshift-infra time="2024-07-20T18:57:06Z" level=info msg="resolving sources" id=OL/ZV namespace=openshift-storage time="2024-07-20T18:57:06Z" level=info msg="checking if subscriptions need update" id=OL/ZV namespace=openshift-storage time="2024-07-20T18:57:06Z" level=info msg="No subscriptions were found in namespace openshift-ovirt-infra" id=j2yc/ namespace=openshift-ovirt-infra time="2024-07-20T18:57:06Z" level=info msg="resolving sources" id=HzrvI namespace=openshift-authentication time="2024-07-20T18:57:06Z" level=info msg="checking if subscriptions need update" id=HzrvI namespace=openshift-authentication time="2024-07-20T18:57:07Z" level=info msg="No subscriptions were found in namespace openshift-authentication" id=HzrvI namespace=openshift-authentication time="2024-07-20T18:57:07Z" level=info msg="resolving sources" id=NNggZ namespace=openshift-e2e-loki time="2024-07-20T18:57:07Z" level=info msg="checking if subscriptions need update" id=NNggZ namespace=openshift-e2e-loki time="2024-07-20T18:57:07Z" level=info msg="No subscriptions were found in namespace openshift-e2e-loki" id=NNggZ namespace=openshift-e2e-loki time="2024-07-20T18:57:07Z" level=info msg="resolving sources" id=uQMKL namespace=openshift-user-workload-monitoring time="2024-07-20T18:57:07Z" level=info msg="checking if subscriptions need update" id=uQMKL namespace=openshift-user-workload-monitoring time="2024-07-20T18:57:08Z" level=info msg="No subscriptions were found in namespace openshift-user-workload-monitoring" id=uQMKL namespace=openshift-user-workload-monitoring time="2024-07-20T18:57:08Z" level=info msg="resolving sources" id=VqyvY namespace=openshift-vsphere-infra time="2024-07-20T18:57:08Z" level=info msg="checking if subscriptions need update" id=VqyvY namespace=openshift-vsphere-infra time="2024-07-20T18:57:08Z" level=info msg="No subscriptions were found in namespace openshift-vsphere-infra" id=VqyvY namespace=openshift-vsphere-infra time="2024-07-20T18:57:08Z" level=info msg="resolving sources" id=cfD8/ namespace=openshift-console-user-settings time="2024-07-20T18:57:08Z" level=info msg="checking if subscriptions need update" id=cfD8/ namespace=openshift-console-user-settings time="2024-07-20T18:57:08Z" level=info msg="resolving subscriptions in namespace" id=OL/ZV namespace=openshift-storage time="2024-07-20T18:57:08Z" level=info msg="No subscriptions were found in namespace openshift-console-user-settings" id=cfD8/ namespace=openshift-console-user-settings time="2024-07-20T18:57:08Z" level=info msg="resolving sources" id=SR6yB namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:57:08Z" level=info msg="checking if subscriptions need update" id=SR6yB namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:57:09Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager-operator" id=SR6yB namespace=openshift-cloud-controller-manager-operator time="2024-07-20T18:57:09Z" level=info msg="resolving sources" id=aUKNY namespace=openshift-kube-apiserver-operator time="2024-07-20T18:57:09Z" level=info msg="checking if subscriptions need update" id=aUKNY namespace=openshift-kube-apiserver-operator time="2024-07-20T18:57:09Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver-operator" id=aUKNY namespace=openshift-kube-apiserver-operator time="2024-07-20T18:57:09Z" level=info msg="resolving sources" id=oW0Nk namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:57:09Z" level=info msg="checking if subscriptions need update" id=oW0Nk namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:57:09Z" level=info msg="No subscriptions were found in namespace openshift-operator-lifecycle-manager" id=oW0Nk namespace=openshift-operator-lifecycle-manager time="2024-07-20T18:57:09Z" level=info msg="resolving sources" id=Z70gv namespace=openshift time="2024-07-20T18:57:09Z" level=info msg="checking if subscriptions need update" id=Z70gv namespace=openshift time="2024-07-20T18:57:09Z" level=info msg="no subscriptions were updated" id=OL/ZV namespace=openshift-storage time="2024-07-20T18:57:09Z" level=info msg="No subscriptions were found in namespace openshift" id=Z70gv namespace=openshift time="2024-07-20T18:57:09Z" level=info msg="resolving sources" id=I6sjz namespace=openshift-cluster-machine-approver time="2024-07-20T18:57:09Z" level=info msg="checking if subscriptions need update" id=I6sjz namespace=openshift-cluster-machine-approver time="2024-07-20T18:57:10Z" level=info msg="No subscriptions were found in namespace openshift-cluster-machine-approver" id=I6sjz namespace=openshift-cluster-machine-approver time="2024-07-20T18:57:10Z" level=info msg="resolving sources" id=UmXqR namespace=openshift-dns-operator time="2024-07-20T18:57:10Z" level=info msg="checking if subscriptions need update" id=UmXqR namespace=openshift-dns-operator time="2024-07-20T18:57:11Z" level=info msg="resolving sources" id=F8LjL namespace=openshift-image-registry time="2024-07-20T18:57:11Z" level=info msg="checking if subscriptions need update" id=F8LjL namespace=openshift-image-registry time="2024-07-20T18:57:11Z" level=info msg="No subscriptions were found in namespace openshift-dns-operator" id=UmXqR namespace=openshift-dns-operator time="2024-07-20T18:57:11Z" level=info msg="resolving sources" id=WdwQO namespace=openshift-nutanix-infra time="2024-07-20T18:57:11Z" level=info msg="checking if subscriptions need update" id=WdwQO namespace=openshift-nutanix-infra time="2024-07-20T18:57:12Z" level=info msg="No subscriptions were found in namespace openshift-image-registry" id=F8LjL namespace=openshift-image-registry time="2024-07-20T18:57:12Z" level=info msg="resolving sources" id=doJaD namespace=openshift-operators time="2024-07-20T18:57:12Z" level=info msg="checking if subscriptions need update" id=doJaD namespace=openshift-operators time="2024-07-20T18:57:12Z" level=info msg="No subscriptions were found in namespace openshift-nutanix-infra" id=WdwQO namespace=openshift-nutanix-infra time="2024-07-20T18:57:12Z" level=info msg="resolving sources" id=2TU0h namespace=openshift-route-controller-manager time="2024-07-20T18:57:12Z" level=info msg="checking if subscriptions need update" id=2TU0h namespace=openshift-route-controller-manager time="2024-07-20T18:57:12Z" level=info msg="No subscriptions were found in namespace openshift-operators" id=doJaD namespace=openshift-operators time="2024-07-20T18:57:12Z" level=info msg="resolving sources" id=nM7Qb namespace=openshift-cnv time="2024-07-20T18:57:12Z" level=info msg="checking if subscriptions need update" id=nM7Qb namespace=openshift-cnv time="2024-07-20T18:57:12Z" level=info msg="No subscriptions were found in namespace openshift-route-controller-manager" id=2TU0h namespace=openshift-route-controller-manager time="2024-07-20T18:57:12Z" level=info msg="resolving sources" id=c5IaR namespace=openshift-cluster-version time="2024-07-20T18:57:12Z" level=info msg="checking if subscriptions need update" id=c5IaR namespace=openshift-cluster-version time="2024-07-20T18:57:13Z" level=info msg="No subscriptions were found in namespace openshift-cluster-version" id=c5IaR namespace=openshift-cluster-version time="2024-07-20T18:57:13Z" level=info msg="resolving sources" id=JTA8C namespace=openshift-kube-scheduler time="2024-07-20T18:57:13Z" level=info msg="checking if subscriptions need update" id=JTA8C namespace=openshift-kube-scheduler time="2024-07-20T18:57:13Z" level=info msg="resolving subscriptions in namespace" id=nM7Qb namespace=openshift-cnv time="2024-07-20T18:57:13Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler" id=JTA8C namespace=openshift-kube-scheduler time="2024-07-20T18:57:13Z" level=info msg="resolving sources" id=8cWrC namespace=openshift-network-operator time="2024-07-20T18:57:13Z" level=info msg="checking if subscriptions need update" id=8cWrC namespace=openshift-network-operator time="2024-07-20T18:57:13Z" level=info msg="no subscriptions were updated" id=nM7Qb namespace=openshift-cnv time="2024-07-20T18:57:13Z" level=info msg="No subscriptions were found in namespace openshift-network-operator" id=8cWrC namespace=openshift-network-operator time="2024-07-20T18:57:13Z" level=info msg="resolving sources" id=xUSMe namespace=openshift-etcd-operator time="2024-07-20T18:57:13Z" level=info msg="checking if subscriptions need update" id=xUSMe namespace=openshift-etcd-operator time="2024-07-20T18:57:14Z" level=info msg="No subscriptions were found in namespace openshift-etcd-operator" id=xUSMe namespace=openshift-etcd-operator time="2024-07-20T18:57:14Z" level=info msg="resolving sources" id=anxPi namespace=openshift-service-ca-operator time="2024-07-20T18:57:14Z" level=info msg="checking if subscriptions need update" id=anxPi namespace=openshift-service-ca-operator time="2024-07-20T18:57:14Z" level=info msg="resolving sources" id=8ylSX namespace=openshift-node time="2024-07-20T18:57:14Z" level=info msg="checking if subscriptions need update" id=8ylSX namespace=openshift-node time="2024-07-20T18:57:14Z" level=info msg="No subscriptions were found in namespace openshift-service-ca-operator" id=anxPi namespace=openshift-service-ca-operator time="2024-07-20T18:57:14Z" level=info msg="resolving sources" id=OhzpT namespace=openshift-console time="2024-07-20T18:57:14Z" level=info msg="checking if subscriptions need update" id=OhzpT namespace=openshift-console time="2024-07-20T18:57:14Z" level=info msg="No subscriptions were found in namespace openshift-node" id=8ylSX namespace=openshift-node time="2024-07-20T18:57:14Z" level=info msg="resolving sources" id=V0dC2 namespace=openshift-etcd time="2024-07-20T18:57:14Z" level=info msg="checking if subscriptions need update" id=V0dC2 namespace=openshift-etcd time="2024-07-20T18:57:15Z" level=info msg="No subscriptions were found in namespace openshift-console" id=OhzpT namespace=openshift-console time="2024-07-20T18:57:15Z" level=info msg="resolving sources" id=S2amb namespace=openshift-kube-scheduler-operator time="2024-07-20T18:57:15Z" level=info msg="checking if subscriptions need update" id=S2amb namespace=openshift-kube-scheduler-operator time="2024-07-20T18:57:15Z" level=info msg="No subscriptions were found in namespace openshift-etcd" id=V0dC2 namespace=openshift-etcd time="2024-07-20T18:57:15Z" level=info msg="resolving sources" id=RZA7Z namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:57:15Z" level=info msg="checking if subscriptions need update" id=RZA7Z namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:57:15Z" level=info msg="No subscriptions were found in namespace openshift-kube-scheduler-operator" id=S2amb namespace=openshift-kube-scheduler-operator time="2024-07-20T18:57:15Z" level=info msg="resolving sources" id=7up1r namespace=openshift-machine-api time="2024-07-20T18:57:15Z" level=info msg="checking if subscriptions need update" id=7up1r namespace=openshift-machine-api time="2024-07-20T18:57:15Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator" id=RZA7Z namespace=openshift-kube-storage-version-migrator time="2024-07-20T18:57:15Z" level=info msg="resolving sources" id=An22p namespace=kubevirt-test-default1 time="2024-07-20T18:57:15Z" level=info msg="checking if subscriptions need update" id=An22p namespace=kubevirt-test-default1 time="2024-07-20T18:57:15Z" level=info msg="No subscriptions were found in namespace openshift-machine-api" id=7up1r namespace=openshift-machine-api time="2024-07-20T18:57:15Z" level=info msg="resolving sources" id=lNHIR namespace=kube-public time="2024-07-20T18:57:15Z" level=info msg="checking if subscriptions need update" id=lNHIR namespace=kube-public time="2024-07-20T18:57:16Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=An22p namespace=kubevirt-test-default1 time="2024-07-20T18:57:16Z" level=info msg="resolving sources" id=+SvCh namespace=openshift-authentication-operator time="2024-07-20T18:57:16Z" level=info msg="checking if subscriptions need update" id=+SvCh namespace=openshift-authentication-operator time="2024-07-20T18:57:16Z" level=info msg="No subscriptions were found in namespace kube-public" id=lNHIR namespace=kube-public time="2024-07-20T18:57:16Z" level=info msg="resolving sources" id=e31KE namespace=openshift-config time="2024-07-20T18:57:16Z" level=info msg="checking if subscriptions need update" id=e31KE namespace=openshift-config time="2024-07-20T18:57:16Z" level=info msg="No subscriptions were found in namespace openshift-authentication-operator" id=+SvCh namespace=openshift-authentication-operator time="2024-07-20T18:57:16Z" level=info msg="resolving sources" id=3CLCl namespace=openshift-machine-config-operator time="2024-07-20T18:57:16Z" level=info msg="checking if subscriptions need update" id=3CLCl namespace=openshift-machine-config-operator time="2024-07-20T18:57:16Z" level=info msg="No subscriptions were found in namespace openshift-config" id=e31KE namespace=openshift-config time="2024-07-20T18:57:16Z" level=info msg="resolving sources" id=FIgtM namespace=openshift-ingress time="2024-07-20T18:57:16Z" level=info msg="checking if subscriptions need update" id=FIgtM namespace=openshift-ingress time="2024-07-20T18:57:16Z" level=info msg="No subscriptions were found in namespace openshift-machine-config-operator" id=3CLCl namespace=openshift-machine-config-operator time="2024-07-20T18:57:16Z" level=info msg="resolving sources" id=OTgQf namespace=openshift-insights time="2024-07-20T18:57:16Z" level=info msg="checking if subscriptions need update" id=OTgQf namespace=openshift-insights time="2024-07-20T18:57:17Z" level=info msg="No subscriptions were found in namespace openshift-ingress" id=FIgtM namespace=openshift-ingress time="2024-07-20T18:57:17Z" level=info msg="resolving sources" id=JEC57 namespace=openshift-multus time="2024-07-20T18:57:17Z" level=info msg="checking if subscriptions need update" id=JEC57 namespace=openshift-multus time="2024-07-20T18:57:17Z" level=info msg="No subscriptions were found in namespace openshift-insights" id=OTgQf namespace=openshift-insights time="2024-07-20T18:57:17Z" level=info msg="resolving sources" id=0Nolw namespace=openshift-cluster-samples-operator time="2024-07-20T18:57:17Z" level=info msg="checking if subscriptions need update" id=0Nolw namespace=openshift-cluster-samples-operator time="2024-07-20T18:57:17Z" level=info msg="No subscriptions were found in namespace openshift-multus" id=JEC57 namespace=openshift-multus time="2024-07-20T18:57:17Z" level=info msg="resolving sources" id=HZHRD namespace=openshift-kube-apiserver time="2024-07-20T18:57:17Z" level=info msg="checking if subscriptions need update" id=HZHRD namespace=openshift-kube-apiserver time="2024-07-20T18:57:17Z" level=info msg="No subscriptions were found in namespace openshift-cluster-samples-operator" id=0Nolw namespace=openshift-cluster-samples-operator time="2024-07-20T18:57:17Z" level=info msg="resolving sources" id=D6x1z namespace=openshift-network-node-identity time="2024-07-20T18:57:17Z" level=info msg="checking if subscriptions need update" id=D6x1z namespace=openshift-network-node-identity time="2024-07-20T18:57:17Z" level=info msg="No subscriptions were found in namespace openshift-kube-apiserver" id=HZHRD namespace=openshift-kube-apiserver time="2024-07-20T18:57:17Z" level=info msg="resolving sources" id=MH59i namespace=openshift-oauth-apiserver time="2024-07-20T18:57:17Z" level=info msg="checking if subscriptions need update" id=MH59i namespace=openshift-oauth-apiserver time="2024-07-20T18:57:18Z" level=info msg="No subscriptions were found in namespace openshift-network-node-identity" id=D6x1z namespace=openshift-network-node-identity time="2024-07-20T18:57:18Z" level=info msg="resolving sources" id=/VUPM namespace=kube-system time="2024-07-20T18:57:18Z" level=info msg="checking if subscriptions need update" id=/VUPM namespace=kube-system time="2024-07-20T18:57:18Z" level=info msg="No subscriptions were found in namespace openshift-oauth-apiserver" id=MH59i namespace=openshift-oauth-apiserver time="2024-07-20T18:57:18Z" level=info msg="resolving sources" id=rE7Xm namespace=openshift-config-managed time="2024-07-20T18:57:18Z" level=info msg="checking if subscriptions need update" id=rE7Xm namespace=openshift-config-managed time="2024-07-20T18:57:18Z" level=info msg="No subscriptions were found in namespace kube-system" id=/VUPM namespace=kube-system time="2024-07-20T18:57:18Z" level=info msg="resolving sources" id=56AYU namespace=openshift-ingress-canary time="2024-07-20T18:57:18Z" level=info msg="checking if subscriptions need update" id=56AYU namespace=openshift-ingress-canary time="2024-07-20T18:57:18Z" level=info msg="No subscriptions were found in namespace openshift-config-managed" id=rE7Xm namespace=openshift-config-managed time="2024-07-20T18:57:18Z" level=info msg="resolving sources" id=BrCK6 namespace=openshift-console-operator time="2024-07-20T18:57:18Z" level=info msg="checking if subscriptions need update" id=BrCK6 namespace=openshift-console-operator time="2024-07-20T18:57:18Z" level=info msg="No subscriptions were found in namespace openshift-ingress-canary" id=56AYU namespace=openshift-ingress-canary time="2024-07-20T18:57:18Z" level=info msg="resolving sources" id=LqIn3 namespace=kubevirt-test-operator1 time="2024-07-20T18:57:18Z" level=info msg="checking if subscriptions need update" id=LqIn3 namespace=kubevirt-test-operator1 time="2024-07-20T18:57:19Z" level=info msg="No subscriptions were found in namespace openshift-console-operator" id=BrCK6 namespace=openshift-console-operator time="2024-07-20T18:57:19Z" level=info msg="resolving sources" id=u/lD6 namespace=kubevirt-test-privileged1 time="2024-07-20T18:57:19Z" level=info msg="checking if subscriptions need update" id=u/lD6 namespace=kubevirt-test-privileged1 time="2024-07-20T18:57:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=LqIn3 namespace=kubevirt-test-operator1 time="2024-07-20T18:57:19Z" level=info msg="resolving sources" id=9QBHg namespace=openshift-cloud-controller-manager time="2024-07-20T18:57:19Z" level=info msg="checking if subscriptions need update" id=9QBHg namespace=openshift-cloud-controller-manager time="2024-07-20T18:57:19Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=u/lD6 namespace=kubevirt-test-privileged1 time="2024-07-20T18:57:19Z" level=info msg="resolving sources" id=W6WFp namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:57:19Z" level=info msg="checking if subscriptions need update" id=W6WFp namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:57:19Z" level=info msg="No subscriptions were found in namespace openshift-cloud-controller-manager" id=9QBHg namespace=openshift-cloud-controller-manager time="2024-07-20T18:57:19Z" level=info msg="resolving sources" id=FCgTV namespace=kube-node-lease time="2024-07-20T18:57:19Z" level=info msg="checking if subscriptions need update" id=FCgTV namespace=kube-node-lease time="2024-07-20T18:57:19Z" level=info msg="No subscriptions were found in namespace openshift-kube-storage-version-migrator-operator" id=W6WFp namespace=openshift-kube-storage-version-migrator-operator time="2024-07-20T18:57:19Z" level=info msg="resolving sources" id=1mvxV namespace=openshift-cloud-credential-operator time="2024-07-20T18:57:19Z" level=info msg="checking if subscriptions need update" id=1mvxV namespace=openshift-cloud-credential-operator time="2024-07-20T18:57:20Z" level=info msg="No subscriptions were found in namespace kube-node-lease" id=FCgTV namespace=kube-node-lease time="2024-07-20T18:57:20Z" level=info msg="resolving sources" id=xrMKE namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:57:20Z" level=info msg="checking if subscriptions need update" id=xrMKE namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:57:20Z" level=info msg="No subscriptions were found in namespace openshift-cloud-credential-operator" id=1mvxV namespace=openshift-cloud-credential-operator time="2024-07-20T18:57:20Z" level=info msg="resolving sources" id=U7VJb namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:20Z" level=info msg="checking if subscriptions need update" id=U7VJb namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:20Z" level=info msg="No subscriptions were found in namespace openshift-cluster-node-tuning-operator" id=xrMKE namespace=openshift-cluster-node-tuning-operator time="2024-07-20T18:57:20Z" level=info msg="resolving sources" id=NuAzG namespace=kubevirt-test-default1 time="2024-07-20T18:57:20Z" level=info msg="checking if subscriptions need update" id=NuAzG namespace=kubevirt-test-default1 time="2024-07-20T18:57:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=U7VJb namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:20Z" level=info msg="resolving sources" id=LeF+n namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:20Z" level=info msg="checking if subscriptions need update" id=LeF+n namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:20Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=NuAzG namespace=kubevirt-test-default1 time="2024-07-20T18:57:21Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=LeF+n namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:22Z" level=info msg="resolving sources" id=d2391 namespace=kubevirt-test-operator1 time="2024-07-20T18:57:22Z" level=info msg="checking if subscriptions need update" id=d2391 namespace=kubevirt-test-operator1 time="2024-07-20T18:57:22Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=d2391 namespace=kubevirt-test-operator1 time="2024-07-20T18:57:22Z" level=info msg="resolving sources" id=5Lt3z namespace=kubevirt-test-operator1 time="2024-07-20T18:57:22Z" level=info msg="checking if subscriptions need update" id=5Lt3z namespace=kubevirt-test-operator1 time="2024-07-20T18:57:22Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=5Lt3z namespace=kubevirt-test-operator1 time="2024-07-20T18:57:46Z" level=info msg="resolving sources" id=MgLeE namespace=kubevirt-test-default1 time="2024-07-20T18:57:46Z" level=info msg="checking if subscriptions need update" id=MgLeE namespace=kubevirt-test-default1 time="2024-07-20T18:57:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=MgLeE namespace=kubevirt-test-default1 time="2024-07-20T18:57:46Z" level=info msg="resolving sources" id=qrwAw namespace=kubevirt-test-default1 time="2024-07-20T18:57:46Z" level=info msg="checking if subscriptions need update" id=qrwAw namespace=kubevirt-test-default1 time="2024-07-20T18:57:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=qrwAw namespace=kubevirt-test-default1 time="2024-07-20T18:57:47Z" level=info msg="resolving sources" id=cJqEO namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:47Z" level=info msg="checking if subscriptions need update" id=cJqEO namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:47Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=cJqEO namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:47Z" level=info msg="resolving sources" id=Ja0mj namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:47Z" level=info msg="checking if subscriptions need update" id=Ja0mj namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:47Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=Ja0mj namespace=kubevirt-test-alternative1 time="2024-07-20T18:57:49Z" level=info msg="resolving sources" id=Yk5uk namespace=kubevirt-test-operator1 time="2024-07-20T18:57:49Z" level=info msg="checking if subscriptions need update" id=Yk5uk namespace=kubevirt-test-operator1 time="2024-07-20T18:57:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=Yk5uk namespace=kubevirt-test-operator1 time="2024-07-20T18:57:49Z" level=info msg="resolving sources" id=xUGEC namespace=kubevirt-test-operator1 time="2024-07-20T18:57:49Z" level=info msg="checking if subscriptions need update" id=xUGEC namespace=kubevirt-test-operator1 time="2024-07-20T18:57:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=xUGEC namespace=kubevirt-test-operator1 time="2024-07-20T18:58:05Z" level=info msg="resolving sources" id=tejul namespace=kubevirt-test-default1 time="2024-07-20T18:58:05Z" level=info msg="checking if subscriptions need update" id=tejul namespace=kubevirt-test-default1 time="2024-07-20T18:58:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=tejul namespace=kubevirt-test-default1 time="2024-07-20T18:58:05Z" level=info msg="resolving sources" id=tIpa/ namespace=kubevirt-test-default1 time="2024-07-20T18:58:05Z" level=info msg="checking if subscriptions need update" id=tIpa/ namespace=kubevirt-test-default1 time="2024-07-20T18:58:05Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=tIpa/ namespace=kubevirt-test-default1 time="2024-07-20T18:58:06Z" level=info msg="resolving sources" id=fwyD4 namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:06Z" level=info msg="checking if subscriptions need update" id=fwyD4 namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=fwyD4 namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:06Z" level=info msg="resolving sources" id=A97Sm namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:06Z" level=info msg="checking if subscriptions need update" id=A97Sm namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=A97Sm namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:08Z" level=info msg="resolving sources" id=lRKsF namespace=kubevirt-test-operator1 time="2024-07-20T18:58:08Z" level=info msg="checking if subscriptions need update" id=lRKsF namespace=kubevirt-test-operator1 time="2024-07-20T18:58:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=lRKsF namespace=kubevirt-test-operator1 time="2024-07-20T18:58:08Z" level=info msg="resolving sources" id=GXlDu namespace=kubevirt-test-operator1 time="2024-07-20T18:58:08Z" level=info msg="checking if subscriptions need update" id=GXlDu namespace=kubevirt-test-operator1 time="2024-07-20T18:58:08Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=GXlDu namespace=kubevirt-test-operator1 time="2024-07-20T18:58:23Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=9xmSa time="2024-07-20T18:58:23Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:23Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=/fP/s time="2024-07-20T18:58:23Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:23Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:24Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:24Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:24Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=VtCR0 time="2024-07-20T18:58:24Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:24Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:24Z" level=info msg="resolving sources" id=jpbUp namespace=kubevirt-test-default1 time="2024-07-20T18:58:24Z" level=info msg="checking if subscriptions need update" id=jpbUp namespace=kubevirt-test-default1 time="2024-07-20T18:58:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=jpbUp namespace=kubevirt-test-default1 time="2024-07-20T18:58:24Z" level=info msg="resolving sources" id=StnaZ namespace=kubevirt-test-default1 time="2024-07-20T18:58:24Z" level=info msg="checking if subscriptions need update" id=StnaZ namespace=kubevirt-test-default1 time="2024-07-20T18:58:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=StnaZ namespace=kubevirt-test-default1 time="2024-07-20T18:58:25Z" level=info msg="resolving sources" id=Vyw2G namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:25Z" level=info msg="checking if subscriptions need update" id=Vyw2G namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:25Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=Vyw2G namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:25Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:25Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:25Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=uuPrW time="2024-07-20T18:58:25Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:25Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=uuPrW time="2024-07-20T18:58:25Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="resolving sources" id=3Niq/ namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:25Z" level=info msg="checking if subscriptions need update" id=3Niq/ namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:25Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=3Niq/ namespace=kubevirt-test-alternative1 time="2024-07-20T18:58:25Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:25Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:25Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:25Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=KSrxZ time="2024-07-20T18:58:25Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:25Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:26Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:26Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:26Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:26Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:26Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=9rzpK time="2024-07-20T18:58:27Z" level=info msg="resolving sources" id=IEm5u namespace=kubevirt-test-operator1 time="2024-07-20T18:58:27Z" level=info msg="checking if subscriptions need update" id=IEm5u namespace=kubevirt-test-operator1 time="2024-07-20T18:58:27Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=IEm5u namespace=kubevirt-test-operator1 time="2024-07-20T18:58:27Z" level=info msg="resolving sources" id=8O7Hw namespace=kubevirt-test-operator1 time="2024-07-20T18:58:27Z" level=info msg="checking if subscriptions need update" id=8O7Hw namespace=kubevirt-test-operator1 time="2024-07-20T18:58:27Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=8O7Hw namespace=kubevirt-test-operator1 time="2024-07-20T18:59:20Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:20Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OQUqb time="2024-07-20T18:59:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="catalog update required at 2024-07-20 18:59:54.773545311 +0000 UTC m=+9217.729967010" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=Ymeik time="2024-07-20T18:59:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=PXxxD time="2024-07-20T18:59:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=CFrt9 time="2024-07-20T18:59:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=8BnkL time="2024-07-20T18:59:56Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:56Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:57Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=76Bwy time="2024-07-20T18:59:58Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:58Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=e2Cbt time="2024-07-20T18:59:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=29FvC time="2024-07-20T18:59:59Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=29FvC time="2024-07-20T18:59:59Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=29FvC time="2024-07-20T19:00:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=AvPZ2 time="2024-07-20T19:00:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=FYxUA time="2024-07-20T19:00:05Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:05Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:06Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:06Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:06Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:06Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:06Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=LmzYz time="2024-07-20T19:00:07Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:07Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lr/9R time="2024-07-20T19:00:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=SoGE5 time="2024-07-20T19:00:08Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:08Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:09Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=KNpfT time="2024-07-20T19:00:24Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:24Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=JW6wP time="2024-07-20T19:00:35Z" level=info msg="resolving sources" id=wJ70n namespace=kubevirt-test-default1 time="2024-07-20T19:00:35Z" level=info msg="checking if subscriptions need update" id=wJ70n namespace=kubevirt-test-default1 time="2024-07-20T19:00:35Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=wJ70n namespace=kubevirt-test-default1 time="2024-07-20T19:00:35Z" level=info msg="resolving sources" id=njJRR namespace=kubevirt-test-default1 time="2024-07-20T19:00:35Z" level=info msg="checking if subscriptions need update" id=njJRR namespace=kubevirt-test-default1 time="2024-07-20T19:00:35Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=njJRR namespace=kubevirt-test-default1 time="2024-07-20T19:00:36Z" level=info msg="resolving sources" id=/EmR+ namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:36Z" level=info msg="checking if subscriptions need update" id=/EmR+ namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:36Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=/EmR+ namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:36Z" level=info msg="resolving sources" id=bftbV namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:36Z" level=info msg="checking if subscriptions need update" id=bftbV namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:36Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=bftbV namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:38Z" level=info msg="resolving sources" id=blVmd namespace=kubevirt-test-operator1 time="2024-07-20T19:00:38Z" level=info msg="checking if subscriptions need update" id=blVmd namespace=kubevirt-test-operator1 time="2024-07-20T19:00:38Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=blVmd namespace=kubevirt-test-operator1 time="2024-07-20T19:00:38Z" level=info msg="resolving sources" id=/lz5x namespace=kubevirt-test-operator1 time="2024-07-20T19:00:38Z" level=info msg="checking if subscriptions need update" id=/lz5x namespace=kubevirt-test-operator1 time="2024-07-20T19:00:38Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=/lz5x namespace=kubevirt-test-operator1 time="2024-07-20T19:00:46Z" level=info msg="resolving sources" id=vrlC5 namespace=kubevirt-test-default1 time="2024-07-20T19:00:46Z" level=info msg="checking if subscriptions need update" id=vrlC5 namespace=kubevirt-test-default1 time="2024-07-20T19:00:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=vrlC5 namespace=kubevirt-test-default1 time="2024-07-20T19:00:46Z" level=info msg="resolving sources" id=Jwm4k namespace=kubevirt-test-default1 time="2024-07-20T19:00:46Z" level=info msg="checking if subscriptions need update" id=Jwm4k namespace=kubevirt-test-default1 time="2024-07-20T19:00:46Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=Jwm4k namespace=kubevirt-test-default1 time="2024-07-20T19:00:47Z" level=info msg="resolving sources" id=XFhw2 namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:47Z" level=info msg="checking if subscriptions need update" id=XFhw2 namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:47Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=XFhw2 namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:47Z" level=info msg="resolving sources" id=P7+Ze namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:47Z" level=info msg="checking if subscriptions need update" id=P7+Ze namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:47Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=P7+Ze namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:49Z" level=info msg="resolving sources" id=8dJtC namespace=kubevirt-test-operator1 time="2024-07-20T19:00:49Z" level=info msg="checking if subscriptions need update" id=8dJtC namespace=kubevirt-test-operator1 time="2024-07-20T19:00:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=8dJtC namespace=kubevirt-test-operator1 time="2024-07-20T19:00:49Z" level=info msg="resolving sources" id=9PYtQ namespace=kubevirt-test-operator1 time="2024-07-20T19:00:49Z" level=info msg="checking if subscriptions need update" id=9PYtQ namespace=kubevirt-test-operator1 time="2024-07-20T19:00:49Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=9PYtQ namespace=kubevirt-test-operator1 time="2024-07-20T19:00:56Z" level=info msg="resolving sources" id=OCZ1i namespace=kubevirt-test-default1 time="2024-07-20T19:00:56Z" level=info msg="checking if subscriptions need update" id=OCZ1i namespace=kubevirt-test-default1 time="2024-07-20T19:00:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=OCZ1i namespace=kubevirt-test-default1 time="2024-07-20T19:00:56Z" level=info msg="resolving sources" id=49X7+ namespace=kubevirt-test-default1 time="2024-07-20T19:00:56Z" level=info msg="checking if subscriptions need update" id=49X7+ namespace=kubevirt-test-default1 time="2024-07-20T19:00:56Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=49X7+ namespace=kubevirt-test-default1 time="2024-07-20T19:00:57Z" level=info msg="resolving sources" id=aPLB6 namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:57Z" level=info msg="checking if subscriptions need update" id=aPLB6 namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=aPLB6 namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:57Z" level=info msg="resolving sources" id=dVG/N namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:57Z" level=info msg="checking if subscriptions need update" id=dVG/N namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=dVG/N namespace=kubevirt-test-alternative1 time="2024-07-20T19:00:59Z" level=info msg="resolving sources" id=CzbYZ namespace=kubevirt-test-operator1 time="2024-07-20T19:00:59Z" level=info msg="checking if subscriptions need update" id=CzbYZ namespace=kubevirt-test-operator1 time="2024-07-20T19:00:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=CzbYZ namespace=kubevirt-test-operator1 time="2024-07-20T19:00:59Z" level=info msg="resolving sources" id=X664f namespace=kubevirt-test-operator1 time="2024-07-20T19:00:59Z" level=info msg="checking if subscriptions need update" id=X664f namespace=kubevirt-test-operator1 time="2024-07-20T19:00:59Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=X664f namespace=kubevirt-test-operator1 time="2024-07-20T19:01:04Z" level=info msg="resolving sources" id=GLfWe namespace=kubevirt-test-default1 time="2024-07-20T19:01:04Z" level=info msg="checking if subscriptions need update" id=GLfWe namespace=kubevirt-test-default1 time="2024-07-20T19:01:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=GLfWe namespace=kubevirt-test-default1 time="2024-07-20T19:01:04Z" level=info msg="resolving sources" id=tZPUb namespace=kubevirt-test-default1 time="2024-07-20T19:01:04Z" level=info msg="checking if subscriptions need update" id=tZPUb namespace=kubevirt-test-default1 time="2024-07-20T19:01:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=tZPUb namespace=kubevirt-test-default1 time="2024-07-20T19:01:04Z" level=info msg="resolving sources" id=k/vjd namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:04Z" level=info msg="checking if subscriptions need update" id=k/vjd namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=k/vjd namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:04Z" level=info msg="resolving sources" id=AmMqv namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:04Z" level=info msg="checking if subscriptions need update" id=AmMqv namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=AmMqv namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:06Z" level=info msg="resolving sources" id=V8ghG namespace=kubevirt-test-operator1 time="2024-07-20T19:01:06Z" level=info msg="checking if subscriptions need update" id=V8ghG namespace=kubevirt-test-operator1 time="2024-07-20T19:01:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=V8ghG namespace=kubevirt-test-operator1 time="2024-07-20T19:01:06Z" level=info msg="resolving sources" id=3HHxY namespace=kubevirt-test-operator1 time="2024-07-20T19:01:06Z" level=info msg="checking if subscriptions need update" id=3HHxY namespace=kubevirt-test-operator1 time="2024-07-20T19:01:06Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=3HHxY namespace=kubevirt-test-operator1 time="2024-07-20T19:01:23Z" level=info msg="resolving sources" id=zxcNE namespace=kubevirt-test-default1 time="2024-07-20T19:01:23Z" level=info msg="checking if subscriptions need update" id=zxcNE namespace=kubevirt-test-default1 time="2024-07-20T19:01:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=zxcNE namespace=kubevirt-test-default1 time="2024-07-20T19:01:23Z" level=info msg="resolving sources" id=HwNWq namespace=kubevirt-test-default1 time="2024-07-20T19:01:23Z" level=info msg="checking if subscriptions need update" id=HwNWq namespace=kubevirt-test-default1 time="2024-07-20T19:01:23Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=HwNWq namespace=kubevirt-test-default1 time="2024-07-20T19:01:24Z" level=info msg="resolving sources" id=8IbVp namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:24Z" level=info msg="checking if subscriptions need update" id=8IbVp namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=8IbVp namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:24Z" level=info msg="resolving sources" id=zuOw5 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:24Z" level=info msg="checking if subscriptions need update" id=zuOw5 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:24Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=zuOw5 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:26Z" level=info msg="resolving sources" id=hK+yf namespace=kubevirt-test-operator1 time="2024-07-20T19:01:26Z" level=info msg="checking if subscriptions need update" id=hK+yf namespace=kubevirt-test-operator1 time="2024-07-20T19:01:26Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=hK+yf namespace=kubevirt-test-operator1 time="2024-07-20T19:01:26Z" level=info msg="resolving sources" id=c8Anb namespace=kubevirt-test-operator1 time="2024-07-20T19:01:26Z" level=info msg="checking if subscriptions need update" id=c8Anb namespace=kubevirt-test-operator1 time="2024-07-20T19:01:26Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=c8Anb namespace=kubevirt-test-operator1 time="2024-07-20T19:01:41Z" level=info msg="resolving sources" id=iNlPB namespace=kubevirt-test-default1 time="2024-07-20T19:01:41Z" level=info msg="checking if subscriptions need update" id=iNlPB namespace=kubevirt-test-default1 time="2024-07-20T19:01:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=iNlPB namespace=kubevirt-test-default1 time="2024-07-20T19:01:41Z" level=info msg="resolving sources" id=60k1C namespace=kubevirt-test-default1 time="2024-07-20T19:01:41Z" level=info msg="checking if subscriptions need update" id=60k1C namespace=kubevirt-test-default1 time="2024-07-20T19:01:41Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=60k1C namespace=kubevirt-test-default1 time="2024-07-20T19:01:42Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=PZqey time="2024-07-20T19:01:42Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="catalog update required at 2024-07-20 19:01:42.621298759 +0000 UTC m=+9325.577720467" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=PZqey time="2024-07-20T19:01:42Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="resolving sources" id=p7Ah0 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:42Z" level=info msg="checking if subscriptions need update" id=p7Ah0 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:42Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=p7Ah0 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:42Z" level=info msg="resolving sources" id=dd5Mk namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:42Z" level=info msg="checking if subscriptions need update" id=dd5Mk namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:42Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=dd5Mk namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:42Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=TVV6U time="2024-07-20T19:01:42Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:42Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=hC5Uf time="2024-07-20T19:01:43Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:43Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7gxNK time="2024-07-20T19:01:44Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:44Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:44Z" level=info msg="resolving sources" id=xKe89 namespace=kubevirt-test-operator1 time="2024-07-20T19:01:44Z" level=info msg="checking if subscriptions need update" id=xKe89 namespace=kubevirt-test-operator1 time="2024-07-20T19:01:44Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=xKe89 namespace=kubevirt-test-operator1 time="2024-07-20T19:01:44Z" level=info msg="resolving sources" id=QS1HA namespace=kubevirt-test-operator1 time="2024-07-20T19:01:44Z" level=info msg="checking if subscriptions need update" id=QS1HA namespace=kubevirt-test-operator1 time="2024-07-20T19:01:44Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=QS1HA namespace=kubevirt-test-operator1 time="2024-07-20T19:01:45Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:45Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=W+wTl time="2024-07-20T19:01:46Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:46Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=QnXKp time="2024-07-20T19:01:47Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=ZXqvT time="2024-07-20T19:01:48Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=BEvCe time="2024-07-20T19:01:53Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=cqk79 time="2024-07-20T19:01:53Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=xdChQ time="2024-07-20T19:01:53Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:53Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:54Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LjZb/ time="2024-07-20T19:01:55Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:55Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=7/ViD time="2024-07-20T19:01:56Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=f6FJU time="2024-07-20T19:01:56Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:56Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:57Z" level=info msg="resolving sources" id=uGcWD namespace=kubevirt-test-default1 time="2024-07-20T19:01:57Z" level=info msg="checking if subscriptions need update" id=uGcWD namespace=kubevirt-test-default1 time="2024-07-20T19:01:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=uGcWD namespace=kubevirt-test-default1 time="2024-07-20T19:01:57Z" level=info msg="resolving sources" id=IxqYh namespace=kubevirt-test-default1 time="2024-07-20T19:01:57Z" level=info msg="checking if subscriptions need update" id=IxqYh namespace=kubevirt-test-default1 time="2024-07-20T19:01:57Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:57Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:57Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=mf1kB time="2024-07-20T19:01:57Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:57Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:57Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=IxqYh namespace=kubevirt-test-default1 time="2024-07-20T19:01:57Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:57Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:57Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=knFoG time="2024-07-20T19:01:57Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:57Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:58Z" level=info msg="resolving sources" id=HAvB3 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:58Z" level=info msg="checking if subscriptions need update" id=HAvB3 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:58Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=HAvB3 namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:58Z" level=info msg="resolving sources" id=NLr5C namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:58Z" level=info msg="checking if subscriptions need update" id=NLr5C namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:58Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=NLr5C namespace=kubevirt-test-alternative1 time="2024-07-20T19:01:58Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:58Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:58Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:01:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=knFoG time="2024-07-20T19:02:00Z" level=info msg="resolving sources" id=kwPm5 namespace=kubevirt-test-operator1 time="2024-07-20T19:02:00Z" level=info msg="checking if subscriptions need update" id=kwPm5 namespace=kubevirt-test-operator1 time="2024-07-20T19:02:00Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=kwPm5 namespace=kubevirt-test-operator1 time="2024-07-20T19:02:00Z" level=info msg="resolving sources" id=0JqHH namespace=kubevirt-test-operator1 time="2024-07-20T19:02:00Z" level=info msg="checking if subscriptions need update" id=0JqHH namespace=kubevirt-test-operator1 time="2024-07-20T19:02:00Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=0JqHH namespace=kubevirt-test-operator1 time="2024-07-20T19:02:04Z" level=info msg="resolving sources" id=j5A7u namespace=kubevirt-test-default1 time="2024-07-20T19:02:04Z" level=info msg="checking if subscriptions need update" id=j5A7u namespace=kubevirt-test-default1 time="2024-07-20T19:02:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=j5A7u namespace=kubevirt-test-default1 time="2024-07-20T19:02:04Z" level=info msg="resolving sources" id=+YIRo namespace=kubevirt-test-alternative1 time="2024-07-20T19:02:04Z" level=info msg="checking if subscriptions need update" id=+YIRo namespace=kubevirt-test-alternative1 time="2024-07-20T19:02:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=+YIRo namespace=kubevirt-test-alternative1 time="2024-07-20T19:02:04Z" level=info msg="resolving sources" id=mVKTn namespace=kubevirt-test-operator1 time="2024-07-20T19:02:04Z" level=info msg="checking if subscriptions need update" id=mVKTn namespace=kubevirt-test-operator1 time="2024-07-20T19:02:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=mVKTn namespace=kubevirt-test-operator1 time="2024-07-20T19:02:04Z" level=info msg="resolving sources" id=8IekZ namespace=kubevirt-test-privileged1 time="2024-07-20T19:02:04Z" level=info msg="checking if subscriptions need update" id=8IekZ namespace=kubevirt-test-privileged1 time="2024-07-20T19:02:04Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=8IekZ namespace=kubevirt-test-privileged1 time="2024-07-20T19:02:10Z" level=info msg="resolving sources" id=h4U6K namespace=kubevirt-test-default1 time="2024-07-20T19:02:10Z" level=info msg="checking if subscriptions need update" id=h4U6K namespace=kubevirt-test-default1 time="2024-07-20T19:02:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-default1" id=h4U6K namespace=kubevirt-test-default1 time="2024-07-20T19:02:10Z" level=info msg="resolving sources" id=oLCuf namespace=kubevirt-test-alternative1 time="2024-07-20T19:02:10Z" level=info msg="checking if subscriptions need update" id=oLCuf namespace=kubevirt-test-alternative1 time="2024-07-20T19:02:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-alternative1" id=oLCuf namespace=kubevirt-test-alternative1 time="2024-07-20T19:02:10Z" level=info msg="resolving sources" id=db84W namespace=kubevirt-test-privileged1 time="2024-07-20T19:02:10Z" level=info msg="checking if subscriptions need update" id=db84W namespace=kubevirt-test-privileged1 time="2024-07-20T19:02:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-privileged1" id=db84W namespace=kubevirt-test-privileged1 time="2024-07-20T19:02:10Z" level=info msg="resolving sources" id=5MDRH namespace=kubevirt-test-operator1 time="2024-07-20T19:02:10Z" level=info msg="checking if subscriptions need update" id=5MDRH namespace=kubevirt-test-operator1 time="2024-07-20T19:02:10Z" level=info msg="No subscriptions were found in namespace kubevirt-test-operator1" id=5MDRH namespace=kubevirt-test-operator1 time="2024-07-20T19:02:12Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=LfB9v time="2024-07-20T19:02:38Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=9Lz7K time="2024-07-20T19:02:38Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:38Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=l8pEI time="2024-07-20T19:02:38Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:38Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=FAxjK time="2024-07-20T19:02:39Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:39Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:39Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:39Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:39Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:39Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:39Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=izh+9 time="2024-07-20T19:02:39Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:39Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:39Z" level=info msg="resolving sources" id=TOooB namespace=openshift-must-gather-h75bt time="2024-07-20T19:02:39Z" level=info msg="checking if subscriptions need update" id=TOooB namespace=openshift-must-gather-h75bt time="2024-07-20T19:02:39Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-h75bt" id=TOooB namespace=openshift-must-gather-h75bt time="2024-07-20T19:02:39Z" level=info msg="resolving sources" id=7/UEf namespace=openshift-must-gather-h75bt time="2024-07-20T19:02:39Z" level=info msg="checking if subscriptions need update" id=7/UEf namespace=openshift-must-gather-h75bt time="2024-07-20T19:02:39Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-h75bt" id=7/UEf namespace=openshift-must-gather-h75bt time="2024-07-20T19:02:40Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:40Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:40Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=sArQw time="2024-07-20T19:02:40Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:40Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:40Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:40Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:40Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:40Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=4GXcw time="2024-07-20T19:02:40Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:40Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:41Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:41Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:41Z" level=info msg="catalog update required at 2024-07-20 19:02:41.412498886 +0000 UTC m=+9384.368920585" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:41Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:41Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:41Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:41Z" level=info msg="catalog update required at 2024-07-20 19:02:41.614969269 +0000 UTC m=+9384.571390968" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:41Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=sArQw time="2024-07-20T19:02:41Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:41Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=4GXcw time="2024-07-20T19:02:42Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:42Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:42Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:42Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:42Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:42Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:42Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=frLLi time="2024-07-20T19:02:42Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:42Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:43Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:43Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:43Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:43Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=C7+hE time="2024-07-20T19:02:43Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:43Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:44Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:44Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=frLLi time="2024-07-20T19:02:44Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:44Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:44Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:45Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:45Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:45Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:45Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=aPm4I time="2024-07-20T19:02:45Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:45Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:46Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=5EpVs time="2024-07-20T19:02:46Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:46Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:46Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:47Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:47Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:47Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:47Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=ITPtZ time="2024-07-20T19:02:47Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:47Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:48Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:48Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:48Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=OC4c/ time="2024-07-20T19:02:48Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:48Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:48Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:48Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:48Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:48Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=RG2xy time="2024-07-20T19:02:48Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:48Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:49Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:49Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:49Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=fIAGg time="2024-07-20T19:02:49Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:49Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:49Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:49Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:49Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:49Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=RG2xy time="2024-07-20T19:02:49Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:49Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:50Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:50Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:50Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=fIAGg time="2024-07-20T19:02:50Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:50Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:50Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:50Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=4XnOg time="2024-07-20T19:02:50Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:50Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:51Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:51Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:51Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:51Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=4XnOg time="2024-07-20T19:02:52Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="requeueing registry server for catalog update check: update pod not yet ready" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=m7GVd time="2024-07-20T19:02:52Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=jimYt time="2024-07-20T19:02:52Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:52Z" level=info msg="syncing catalog source" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:52Z" level=info msg="synchronizing registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:53Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:53Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="checked registry server health" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace health=true id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="registry state good" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="ensuring registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:53Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:53Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=jimYt time="2024-07-20T19:02:53Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:53Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:54Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:54Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:54Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=knnsF time="2024-07-20T19:02:54Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:54Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=knnsF time="2024-07-20T19:02:54Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:54Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:54Z" level=info msg="searching for current pods" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:54Z" level=info msg="evaluating current pod" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:54Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=community-operators-fr5x9 current-pod.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:54Z" level=info msg="ensured registry server" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:54Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=community-operators catalogsource.namespace=openshift-marketplace id=aQvLg time="2024-07-20T19:02:54Z" level=info msg="syncing catalog source" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:54Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:55Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:55Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:55Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=u41r4 time="2024-07-20T19:02:55Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:55Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=u41r4 time="2024-07-20T19:02:55Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:55Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:55Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:55Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:55Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:55Z" level=info msg="checked registry server health" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace health=true id=lLqM9 time="2024-07-20T19:02:55Z" level=info msg="registry state good" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:55Z" level=info msg="ensuring registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:56Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=0GTEG time="2024-07-20T19:02:56Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:56Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:56Z" level=info msg="searching for current pods" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:56Z" level=info msg="evaluating current pod" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:56Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-marketplace-9l749 current-pod.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:56Z" level=info msg="ensured registry server" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:56Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-marketplace catalogsource.namespace=openshift-marketplace id=lLqM9 time="2024-07-20T19:02:56Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:56Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:57Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:57Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:57Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:57Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=0GTEG time="2024-07-20T19:02:57Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:57Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:58Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:58Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:58Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:58Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:58Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=PIRZO time="2024-07-20T19:02:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:59Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:59Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=h6RoM time="2024-07-20T19:02:59Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:02:59Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:03:00Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:03:00Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:03:00Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:03:00Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:03:00Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=kOX/T time="2024-07-20T19:03:12Z" level=info msg="syncing catalog source" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="synchronizing registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="checked registry server health" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace health=true id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="registry state good" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="ensuring registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="searching for current pods" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="evaluating current pod" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=certified-operators-qj9g8 current-pod.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="ensured registry server" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:12Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=certified-operators catalogsource.namespace=openshift-marketplace id=uX9wx time="2024-07-20T19:03:13Z" level=info msg="syncing catalog source" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="synchronizing registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="checked registry server health" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace health=true id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="registry state good" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="ensuring registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="searching for current pods" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="evaluating current pod" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=redhat-operators-tjv7v current-pod.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="ensured registry server" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:13Z" level=info msg="requeuing registry server sync based on polling interval 10m0s" catalogsource.name=redhat-operators catalogsource.namespace=openshift-marketplace id=EDgAa time="2024-07-20T19:03:16Z" level=info msg="resolving sources" id=7c8wh namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="checking if subscriptions need update" id=7c8wh namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="No subscriptions were found in namespace node-gather" id=7c8wh namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="resolving sources" id=bO+Jz namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="checking if subscriptions need update" id=bO+Jz namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="No subscriptions were found in namespace node-gather" id=bO+Jz namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="resolving sources" id=zoqTK namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="checking if subscriptions need update" id=zoqTK namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="No subscriptions were found in namespace node-gather" id=zoqTK namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="resolving sources" id=F9nGn namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="checking if subscriptions need update" id=F9nGn namespace=node-gather time="2024-07-20T19:03:16Z" level=info msg="No subscriptions were found in namespace node-gather" id=F9nGn namespace=node-gather time="2024-07-20T19:03:25Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="syncing catalog source" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="synchronizing registry server" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=kr7Zt time="2024-07-20T19:03:25Z" level=info msg="syncing catalog source" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="synchronizing registry server" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="searching for current pods" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="evaluating current pod" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=brew-catalog-source-hzgpk current-pod.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="checked registry server health" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace health=true id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="registry state good" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=brew-catalog-source catalogsource.namespace=openshift-marketplace id=n/JhP time="2024-07-20T19:03:25Z" level=info msg="searching for current pods" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="evaluating current pod" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="of 1 pods matching label selector, 1 have the correct images and matching hash" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace correctHash=true correctImages=true current-pod.name=odf-catalogsource-vq79n current-pod.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="checked registry server health" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace health=true id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="registry state good" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:25Z" level=info msg="polling not enabled, nothing more to do" catalogsource.name=odf-catalogsource catalogsource.namespace=openshift-marketplace id=Ah6jP time="2024-07-20T19:03:40Z" level=info msg="resolving sources" id=JB44y namespace=node-gather time="2024-07-20T19:03:40Z" level=info msg="checking if subscriptions need update" id=JB44y namespace=node-gather time="2024-07-20T19:03:40Z" level=info msg="No subscriptions were found in namespace node-gather" id=JB44y namespace=node-gather time="2024-07-20T19:03:47Z" level=info msg="resolving sources" id=p3EeL namespace=node-gather time="2024-07-20T19:03:47Z" level=info msg="checking if subscriptions need update" id=p3EeL namespace=node-gather time="2024-07-20T19:03:47Z" level=info msg="No subscriptions were found in namespace node-gather" id=p3EeL namespace=node-gather time="2024-07-20T19:04:05Z" level=info msg="resolving sources" id=AaGV/ namespace=openshift-must-gather-h75bt time="2024-07-20T19:04:05Z" level=info msg="checking if subscriptions need update" id=AaGV/ namespace=openshift-must-gather-h75bt time="2024-07-20T19:04:05Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-h75bt" id=AaGV/ namespace=openshift-must-gather-h75bt time="2024-07-20T19:04:05Z" level=info msg="resolving sources" id=85wTl namespace=openshift-must-gather-qsj67 time="2024-07-20T19:04:05Z" level=info msg="checking if subscriptions need update" id=85wTl namespace=openshift-must-gather-qsj67 time="2024-07-20T19:04:05Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-qsj67" id=85wTl namespace=openshift-must-gather-qsj67 time="2024-07-20T19:04:05Z" level=info msg="resolving sources" id=ODdaa namespace=openshift-must-gather-qsj67 time="2024-07-20T19:04:05Z" level=info msg="checking if subscriptions need update" id=ODdaa namespace=openshift-must-gather-qsj67 time="2024-07-20T19:04:05Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-qsj67" id=ODdaa namespace=openshift-must-gather-qsj67 time="2024-07-20T19:04:12Z" level=info msg="resolving sources" id=9nmaM namespace=openshift-must-gather-h75bt time="2024-07-20T19:04:12Z" level=info msg="checking if subscriptions need update" id=9nmaM namespace=openshift-must-gather-h75bt time="2024-07-20T19:04:12Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-h75bt" id=9nmaM namespace=openshift-must-gather-h75bt time="2024-07-20T19:04:34Z" level=info msg="resolving sources" id=XXQWZ namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="checking if subscriptions need update" id=XXQWZ namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="No subscriptions were found in namespace node-gather" id=XXQWZ namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="resolving sources" id=AFUyf namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="checking if subscriptions need update" id=AFUyf namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="No subscriptions were found in namespace node-gather" id=AFUyf namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="resolving sources" id=jDdr4 namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="checking if subscriptions need update" id=jDdr4 namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="No subscriptions were found in namespace node-gather" id=jDdr4 namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="resolving sources" id=4elWM namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="checking if subscriptions need update" id=4elWM namespace=node-gather time="2024-07-20T19:04:34Z" level=info msg="No subscriptions were found in namespace node-gather" id=4elWM namespace=node-gather time="2024-07-20T19:04:56Z" level=info msg="resolving sources" id=WYF4N namespace=node-gather time="2024-07-20T19:04:56Z" level=info msg="checking if subscriptions need update" id=WYF4N namespace=node-gather time="2024-07-20T19:04:56Z" level=info msg="No subscriptions were found in namespace node-gather" id=WYF4N namespace=node-gather time="2024-07-20T19:05:03Z" level=info msg="resolving sources" id=/lSlJ namespace=node-gather time="2024-07-20T19:05:03Z" level=info msg="checking if subscriptions need update" id=/lSlJ namespace=node-gather time="2024-07-20T19:05:03Z" level=info msg="No subscriptions were found in namespace node-gather" id=/lSlJ namespace=node-gather time="2024-07-20T19:05:29Z" level=info msg="resolving sources" id=O27hO namespace=openshift-must-gather-qsj67 time="2024-07-20T19:05:29Z" level=info msg="checking if subscriptions need update" id=O27hO namespace=openshift-must-gather-qsj67 time="2024-07-20T19:05:29Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-qsj67" id=O27hO namespace=openshift-must-gather-qsj67 time="2024-07-20T19:05:35Z" level=info msg="resolving sources" id=ArnbS namespace=openshift-must-gather-qsj67 time="2024-07-20T19:05:35Z" level=info msg="checking if subscriptions need update" id=ArnbS namespace=openshift-must-gather-qsj67 time="2024-07-20T19:05:35Z" level=info msg="No subscriptions were found in namespace openshift-must-gather-qsj67" id=ArnbS namespace=openshift-must-gather-qsj67 =============== HCO Deployments =============== Command: oc get deployments -n openshift-cnv -o json { "apiVersion": "v1", "items": [ { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:06Z", "generation": 4, "labels": { "app.kubernetes.io/component": "quota-management", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "olm.deployment-spec-hash": "a3hHrJ8y04VmzEjI7N578GYLwZ21NbiDTMkdze", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "aaq-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92178", "uid": "5756a8e1-c934-4706-afff-3c52bc5ed67a" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "aaq-operator", "operator.aaq.kubevirt.io": "" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "quota-management", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "aaq-operator", "operator.aaq.kubevirt.io": "", "prometheus.aaq.kubevirt.io": "true" } }, "spec": { "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "DEPLOY_CLUSTER_RESOURCES", "value": "true" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/aaq-controller-rhel9@sha256:009db7871a870f7ff3da7bad4c915a52f633efdc653b386c4b46d8af51c81791" }, { "name": "AAQ_SERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/aaq-server-rhel9@sha256:9a745e9fffbbd0d0bdec122783c17de756166122788acaf0160494ed928cd241" }, { "name": "VERBOSITY", "value": "1" }, { "name": "PULL_POLICY", "value": "IfNotPresent" }, { "name": "MONITORING_NAMESPACE" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/aaq-operator-rhel9@sha256:e5c4eb3f66341f6caa292ec85076f8783ca66539be00c42db8fb7c733815405d", "imagePullPolicy": "IfNotPresent", "name": "aaq-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "aaq-operator", "serviceAccountName": "aaq-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:22Z", "lastUpdateTime": "2024-07-20T18:17:22Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:06Z", "lastUpdateTime": "2024-07-20T18:17:22Z", "message": "ReplicaSet \"aaq-operator-6f68c5fdb9\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1", "operator.cdi.kubevirt.io/lastAppliedConfiguration": "{\"kind\":\"Deployment\",\"apiVersion\":\"apps/v1\",\"metadata\":{\"name\":\"cdi-apiserver\",\"namespace\":\"openshift-cnv\",\"creationTimestamp\":null,\"labels\":{\"app\":\"containerized-data-importer\",\"app.kubernetes.io/component\":\"storage\",\"app.kubernetes.io/managed-by\":\"cdi-operator\",\"cdi.kubevirt.io\":\"cdi-apiserver\"}},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"cdi.kubevirt.io\":\"cdi-apiserver\"}},\"template\":{\"metadata\":{\"creationTimestamp\":null,\"labels\":{\"app\":\"containerized-data-importer\",\"app.kubernetes.io/component\":\"storage\",\"app.kubernetes.io/managed-by\":\"cdi-operator\",\"cdi.kubevirt.io\":\"cdi-apiserver\"}},\"spec\":{\"volumes\":[{\"name\":\"ca-bundle\",\"configMap\":{\"name\":\"cdi-apiserver-signer-bundle\",\"items\":[{\"key\":\"ca-bundle.crt\",\"path\":\"ca-bundle.crt\"}],\"defaultMode\":420}},{\"name\":\"server-cert\",\"secret\":{\"secretName\":\"cdi-apiserver-server-cert\",\"items\":[{\"key\":\"tls.crt\",\"path\":\"tls.crt\"},{\"key\":\"tls.key\",\"path\":\"tls.key\"}],\"defaultMode\":420}}],\"containers\":[{\"name\":\"cdi-apiserver\",\"image\":\"registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef\",\"args\":[\"-v=1\"],\"env\":[{\"name\":\"INSTALLER_PART_OF_LABEL\",\"valueFrom\":{\"fieldRef\":{\"apiVersion\":\"v1\",\"fieldPath\":\"metadata.labels['app.kubernetes.io/part-of']\"}}},{\"name\":\"INSTALLER_VERSION_LABEL\",\"valueFrom\":{\"fieldRef\":{\"apiVersion\":\"v1\",\"fieldPath\":\"metadata.labels['app.kubernetes.io/version']\"}}}],\"resources\":{\"requests\":{\"cpu\":\"100m\",\"memory\":\"150Mi\"}},\"volumeMounts\":[{\"name\":\"ca-bundle\",\"readOnly\":true,\"mountPath\":\"/var/run/certs/cdi-apiserver-signer-bundle\"},{\"name\":\"server-cert\",\"readOnly\":true,\"mountPath\":\"/var/run/certs/cdi-apiserver-server-cert\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8443,\"scheme\":\"HTTPS\"},\"initialDelaySeconds\":2,\"timeoutSeconds\":1,\"periodSeconds\":5,\"successThreshold\":1,\"failureThreshold\":3},\"terminationMessagePath\":\"/dev/termination-log\",\"terminationMessagePolicy\":\"File\",\"imagePullPolicy\":\"IfNotPresent\",\"securityContext\":{\"capabilities\":{\"drop\":[\"ALL\"]},\"runAsNonRoot\":true,\"allowPrivilegeEscalation\":false,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}}}],\"serviceAccountName\":\"cdi-apiserver\",\"securityContext\":{\"runAsNonRoot\":true},\"affinity\":{\"podAntiAffinity\":{\"preferredDuringSchedulingIgnoredDuringExecution\":[{\"weight\":1,\"podAffinityTerm\":{\"labelSelector\":{\"matchExpressions\":[{\"key\":\"cdi.kubevirt.io\",\"operator\":\"In\",\"values\":[\"cdi-apiserver\"]}]},\"topologyKey\":\"kubernetes.io/hostname\"}}]}},\"priorityClassName\":\"kubevirt-cluster-critical\"}},\"strategy\":{}},\"status\":{}}" }, "creationTimestamp": "2024-07-20T18:17:48Z", "generation": 1, "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-apiserver", "operator.cdi.kubevirt.io/createVersion": "4.16.1" }, "name": "cdi-apiserver", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "cdi.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "CDI", "name": "cdi-kubevirt-hyperconverged", "uid": "a77bff10-1265-4244-9194-c90d23d8ca3c" } ], "resourceVersion": "91363", "uid": "47e2dda1-51d4-4058-9195-09207f87212b" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "cdi.kubevirt.io": "cdi-apiserver" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-apiserver", "operator.cdi.kubevirt.io/createVersion": "4.16.1" } }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-apiserver" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "INSTALLER_PART_OF_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "INSTALLER_VERSION_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef", "imagePullPolicy": "IfNotPresent", "name": "cdi-apiserver", "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 2, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/certs/cdi-apiserver-signer-bundle", "name": "ca-bundle", "readOnly": true }, { "mountPath": "/var/run/certs/cdi-apiserver-server-cert", "name": "server-cert", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "cdi-apiserver", "serviceAccountName": "cdi-apiserver", "terminationGracePeriodSeconds": 30, "volumes": [ { "configMap": { "defaultMode": 420, "items": [ { "key": "ca-bundle.crt", "path": "ca-bundle.crt" } ], "name": "cdi-apiserver-signer-bundle" }, "name": "ca-bundle" }, { "name": "server-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-apiserver-server-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:57Z", "lastUpdateTime": "2024-07-20T18:17:57Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:48Z", "lastUpdateTime": "2024-07-20T18:17:57Z", "message": "ReplicaSet \"cdi-apiserver-86d59dcb5\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1", "operator.cdi.kubevirt.io/lastAppliedConfiguration": "{\"kind\":\"Deployment\",\"apiVersion\":\"apps/v1\",\"metadata\":{\"name\":\"cdi-deployment\",\"namespace\":\"openshift-cnv\",\"creationTimestamp\":null,\"labels\":{\"app\":\"containerized-data-importer\",\"app.kubernetes.io/component\":\"storage\",\"app.kubernetes.io/managed-by\":\"cdi-operator\",\"cdi.kubevirt.io\":\"cdi-deployment\",\"prometheus.cdi.kubevirt.io\":\"true\"}},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"app\":\"containerized-data-importer\"}},\"template\":{\"metadata\":{\"creationTimestamp\":null,\"labels\":{\"app\":\"containerized-data-importer\",\"app.kubernetes.io/component\":\"storage\",\"app.kubernetes.io/managed-by\":\"cdi-operator\",\"cdi.kubevirt.io\":\"cdi-deployment\",\"prometheus.cdi.kubevirt.io\":\"true\"}},\"spec\":{\"volumes\":[{\"name\":\"cdi-api-signing-key\",\"secret\":{\"secretName\":\"cdi-api-signing-key\",\"items\":[{\"key\":\"id_rsa.pub\",\"path\":\"id_rsa.pub\"},{\"key\":\"id_rsa\",\"path\":\"id_rsa\"}],\"defaultMode\":420}},{\"name\":\"uploadserver-ca-cert\",\"secret\":{\"secretName\":\"cdi-uploadserver-signer\",\"items\":[{\"key\":\"tls.crt\",\"path\":\"tls.crt\"},{\"key\":\"tls.key\",\"path\":\"tls.key\"}],\"defaultMode\":420}},{\"name\":\"uploadserver-client-ca-cert\",\"secret\":{\"secretName\":\"cdi-uploadserver-client-signer\",\"items\":[{\"key\":\"tls.crt\",\"path\":\"tls.crt\"},{\"key\":\"tls.key\",\"path\":\"tls.key\"}],\"defaultMode\":420}},{\"name\":\"uploadserver-ca-bundle\",\"configMap\":{\"name\":\"cdi-uploadserver-signer-bundle\",\"items\":[{\"key\":\"ca-bundle.crt\",\"path\":\"ca-bundle.crt\"}],\"defaultMode\":420}},{\"name\":\"uploadserver-client-ca-bundle\",\"configMap\":{\"name\":\"cdi-uploadserver-client-signer-bundle\",\"items\":[{\"key\":\"ca-bundle.crt\",\"path\":\"ca-bundle.crt\"}],\"defaultMode\":420}}],\"containers\":[{\"name\":\"cdi-deployment\",\"image\":\"registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061\",\"args\":[\"-v=1\"],\"ports\":[{\"name\":\"metrics\",\"containerPort\":8080,\"protocol\":\"TCP\"}],\"env\":[{\"name\":\"IMPORTER_IMAGE\",\"value\":\"registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031\"},{\"name\":\"CLONER_IMAGE\",\"value\":\"registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab\"},{\"name\":\"UPLOADSERVER_IMAGE\",\"value\":\"registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c\"},{\"name\":\"UPLOADPROXY_SERVICE\",\"value\":\"cdi-uploadproxy\"},{\"name\":\"OVIRT_POPULATOR_IMAGE\",\"value\":\"registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7\"},{\"name\":\"PULL_POLICY\",\"value\":\"IfNotPresent\"},{\"name\":\"INSTALLER_PART_OF_LABEL\",\"valueFrom\":{\"fieldRef\":{\"apiVersion\":\"v1\",\"fieldPath\":\"metadata.labels['app.kubernetes.io/part-of']\"}}},{\"name\":\"INSTALLER_VERSION_LABEL\",\"valueFrom\":{\"fieldRef\":{\"apiVersion\":\"v1\",\"fieldPath\":\"metadata.labels['app.kubernetes.io/version']\"}}}],\"resources\":{\"requests\":{\"cpu\":\"100m\",\"memory\":\"150Mi\"}},\"volumeMounts\":[{\"name\":\"cdi-api-signing-key\",\"mountPath\":\"/var/run/cdi/token/keys\"},{\"name\":\"uploadserver-ca-cert\",\"mountPath\":\"/var/run/certs/cdi-uploadserver-signer\"},{\"name\":\"uploadserver-client-ca-cert\",\"mountPath\":\"/var/run/certs/cdi-uploadserver-client-signer\"},{\"name\":\"uploadserver-ca-bundle\",\"mountPath\":\"/var/run/ca-bundle/cdi-uploadserver-signer-bundle\"},{\"name\":\"uploadserver-client-ca-bundle\",\"mountPath\":\"/var/run/ca-bundle/cdi-uploadserver-client-signer-bundle\"}],\"readinessProbe\":{\"exec\":{\"command\":[\"cat\",\"/tmp/ready\"]},\"initialDelaySeconds\":2,\"timeoutSeconds\":1,\"periodSeconds\":5,\"successThreshold\":1,\"failureThreshold\":3},\"terminationMessagePath\":\"/dev/termination-log\",\"terminationMessagePolicy\":\"File\",\"imagePullPolicy\":\"IfNotPresent\",\"securityContext\":{\"capabilities\":{\"drop\":[\"ALL\"]},\"runAsNonRoot\":true,\"allowPrivilegeEscalation\":false,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}}}],\"serviceAccountName\":\"cdi-sa\",\"securityContext\":{\"runAsNonRoot\":true},\"affinity\":{\"podAntiAffinity\":{\"preferredDuringSchedulingIgnoredDuringExecution\":[{\"weight\":1,\"podAffinityTerm\":{\"labelSelector\":{\"matchExpressions\":[{\"key\":\"cdi.kubevirt.io\",\"operator\":\"In\",\"values\":[\"cdi-deployment\"]}]},\"topologyKey\":\"kubernetes.io/hostname\"}}]}},\"priorityClassName\":\"kubevirt-cluster-critical\"}},\"strategy\":{}},\"status\":{}}" }, "creationTimestamp": "2024-07-20T18:17:49Z", "generation": 1, "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-deployment", "operator.cdi.kubevirt.io/createVersion": "4.16.1", "prometheus.cdi.kubevirt.io": "true" }, "name": "cdi-deployment", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "cdi.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "CDI", "name": "cdi-kubevirt-hyperconverged", "uid": "a77bff10-1265-4244-9194-c90d23d8ca3c" } ], "resourceVersion": "91761", "uid": "35b19e92-6142-4c10-b7e3-d078c818d852" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "app": "containerized-data-importer" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-deployment", "operator.cdi.kubevirt.io/createVersion": "4.16.1", "prometheus.cdi.kubevirt.io": "true" } }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-deployment" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "IMPORTER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031" }, { "name": "CLONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab" }, { "name": "UPLOADSERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c" }, { "name": "UPLOADPROXY_SERVICE", "value": "cdi-uploadproxy" }, { "name": "OVIRT_POPULATOR_IMAGE", "value": "registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7" }, { "name": "PULL_POLICY", "value": "IfNotPresent" }, { "name": "INSTALLER_PART_OF_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "INSTALLER_VERSION_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061", "imagePullPolicy": "IfNotPresent", "name": "cdi-deployment", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "exec": { "command": [ "cat", "/tmp/ready" ] }, "failureThreshold": 3, "initialDelaySeconds": 2, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/cdi/token/keys", "name": "cdi-api-signing-key" }, { "mountPath": "/var/run/certs/cdi-uploadserver-signer", "name": "uploadserver-ca-cert" }, { "mountPath": "/var/run/certs/cdi-uploadserver-client-signer", "name": "uploadserver-client-ca-cert" }, { "mountPath": "/var/run/ca-bundle/cdi-uploadserver-signer-bundle", "name": "uploadserver-ca-bundle" }, { "mountPath": "/var/run/ca-bundle/cdi-uploadserver-client-signer-bundle", "name": "uploadserver-client-ca-bundle" } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "cdi-sa", "serviceAccountName": "cdi-sa", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "cdi-api-signing-key", "secret": { "defaultMode": 420, "items": [ { "key": "id_rsa.pub", "path": "id_rsa.pub" }, { "key": "id_rsa", "path": "id_rsa" } ], "secretName": "cdi-api-signing-key" } }, { "name": "uploadserver-ca-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadserver-signer" } }, { "name": "uploadserver-client-ca-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadserver-client-signer" } }, { "configMap": { "defaultMode": 420, "items": [ { "key": "ca-bundle.crt", "path": "ca-bundle.crt" } ], "name": "cdi-uploadserver-signer-bundle" }, "name": "uploadserver-ca-bundle" }, { "configMap": { "defaultMode": 420, "items": [ { "key": "ca-bundle.crt", "path": "ca-bundle.crt" } ], "name": "cdi-uploadserver-client-signer-bundle" }, "name": "uploadserver-client-ca-bundle" } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:07Z", "lastUpdateTime": "2024-07-20T18:18:07Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:49Z", "lastUpdateTime": "2024-07-20T18:18:07Z", "message": "ReplicaSet \"cdi-deployment-67cf7d955c\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:19:49Z", "generation": 1, "labels": { "kubevirt.io": "cdi-http-import-server" }, "name": "cdi-http-import-server", "namespace": "openshift-cnv", "resourceVersion": "96200", "uid": "16329030-0e37-46ac-999e-82ce42296e12" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "kubevirt.io": "cdi-http-import-server" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "kubevirt.io": "cdi-http-import-server" } }, "spec": { "containers": [ { "image": "quay.io/kubevirt/cdi-http-import-server:latest", "imagePullPolicy": "Always", "name": "cdi-http-import-server", "ports": [ { "containerPort": 80, "name": "http", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "tcpSocket": { "port": 80 }, "timeoutSeconds": 1 }, "resources": {}, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsUser": 0 }, "serviceAccount": "kubevirt-testing", "serviceAccountName": "kubevirt-testing", "terminationGracePeriodSeconds": 30 } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:20:10Z", "lastUpdateTime": "2024-07-20T18:20:10Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:19:49Z", "lastUpdateTime": "2024-07-20T18:20:10Z", "message": "ReplicaSet \"cdi-http-import-server-5bd7d8df67\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:04Z", "generation": 4, "labels": { "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "olm.deployment-spec-hash": "DGBLsr4FlkMwXgPOU6SaD0fZ2EQBHDcVqr1C0", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "cdi-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92134", "uid": "70ba5195-5059-4f93-8027-f415f3c26702" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "cdi-operator", "operator.cdi.kubevirt.io": "" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-operator", "name": "cdi-operator", "operator.cdi.kubevirt.io": "", "prometheus.cdi.kubevirt.io": "true" } }, "spec": { "affinity": { "podAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-operator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "env": [ { "name": "DEPLOY_CLUSTER_RESOURCES", "value": "true" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-controller-rhel9@sha256:ca6a72188c49bbca7eb8d486c904962ab399613a15e3d1442245bc98be3c4061" }, { "name": "IMPORTER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-importer-rhel9@sha256:ffeb5a1429630862828f65b49999f008af0c89a650d928e73a7296a0255d7031" }, { "name": "CLONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-cloner-rhel9@sha256:f883d6d6269ea8b2ea96adac2fc2378ceb1b0c33651293ec668afdf161083bab" }, { "name": "OVIRT_POPULATOR_IMAGE", "value": "registry.redhat.io/migration-toolkit-virtualization/mtv-rhv-populator-rhel8@sha256:b59e34cdb6214eacb9dc176a7b33125d7c1871f6b81696d59646294bfaf749e7" }, { "name": "APISERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-apiserver-rhel9@sha256:da0abf3aa4639fbd9a754f766e6f35ddc299f81af9ca90147b3dbd306b1c84ef" }, { "name": "UPLOAD_SERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadserver-rhel9@sha256:33a4dd618d1f929d26b57c3e67070e685ab24fcab01adcb02522e32be0749e9c" }, { "name": "UPLOAD_PROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6" }, { "name": "VERBOSITY", "value": "1" }, { "name": "PULL_POLICY", "value": "IfNotPresent" }, { "name": "MONITORING_NAMESPACE" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-operator-rhel9@sha256:689551d442aab7d257014ef74b2ee96102377307242a1151b0dc737adfd8d4d4", "imagePullPolicy": "IfNotPresent", "name": "cdi-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "cdi-operator", "serviceAccountName": "cdi-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:20Z", "lastUpdateTime": "2024-07-20T18:17:20Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:04Z", "lastUpdateTime": "2024-07-20T18:17:20Z", "message": "ReplicaSet \"cdi-operator-84b5bf868\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1", "operator.cdi.kubevirt.io/lastAppliedConfiguration": "{\"kind\":\"Deployment\",\"apiVersion\":\"apps/v1\",\"metadata\":{\"name\":\"cdi-uploadproxy\",\"namespace\":\"openshift-cnv\",\"creationTimestamp\":null,\"labels\":{\"app\":\"containerized-data-importer\",\"app.kubernetes.io/component\":\"storage\",\"app.kubernetes.io/managed-by\":\"cdi-operator\",\"cdi.kubevirt.io\":\"cdi-uploadproxy\"}},\"spec\":{\"replicas\":1,\"selector\":{\"matchLabels\":{\"cdi.kubevirt.io\":\"cdi-uploadproxy\"}},\"template\":{\"metadata\":{\"creationTimestamp\":null,\"labels\":{\"app\":\"containerized-data-importer\",\"app.kubernetes.io/component\":\"storage\",\"app.kubernetes.io/managed-by\":\"cdi-operator\",\"cdi.kubevirt.io\":\"cdi-uploadproxy\"}},\"spec\":{\"volumes\":[{\"name\":\"server-cert\",\"secret\":{\"secretName\":\"cdi-uploadproxy-server-cert\",\"items\":[{\"key\":\"tls.crt\",\"path\":\"tls.crt\"},{\"key\":\"tls.key\",\"path\":\"tls.key\"}],\"defaultMode\":420}},{\"name\":\"client-cert\",\"secret\":{\"secretName\":\"cdi-uploadserver-client-cert\",\"items\":[{\"key\":\"tls.crt\",\"path\":\"tls.crt\"},{\"key\":\"tls.key\",\"path\":\"tls.key\"}],\"defaultMode\":420}}],\"containers\":[{\"name\":\"cdi-uploadproxy\",\"image\":\"registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6\",\"args\":[\"-v=1\"],\"env\":[{\"name\":\"APISERVER_PUBLIC_KEY\",\"valueFrom\":{\"secretKeyRef\":{\"name\":\"cdi-api-signing-key\",\"key\":\"id_rsa.pub\"}}}],\"resources\":{\"requests\":{\"cpu\":\"100m\",\"memory\":\"150Mi\"}},\"volumeMounts\":[{\"name\":\"server-cert\",\"readOnly\":true,\"mountPath\":\"/var/run/certs/cdi-uploadproxy-server-cert\"},{\"name\":\"client-cert\",\"readOnly\":true,\"mountPath\":\"/var/run/certs/cdi-uploadserver-client-cert\"}],\"readinessProbe\":{\"httpGet\":{\"path\":\"/healthz\",\"port\":8443,\"scheme\":\"HTTPS\"},\"initialDelaySeconds\":2,\"timeoutSeconds\":1,\"periodSeconds\":5,\"successThreshold\":1,\"failureThreshold\":3},\"terminationMessagePath\":\"/dev/termination-log\",\"terminationMessagePolicy\":\"File\",\"imagePullPolicy\":\"IfNotPresent\",\"securityContext\":{\"capabilities\":{\"drop\":[\"ALL\"]},\"runAsNonRoot\":true,\"allowPrivilegeEscalation\":false,\"seccompProfile\":{\"type\":\"RuntimeDefault\"}}}],\"serviceAccountName\":\"cdi-uploadproxy\",\"securityContext\":{\"runAsNonRoot\":true},\"affinity\":{\"podAntiAffinity\":{\"preferredDuringSchedulingIgnoredDuringExecution\":[{\"weight\":1,\"podAffinityTerm\":{\"labelSelector\":{\"matchExpressions\":[{\"key\":\"cdi.kubevirt.io\",\"operator\":\"In\",\"values\":[\"cdi-uploadproxy\"]}]},\"topologyKey\":\"kubernetes.io/hostname\"}}]}},\"priorityClassName\":\"kubevirt-cluster-critical\"}},\"strategy\":{}},\"status\":{}}" }, "creationTimestamp": "2024-07-20T18:17:49Z", "generation": 1, "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-uploadproxy", "operator.cdi.kubevirt.io/createVersion": "4.16.1" }, "name": "cdi-uploadproxy", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "cdi.kubevirt.io/v1beta1", "blockOwnerDeletion": true, "controller": true, "kind": "CDI", "name": "cdi-kubevirt-hyperconverged", "uid": "a77bff10-1265-4244-9194-c90d23d8ca3c" } ], "resourceVersion": "91399", "uid": "707c594d-9e84-496e-98f4-e3ed08be6460" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "cdi.kubevirt.io": "cdi-uploadproxy" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "containerized-data-importer", "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "cdi-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "cdi.kubevirt.io": "cdi-uploadproxy", "operator.cdi.kubevirt.io/createVersion": "4.16.1" } }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "cdi.kubevirt.io", "operator": "In", "values": [ "cdi-uploadproxy" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "APISERVER_PUBLIC_KEY", "valueFrom": { "secretKeyRef": { "key": "id_rsa.pub", "name": "cdi-api-signing-key" } } } ], "image": "registry.redhat.io/container-native-virtualization/virt-cdi-uploadproxy-rhel9@sha256:da93a574678c24b1b6d160512f601434620f3b7a0646c12cc407698baa7fa1d6", "imagePullPolicy": "IfNotPresent", "name": "cdi-uploadproxy", "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 2, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/run/certs/cdi-uploadproxy-server-cert", "name": "server-cert", "readOnly": true }, { "mountPath": "/var/run/certs/cdi-uploadserver-client-cert", "name": "client-cert", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "cdi-uploadproxy", "serviceAccountName": "cdi-uploadproxy", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "server-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadproxy-server-cert" } }, { "name": "client-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "cdi-uploadserver-client-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:58Z", "lastUpdateTime": "2024-07-20T18:17:58Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:49Z", "lastUpdateTime": "2024-07-20T18:17:58Z", "message": "ReplicaSet \"cdi-uploadproxy-5f6446c6dd\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generation": 4, "labels": { "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "olm.deployment-spec-hash": "spZdwxLmFD3crSrknXptgkd2k7y96V4BDipFN", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "cluster-network-addons-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92087", "uid": "3459d3a8-492f-47b7-a7b6-8df131410921" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "cluster-network-addons-operator" } }, "strategy": { "type": "Recreate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "cluster-network-addons-operator", "prometheus.cnao.io": "true" } }, "spec": { "containers": [ { "env": [ { "name": "MULTUS_IMAGE", "value": "NOT_AVAILABLE" }, { "name": "MULTUS_DYNAMIC_NETWORKS_CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/multus-dynamic-networks-rhel9@sha256:03f61dbb2ab3742dc7ca5a4b233cd819bd28b339d6f3f3a19e3a1f8b51362b8c" }, { "name": "LINUX_BRIDGE_IMAGE", "value": "registry.redhat.io/container-native-virtualization/cnv-containernetworking-plugins-rhel9@sha256:d410c93c69f86babd81e3437ae2e91f635ea0b2c794301f4d10515fbb62f3b71" }, { "name": "LINUX_BRIDGE_MARKER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/bridge-marker-rhel9@sha256:f41fe7b7ea2fa3d94f2c5573c6be9c745d531238dd967b73fa6d3155c07be532" }, { "name": "OVS_CNI_IMAGE", "value": "registry.redhat.io/container-native-virtualization/ovs-cni-plugin-rhel9@sha256:1e9ac3c3e418f98eb59fcc98770d22a137b94a2af9410da230935e0fa35f3763" }, { "name": "KUBEMACPOOL_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6" }, { "name": "MACVTAP_CNI_IMAGE", "value": "NOT_AVAILABLE" }, { "name": "KUBE_RBAC_PROXY_IMAGE", "value": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58" }, { "name": "KUBE_SECONDARY_DNS_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubesecondarydns-rhel9@sha256:78e24bdf1b8d4f27c7bdf0f691085acfb507928ca1efe13c8b21ded970c74553" }, { "name": "CORE_DNS_IMAGE", "value": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:185a83c994aced74546fe630cd71656f1e4112cb15be75f41dfcb1b9ed0966bd" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381" }, { "name": "OPERATOR_NAME", "value": "cluster-network-addons-operator" }, { "name": "OPERATOR_VERSION", "value": "sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381" }, { "name": "OPERATOR_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "OPERAND_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "WATCH_NAMESPACE" }, { "name": "MONITORING_NAMESPACE", "value": "openshift-monitoring" }, { "name": "MONITORING_SERVICE_ACCOUNT", "value": "prometheus-k8s" }, { "name": "RUNBOOK_URL_TEMPLATE", "value": "https://github.com/openshift/runbooks/blob/master/alerts/openshift-virtualization-operator/%s.md" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/cluster-network-addons-operator-rhel9@sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381", "imagePullPolicy": "IfNotPresent", "name": "cluster-network-addons-operator", "resources": { "requests": { "cpu": "50m", "memory": "30Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" }, { "args": [ "--logtostderr", "--secure-listen-address=:8443", "--upstream=http://127.0.0.1:8080" ], "env": [ { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "imagePullPolicy": "IfNotPresent", "name": "kube-rbac-proxy", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "20Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError" } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "cluster-network-addons-operator", "serviceAccountName": "cluster-network-addons-operator", "terminationGracePeriodSeconds": 30 } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:12Z", "lastUpdateTime": "2024-07-20T18:17:12Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:03Z", "lastUpdateTime": "2024-07-20T18:17:12Z", "message": "ReplicaSet \"cluster-network-addons-operator-7ddd59d665\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:02Z", "generation": 5, "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-operator", "olm.deployment-spec-hash": "2TEWz1I6vlcbPXq8togZZsvIojnh6C2NNas3OY", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "hco-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "95590", "uid": "cd56d891-b298-4fef-b1de-2660ccfebf0f" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 0, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "hyperconverged-cluster-operator" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-operator" } }, "spec": { "containers": [ { "command": [ "hyperconverged-cluster-operator" ], "env": [ { "name": "WEBHOOK_MODE", "value": "false" }, { "name": "APP", "value": "OPERATOR" }, { "name": "KVM_EMULATION" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264" }, { "name": "OPERATOR_NAME", "value": "hyperconverged-cluster-operator" }, { "name": "OPERATOR_NAMESPACE", "value": "openshift-cnv" }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "VIRTIOWIN_CONTAINER", "value": "registry.redhat.io/container-native-virtualization/virtio-win-rhel9@sha256:584857c3d7cee20877a4ea135fb58fd7721dfc04a23a6c76580eba9facd6e6c0" }, { "name": "SMBIOS", "value": "Family: Red Hat\nProduct: OpenShift Virtualization\nManufacturer: Red Hat\nVersion: 4.16.1" }, { "name": "MACHINETYPE" }, { "name": "AMD64_MACHINETYPE", "value": "pc-q35-rhel9.4.0" }, { "name": "ARM64_MACHINETYPE", "value": "virt" }, { "name": "HCO_KV_IO_VERSION", "value": "4.16.1" }, { "name": "KUBEVIRT_VERSION", "value": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "CDI_VERSION", "value": "4.16.1" }, { "name": "NETWORK_ADDONS_VERSION", "value": "sha256:84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb135454977b381" }, { "name": "SSP_VERSION", "value": "4.16.1" }, { "name": "HPPO_VERSION", "value": "4.16.1" }, { "name": "MTQ_VERSION", "value": "4.16.1" }, { "name": "AAQ_VERSION", "value": "4.16.1" }, { "name": "KV_CONSOLE_PLUGIN_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2" }, { "name": "KV_CONSOLE_PROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec" }, { "name": "VIRTCTL_DOWNLOAD_URL", "value": "https://access.redhat.com/downloads/content/473" }, { "name": "VIRTCTL_DOWNLOAD_TEXT", "value": "Red Hat Customer Portal binary download (Linux, MacOSX, and Microsoft Windows)" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 1, "httpGet": { "path": "/livez", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "hyperconverged-cluster-operator", "readinessProbe": { "failureThreshold": 1, "httpGet": { "path": "/readyz", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "10m", "memory": "96Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "hyperconverged-cluster-operator", "serviceAccountName": "hyperconverged-cluster-operator", "terminationGracePeriodSeconds": 30 } } }, "status": { "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:23Z", "lastUpdateTime": "2024-07-20T18:17:23Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:02Z", "lastUpdateTime": "2024-07-20T18:17:23Z", "message": "ReplicaSet \"hco-operator-5d677fbd49\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 5 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generation": 4, "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-webhook", "olm.deployment-spec-hash": "aq85wcZuZ9XAMNTCiQx3YMG9a5JnCsZOu86i4V", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "hco-webhook", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92064", "uid": "ebb9e2f8-80c2-43a9-b3cd-f9b9c2656155" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "hyperconverged-cluster-webhook" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "olmcahash": "bc4a18e91a58d4f58cc78e53e0525544bc31ef4bc1898e56cb7e85f1abca7fbd", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-webhook" } }, "spec": { "containers": [ { "command": [ "hyperconverged-cluster-webhook" ], "env": [ { "name": "WEBHOOK_MODE", "value": "true" }, { "name": "APP", "value": "WEBHOOK" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744" }, { "name": "OPERATOR_NAME", "value": "hyperconverged-cluster-webhook" }, { "name": "OPERATOR_NAMESPACE", "value": "openshift-cnv" }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "VIRTCTL_DOWNLOAD_URL", "value": "https://access.redhat.com/downloads/content/473" }, { "name": "VIRTCTL_DOWNLOAD_TEXT", "value": "Red Hat Customer Portal binary download (Linux, MacOSX, and Microsoft Windows)" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-webhook-rhel9@sha256:66993700664acbdb7ccbabac4aa3907bc21a9d4acfebd843668134658b643744", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 1, "httpGet": { "path": "/livez", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "hyperconverged-cluster-webhook", "readinessProbe": { "failureThreshold": 1, "httpGet": { "path": "/readyz", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "48Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/apiserver.local.config/certificates", "name": "apiservice-cert" }, { "mountPath": "/tmp/k8s-webhook-server/serving-certs", "name": "webhook-cert" } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-node-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "hyperconverged-cluster-operator", "serviceAccountName": "hyperconverged-cluster-operator", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "apiservice-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "apiserver.crt" }, { "key": "tls.key", "path": "apiserver.key" } ], "secretName": "hco-webhook-service-cert" } }, { "name": "webhook-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "hco-webhook-service-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:23Z", "lastUpdateTime": "2024-07-20T18:17:23Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:03Z", "lastUpdateTime": "2024-07-20T18:17:23Z", "message": "ReplicaSet \"hco-webhook-64f65c5b67\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:05Z", "generation": 4, "labels": { "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "olm.deployment-spec-hash": "5OsMsIZKBzLS2Ladsfoxo7PRtS7NiKkVNsOvdH", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "hostpath-provisioner-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92146", "uid": "3df08d6c-da09-4958-a592-996b78ece3a8" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "hostpath-provisioner-operator", "operator.hostpath-provisioner.kubevirt.io": "" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "olmcahash": "bc4a18e91a58d4f58cc78e53e0525544bc31ef4bc1898e56cb7e85f1abca7fbd", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "storage", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hostpath-provisioner-operator", "operator.hostpath-provisioner.kubevirt.io": "", "prometheus.hostpathprovisioner.kubevirt.io": "true" } }, "spec": { "containers": [ { "command": [ "hostpath-provisioner-operator" ], "env": [ { "name": "WATCH_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "INSTALLER_PART_OF_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "INSTALLER_VERSION_LABEL", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } }, { "name": "OPERATOR_NAME", "value": "hostpath-provisioner-operator" }, { "name": "OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b" }, { "name": "PROVISIONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-rhel9@sha256:a3e1b36f0f90ee7822771b43fdb90a1a3e5f686b234311092a32ee39347d4975" }, { "name": "CSI_PROVISIONER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/hostpath-csi-driver-rhel9@sha256:7c7411de1f2fc5ed2fd977616257d2548d0ed1447a8517ede3483754c17c8e7e" }, { "name": "NODE_DRIVER_REG_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:09a30b59c906ddc4604d70f18210bcebef1f90f8bf965422b0caba363cd88989" }, { "name": "LIVENESS_PROBE_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:fa0478fbf91248166f0eed8ec5f8dbb5b31d26031438376d9301836b6a069643" }, { "name": "CSI_SNAPSHOT_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d6dfd062df3d0d49f7efb928b835b9c8e0bcfb514a653ba2896a0152f24a0a21" }, { "name": "CSI_SIG_STORAGE_PROVISIONER_IMAGE", "value": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:0769512df0fa1325d76a5f10a1a704cf60fc65f62f57b157ea53bc9ba682851f" }, { "name": "VERBOSITY", "value": "1" }, { "name": "MONITORING_NAMESPACE" }, { "name": "PRIORITY_CLASS", "value": "kubevirt-cluster-critical" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/hostpath-provisioner-operator-rhel9@sha256:c82749420449ea91736e3c638d3f2d8d29cbfde0b76c3d4b620585850130459b", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 1, "httpGet": { "path": "/livez", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 30, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "hostpath-provisioner-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 1, "httpGet": { "path": "/readyz", "port": 6060, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 5, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "10m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/tmp/k8s-webhook-server/serving-certs", "name": "webhook-cert" } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "hostpath-provisioner-operator", "serviceAccountName": "hostpath-provisioner-operator", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "apiservice-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "apiserver.crt" }, { "key": "tls.key", "path": "apiserver.key" } ], "secretName": "hostpath-provisioner-operator-service-cert" } }, { "name": "webhook-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "hostpath-provisioner-operator-service-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:26Z", "lastUpdateTime": "2024-07-20T18:17:26Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:05Z", "lastUpdateTime": "2024-07-20T18:17:26Z", "message": "ReplicaSet \"hostpath-provisioner-operator-6d5cfc58b\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generation": 4, "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-cli-download", "olm.deployment-spec-hash": "apXawIbzHZnHAttf0XumnPihjWKf3gupoHIfpk", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "hyperconverged-cluster-cli-download", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92072", "uid": "40e065a1-251b-42de-8e37-eef3abb049c4" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "hyperconverged-cluster-cli-download" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "deployment", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "hyperconverged-cluster-cli-download" } }, "spec": { "containers": [ { "env": [ { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-artifacts-server-rhel9@sha256:e9e54d14da1b841e5c44bd357320fd13f0c789ef0e84572e2e36da2398bb654a", "imagePullPolicy": "IfNotPresent", "name": "server", "ports": [ { "containerPort": 8080, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "96Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationGracePeriodSeconds": 30 } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:14Z", "lastUpdateTime": "2024-07-20T18:17:14Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:03Z", "lastUpdateTime": "2024-07-20T18:17:14Z", "message": "ReplicaSet \"hyperconverged-cluster-cli-download-79b7d69949\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generation": 1, "labels": { "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "cert-manager", "controller-tools.k8s.io": "1.0", "networkaddonsoperator.network.kubevirt.io/version": "sha256_84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb13545", "prometheus.cnao.io": "true" }, "name": "kubemacpool-cert-manager", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "networkaddonsoperator.network.kubevirt.io/v1", "blockOwnerDeletion": true, "controller": true, "kind": "NetworkAddonsConfig", "name": "cluster", "uid": "d7650128-2444-4020-ab0b-6ac2df8bd98c" } ], "resourceVersion": "91298", "uid": "96b837c7-7e3b-422b-af30-66e8d63c4bb3" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "control-plane": "cert-manager", "controller-tools.k8s.io": "1.0" } }, "strategy": { "type": "Recreate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "kubemacpool", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "cert-manager", "controller-tools.k8s.io": "1.0", "prometheus.cnao.io": "true" } }, "spec": { "affinity": { "nodeAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" } ] }, "weight": 10 }, { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/master", "operator": "Exists" } ] }, "weight": 1 } ] } }, "containers": [ { "args": [ "--v=production" ], "command": [ "/manager" ], "env": [ { "name": "CA_ROTATE_INTERVAL", "value": "48h0m0s" }, { "name": "CA_OVERLAP_INTERVAL", "value": "24h0m0s" }, { "name": "CERT_ROTATE_INTERVAL", "value": "24h0m0s" }, { "name": "CERT_OVERLAP_INTERVAL", "value": "12h0m0s" }, { "name": "RUN_CERT_MANAGER" }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "COMPONENT", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/component']" } } }, { "name": "PART_OF", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/part-of']" } } }, { "name": "VERSION", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/version']" } } }, { "name": "MANAGED_BY", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.labels['app.kubernetes.io/managed-by']" } } } ], "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "imagePullPolicy": "IfNotPresent", "name": "manager", "resources": { "requests": { "cpu": "30m", "memory": "30Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "seccompProfile": { "type": "RuntimeDefault" } }, "terminationGracePeriodSeconds": 5, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 60 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 60 } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:56Z", "lastUpdateTime": "2024-07-20T18:17:56Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:46Z", "lastUpdateTime": "2024-07-20T18:17:56Z", "message": "ReplicaSet \"kubemacpool-cert-manager-845fcb4fdb\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:46Z", "generation": 1, "labels": { "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "mac-controller-manager", "controller-tools.k8s.io": "1.0", "networkaddonsoperator.network.kubevirt.io/version": "sha256_84b212a66ac8af6a5361578a190a5a2dcf6367592c5979adfeb13545", "prometheus.cnao.io": "true" }, "name": "kubemacpool-mac-controller-manager", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "networkaddonsoperator.network.kubevirt.io/v1", "blockOwnerDeletion": true, "controller": true, "kind": "NetworkAddonsConfig", "name": "cluster", "uid": "d7650128-2444-4020-ab0b-6ac2df8bd98c" } ], "resourceVersion": "92556", "uid": "a1cb6c85-8e12-4b9b-97c8-2aedc3d9d0d0" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "control-plane": "mac-controller-manager", "controller-tools.k8s.io": "1.0" } }, "strategy": { "type": "Recreate" }, "template": { "metadata": { "annotations": { "description": "KubeMacPool manages MAC allocation to Pods and VMs" }, "creationTimestamp": null, "labels": { "app": "kubemacpool", "app.kubernetes.io/component": "network", "app.kubernetes.io/managed-by": "cnao-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "mac-controller-manager", "controller-tools.k8s.io": "1.0", "prometheus.cnao.io": "true" } }, "spec": { "affinity": { "nodeAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" } ] }, "weight": 10 }, { "preference": { "matchExpressions": [ { "key": "node-role.kubernetes.io/master", "operator": "Exists" } ] }, "weight": 1 } ] } }, "containers": [ { "args": [ "--v=production", "--wait-time=300" ], "command": [ "/manager" ], "env": [ { "name": "TLS_MIN_VERSION", "value": "1.2" }, { "name": "TLS_CIPHERS", "value": "TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-CHACHA20-POLY1305,ECDHE-RSA-CHACHA20-POLY1305,DHE-RSA-AES128-GCM-SHA256,DHE-RSA-AES256-GCM-SHA384" }, { "name": "POD_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.namespace" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } }, { "name": "RANGE_START", "valueFrom": { "configMapKeyRef": { "key": "RANGE_START", "name": "kubemacpool-mac-range-config" } } }, { "name": "RANGE_END", "valueFrom": { "configMapKeyRef": { "key": "RANGE_END", "name": "kubemacpool-mac-range-config" } } }, { "name": "KUBEVIRT_CLIENT_GO_SCHEME_REGISTRATION_VERSION", "value": "v1" } ], "image": "registry.redhat.io/container-native-virtualization/kubemacpool-rhel9@sha256:ecbb442a169208356ca7b93dc91f5c436a93a5e9b5aaf0ef7abfeb528308ecc6", "imagePullPolicy": "IfNotPresent", "name": "manager", "ports": [ { "containerPort": 8000, "name": "webhook-server", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "httpHeaders": [ { "name": "Content-Type", "value": "application/json" } ], "path": "/readyz", "port": "webhook-server", "scheme": "HTTPS" }, "initialDelaySeconds": 10, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "100m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/tmp/k8s-webhook-server/serving-certs/", "name": "tls-key-pair", "readOnly": true } ] }, { "args": [ "--logtostderr", "--secure-listen-address=:8443", "--upstream=http://127.0.0.1:8080" ], "image": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:6b7beed3cba9093b3aeb3109f23ec38c20f5568915dff774ad5e9e6bb5db3a58", "imagePullPolicy": "IfNotPresent", "name": "kube-rbac-proxy", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "20Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError" } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "seccompProfile": { "type": "RuntimeDefault" } }, "terminationGracePeriodSeconds": 5, "tolerations": [ { "effect": "NoSchedule", "key": "node-role.kubernetes.io/control-plane", "operator": "Exists" }, { "effect": "NoSchedule", "key": "node-role.kubernetes.io/master", "operator": "Exists" }, { "effect": "NoExecute", "key": "node.kubernetes.io/unreachable", "operator": "Exists", "tolerationSeconds": 60 }, { "effect": "NoExecute", "key": "node.kubernetes.io/not-ready", "operator": "Exists", "tolerationSeconds": 60 } ], "volumes": [ { "name": "tls-key-pair", "secret": { "defaultMode": 420, "secretName": "kubemacpool-service" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:22Z", "lastUpdateTime": "2024-07-20T18:18:22Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:46Z", "lastUpdateTime": "2024-07-20T18:18:22Z", "message": "ReplicaSet \"kubemacpool-mac-controller-manager-7c84b69d4\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:18:22Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-apiserver-proxy", "namespace": "openshift-cnv", "resourceVersion": "92750", "uid": "4d81f390-ca95-4dd3-86e0-4b66cf3c2c66" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-apiserver-proxy", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "spec": { "containers": [ { "image": "registry.redhat.io/container-native-virtualization/kubevirt-apiserver-proxy-rhel9@sha256:270fc193cde479803b46f67e666576a29bc0af512b352b36dbd483f7772de0ec", "imagePullPolicy": "IfNotPresent", "name": "kubevirt-apiserver-proxy", "ports": [ { "containerPort": 8080, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/app/cert", "name": "console-proxy-serving-cert", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "console-proxy-serving-cert", "secret": { "defaultMode": 420, "secretName": "console-proxy-serving-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:25Z", "lastUpdateTime": "2024-07-20T18:18:25Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:22Z", "lastUpdateTime": "2024-07-20T18:18:25Z", "message": "ReplicaSet \"kubevirt-apiserver-proxy-5c65bdf585\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:18:22Z", "generation": 1, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" }, "name": "kubevirt-console-plugin", "namespace": "openshift-cnv", "resourceVersion": "92905", "uid": "068f349b-8273-4d20-9298-ec697eed3160" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app": "kubevirt-hyperconverged", "app.kubernetes.io/component": "kubevirt-console-plugin", "app.kubernetes.io/managed-by": "hco-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1" } }, "spec": { "containers": [ { "image": "registry.redhat.io/container-native-virtualization/kubevirt-console-plugin-rhel9@sha256:f85056ce57c8a2a7ab97cabc8207c018655686948fc5aab308c98f2e74e858c2", "imagePullPolicy": "IfNotPresent", "name": "kubevirt-console-plugin", "ports": [ { "containerPort": 9443, "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "100Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/var/serving-cert", "name": "plugin-serving-cert", "readOnly": true }, { "mountPath": "/etc/nginx/nginx.conf", "name": "nginx-conf", "readOnly": true, "subPath": "nginx.conf" } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "plugin-serving-cert", "secret": { "defaultMode": 420, "secretName": "plugin-serving-cert" } }, { "configMap": { "defaultMode": 420, "name": "nginx-conf" }, "name": "nginx-conf" } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:28Z", "lastUpdateTime": "2024-07-20T18:18:28Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:22Z", "lastUpdateTime": "2024-07-20T18:18:28Z", "message": "ReplicaSet \"kubevirt-console-plugin-5f875d9655\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:06Z", "generation": 4, "labels": { "app.kubernetes.io/component": "multi-tenant", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "olm.deployment-spec-hash": "buBd9PLzkEVOPs9xpwc7QlEWPoUazyMZr0gubN", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "mtq-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92159", "uid": "ae27b744-d479-4961-9bd3-84dac9818115" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "name": "mtq-operator", "operator.mtq.kubevirt.io": "" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "multi-tenant", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "mtq-operator", "operator.mtq.kubevirt.io": "", "prometheus.mtq.kubevirt.io": "true" } }, "spec": { "containers": [ { "args": [ "-v=1" ], "env": [ { "name": "DEPLOY_CLUSTER_RESOURCES", "value": "true" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/mtq-controller-rhel9@sha256:395f9ed865080b9e90f23f8a1420e33ced37ecd1cfd9ba48b3c272c9a5814f66" }, { "name": "MTQ_LOCK_SERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/mtq-lock-server-rhel9@sha256:77b35525a1a1f8646b1a80961bd915a1ba6d4e61960465bc6f70a281673eb263" }, { "name": "VERBOSITY", "value": "1" }, { "name": "PULL_POLICY" }, { "name": "MONITORING_NAMESPACE" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/mtq-operator-rhel9@sha256:785b7a2182ec0742453e699df8456f5608a0ab12b8ff2e2ec7cd46336448ebb9", "imagePullPolicy": "IfNotPresent", "name": "mtq-operator", "ports": [ { "containerPort": 8080, "name": "metrics", "protocol": "TCP" } ], "resources": { "requests": { "cpu": "10m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File" } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "mtq-operator", "serviceAccountName": "mtq-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:20Z", "lastUpdateTime": "2024-07-20T18:17:20Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:06Z", "lastUpdateTime": "2024-07-20T18:17:20Z", "message": "ReplicaSet \"mtq-operator-67bf5d6cf4\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:04Z", "generation": 4, "labels": { "app.kubernetes.io/component": "schedule", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "ssp-operator", "name": "ssp-operator", "olm.deployment-spec-hash": "EzvddSIA7lJIRMn3L4L9QcXNtGqNW7XvQawln", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "ssp-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92110", "uid": "7240650e-936f-4a15-bc90-701b9e8b8137" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 1, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "control-plane": "ssp-operator" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "kubectl.kubernetes.io/default-container": "manager", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "olmcahash": "bc4a18e91a58d4f58cc78e53e0525544bc31ef4bc1898e56cb7e85f1abca7fbd", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "schedule", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "control-plane": "ssp-operator", "name": "ssp-operator", "prometheus.ssp.kubevirt.io": "true" } }, "spec": { "containers": [ { "args": [ "--leader-elect" ], "command": [ "/manager" ], "env": [ { "name": "VALIDATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190" }, { "name": "OPERATOR_VERSION", "value": "4.16.1" }, { "name": "VM_CONSOLE_PROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/vm-console-proxy-rhel9@sha256:3d10aba6a4ebe115ae44fc0104d525be4b1ce6507eff226c830d144a4ca6e2bc" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/kubevirt-ssp-operator-rhel9@sha256:c26016ee78d6f5d21b51b0a8769e57d8a27b9e18812d6785c229bf04d133794d", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8081, "scheme": "HTTP" }, "initialDelaySeconds": 15, "periodSeconds": 20, "successThreshold": 1, "timeoutSeconds": 1 }, "name": "manager", "ports": [ { "containerPort": 9443, "name": "webhook-server", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": 8081, "scheme": "HTTP" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "200m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/apiserver.local.config/certificates", "name": "apiservice-cert" }, { "mountPath": "/tmp/k8s-webhook-server/serving-certs", "name": "webhook-cert" } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "ssp-operator", "serviceAccountName": "ssp-operator", "terminationGracePeriodSeconds": 10, "volumes": [ { "name": "apiservice-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "apiserver.crt" }, { "key": "tls.key", "path": "apiserver.key" } ], "secretName": "ssp-operator-service-cert" } }, { "name": "webhook-cert", "secret": { "defaultMode": 420, "items": [ { "key": "tls.crt", "path": "tls.crt" }, { "key": "tls.key", "path": "tls.key" } ], "secretName": "ssp-operator-service-cert" } } ] } } }, "status": { "availableReplicas": 1, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:04Z", "lastUpdateTime": "2024-07-20T18:17:24Z", "message": "ReplicaSet \"ssp-operator-7f859449f5\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" }, { "lastTransitionTime": "2024-07-20T18:18:14Z", "lastUpdateTime": "2024-07-20T18:18:14Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" } ], "observedGeneration": 4, "readyReplicas": 1, "replicas": 1, "updatedReplicas": 1 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1", "kubevirt.io/customizer-identifier": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f", "kubevirt.io/generation": "3", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, "creationTimestamp": "2024-07-20T18:18:08Z", "generation": 3, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/name": "virt-api", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-api" }, "name": "virt-api", "namespace": "openshift-cnv", "resourceVersion": "102409", "uid": "7d22c09d-8cae-47ef-8796-76b461d350f4" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 2, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "kubevirt.io": "virt-api" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-api", "prometheus.kubevirt.io": "true" }, "name": "virt-api" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-api" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port", "8443", "--console-server-port", "8186", "--subresources-only", "-v", "2" ], "command": [ "virt-api" ], "image": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b", "imagePullPolicy": "IfNotPresent", "name": "virt-api", "ports": [ { "containerPort": 8443, "name": "virt-api", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/apis/subresources.kubevirt.io/v1/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "500Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-api/certificates", "name": "kubevirt-virt-api-certs", "readOnly": true }, { "mountPath": "/etc/virt-handler/clientcertificates", "name": "kubevirt-virt-handler-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-apiserver", "serviceAccountName": "kubevirt-apiserver", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-virt-api-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-api-certs" } }, { "name": "kubevirt-virt-handler-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-virt-handler-certs" } }, { "emptyDir": {}, "name": "profile-data" } ] } } }, "status": { "availableReplicas": 2, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:28Z", "lastUpdateTime": "2024-07-20T18:18:28Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:08Z", "lastUpdateTime": "2024-07-20T18:18:28Z", "message": "ReplicaSet \"virt-api-5d8dd4544f\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 3, "readyReplicas": 2, "replicas": 2, "updatedReplicas": 2 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1", "kubevirt.io/customizer-identifier": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f", "kubevirt.io/generation": "3", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generation": 3, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/name": "virt-controller", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-controller" }, "name": "virt-controller", "namespace": "openshift-cnv", "resourceVersion": "102405", "uid": "6f6a6855-63b9-41a2-8b3a-e6b6343f5be2" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 2, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "kubevirt.io": "virt-controller" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-controller", "prometheus.kubevirt.io": "true" }, "name": "virt-controller" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-controller" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--launcher-image", "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b", "--exporter-image", "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253", "--port", "8443", "-v", "2" ], "command": [ "virt-controller" ], "env": [ { "name": "SIDECAR_SHIM_IMAGE", "value": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b" } ], "image": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb", "imagePullPolicy": "IfNotPresent", "livenessProbe": { "failureThreshold": 8, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "name": "virt-controller", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/leader", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "275Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-controller/certificates", "name": "kubevirt-controller-certs", "readOnly": true }, { "mountPath": "/etc/virt-controller/exportca", "name": "kubevirt-export-ca", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-controller", "serviceAccountName": "kubevirt-controller", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-controller-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-controller-certs" } }, { "name": "kubevirt-export-ca", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-export-ca" } }, { "emptyDir": {}, "name": "profile-data" } ] } } }, "status": { "availableReplicas": 2, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:54Z", "lastUpdateTime": "2024-07-20T18:18:54Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:33Z", "lastUpdateTime": "2024-07-20T18:18:54Z", "message": "ReplicaSet \"virt-controller-6887889ff\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 3, "readyReplicas": 2, "replicas": 2, "updatedReplicas": 2 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1", "kubevirt.io/customizer-identifier": "bf21a9e8fbc5a3846fb05b4fa0859e0917b2202f", "kubevirt.io/generation": "3", "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, "creationTimestamp": "2024-07-20T18:18:33Z", "generation": 3, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/name": "virt-exportproxy", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-exportproxy" }, "name": "virt-exportproxy", "namespace": "openshift-cnv", "resourceVersion": "102407", "uid": "f0b2ac96-8b68-4c62-918e-a1da33eef6d0" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 2, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "kubevirt.io": "virt-exportproxy" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "kubevirt.io/install-strategy-identifier": "66dac7b23085f48c2daadc1ba486461899d60fe6", "kubevirt.io/install-strategy-registry": "", "kubevirt.io/install-strategy-version": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "virt-operator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-exportproxy", "prometheus.kubevirt.io": "true" }, "name": "virt-exportproxy" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-api" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "command": [ "virt-exportproxy", "--port", "8443", "-v", "2" ], "image": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63", "imagePullPolicy": "IfNotPresent", "name": "exportproxy", "ports": [ { "containerPort": 8443, "name": "exportproxy", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/healthz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 15, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "5m", "memory": "150Mi" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-exportproxy/certificates", "name": "kubevirt-exportproxy-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true }, "serviceAccount": "kubevirt-exportproxy", "serviceAccountName": "kubevirt-exportproxy", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-exportproxy-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-exportproxy-certs" } }, { "emptyDir": {}, "name": "profile-data" } ] } } }, "status": { "availableReplicas": 2, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:54Z", "lastUpdateTime": "2024-07-20T18:18:54Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:33Z", "lastUpdateTime": "2024-07-20T18:18:54Z", "message": "ReplicaSet \"virt-exportproxy-55c4884967\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 3, "readyReplicas": 2, "replicas": 2, "updatedReplicas": 2 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:17:03Z", "generation": 4, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "olm.deployment-spec-hash": "cPzraPl722gtPlSPcYSk2ya70Z7QRsgBqSh305", "olm.managed": "true", "olm.owner": "kubevirt-hyperconverged-operator.v4.16.1", "olm.owner.kind": "ClusterServiceVersion", "olm.owner.namespace": "openshift-cnv", "operators.coreos.com/kubevirt-hyperconverged.openshift-cnv": "" }, "name": "virt-operator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "operators.coreos.com/v1alpha1", "blockOwnerDeletion": false, "controller": false, "kind": "ClusterServiceVersion", "name": "kubevirt-hyperconverged-operator.v4.16.1", "uid": "73f98bcb-53ec-46f0-8868-177dea22aadf" } ], "resourceVersion": "92095", "uid": "ebd68fa4-d1ec-4d99-a421-0385745f93af" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 2, "revisionHistoryLimit": 1, "selector": { "matchLabels": { "kubevirt.io": "virt-operator" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "annotations": { "alm-examples": "[{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}},{\"apiVersion\":\"networkaddonsoperator.network.kubevirt.io/v1\",\"kind\":\"NetworkAddonsConfig\",\"metadata\":{\"name\":\"cluster\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"kubeMacPool\":{\"rangeEnd\":\"FD:FF:FF:FF:FF:FF\",\"rangeStart\":\"02:00:00:00:00:00\"},\"linuxBridge\":{},\"macvtap\":{},\"multus\":{},\"ovs\":{}}},{\"apiVersion\":\"kubevirt.io/v1\",\"kind\":\"KubeVirt\",\"metadata\":{\"name\":\"kubevirt\",\"namespace\":\"kubevirt\"},\"spec\":{\"imagePullPolicy\":\"Always\"}},{\"apiVersion\":\"ssp.kubevirt.io/v1beta2\",\"kind\":\"SSP\",\"metadata\":{\"name\":\"ssp-sample\",\"namespace\":\"kubevirt\"},\"spec\":{\"commonTemplates\":{\"namespace\":\"kubevirt\"},\"featureGates\":{\"deployVmConsoleProxy\":true},\"templateValidator\":{\"replicas\":2}}},{\"apiVersion\":\"cdi.kubevirt.io/v1beta1\",\"kind\":\"CDI\",\"metadata\":{\"name\":\"cdi\",\"namespace\":\"cdi\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"hostpathprovisioner.kubevirt.io/v1beta1\",\"kind\":\"HostPathProvisioner\",\"metadata\":{\"name\":\"hostpath-provisioner\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\",\"storagePools\":[{\"name\":\"local\",\"path\":\"/var/hpvolumes\",\"pvcTemplate\":{\"accessModes\":[\"ReadWriteOnce\"],\"resources\":{\"requests\":{\"storage\":\"50Gi\"}}}}],\"workload\":{\"nodeSelector\":{\"kubernetes.io/os\":\"linux\"}}}},{\"apiVersion\":\"mtq.kubevirt.io/v1alpha1\",\"kind\":\"MTQ\",\"metadata\":{\"name\":\"mtq\",\"namespace\":\"mtq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}},{\"apiVersion\":\"aaq.kubevirt.io/v1alpha1\",\"kind\":\"AAQ\",\"metadata\":{\"name\":\"aaq\",\"namespace\":\"aaq\"},\"spec\":{\"imagePullPolicy\":\"IfNotPresent\"}}]", "capabilities": "Deep Insights", "categories": "OpenShift Optional", "certified": "true", "console.openshift.io/disable-operand-delete": "true", "containerImage": "registry.redhat.io/container-native-virtualization/hyperconverged-cluster-operator-rhel9@sha256:036e18c462307a861656cef9503b3c8981eae16abcc64eedf307a943e14e0264", "createdAt": "2024-07-20 12:46:44", "description": "Creates and maintains an OpenShift Virtualization Deployment", "features.operators.openshift.io/cnf": "false", "features.operators.openshift.io/cni": "true", "features.operators.openshift.io/csi": "true", "features.operators.openshift.io/disconnected": "true", "features.operators.openshift.io/fips-compliant": "true", "features.operators.openshift.io/proxy-aware": "true", "features.operators.openshift.io/tls-profiles": "true", "features.operators.openshift.io/token-auth-aws": "false", "features.operators.openshift.io/token-auth-azure": "false", "features.operators.openshift.io/token-auth-gcp": "false", "olm.operatorGroup": "openshift-cnv-group", "olm.operatorNamespace": "openshift-cnv", "olm.skipRange": "\u003e=4.14.1 \u003c4.16.0", "olm.targetNamespaces": "openshift-cnv", "operatorframework.io/initialization-resource": "{\"apiVersion\":\"hco.kubevirt.io/v1beta1\",\"kind\":\"HyperConverged\",\"metadata\":{\"annotations\":{\"deployOVS\":\"false\"},\"name\":\"kubevirt-hyperconverged\",\"namespace\":\"openshift-cnv\"},\"spec\":{}}", "operatorframework.io/properties": "{\"properties\":[{\"type\":\"olm.gvk\",\"value\":{\"group\":\"aaq.kubevirt.io\",\"kind\":\"AAQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"cdi.kubevirt.io\",\"kind\":\"CDI\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hco.kubevirt.io\",\"kind\":\"HyperConverged\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"hostpathprovisioner.kubevirt.io\",\"kind\":\"HostPathProvisioner\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"kubevirt.io\",\"kind\":\"KubeVirt\",\"version\":\"v1alpha3\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"mtq.kubevirt.io\",\"kind\":\"MTQ\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"networkaddonsoperator.network.kubevirt.io\",\"kind\":\"NetworkAddonsConfig\",\"version\":\"v1alpha1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta1\"}},{\"type\":\"olm.gvk\",\"value\":{\"group\":\"ssp.kubevirt.io\",\"kind\":\"SSP\",\"version\":\"v1beta2\"}},{\"type\":\"olm.package\",\"value\":{\"packageName\":\"kubevirt-hyperconverged\",\"version\":\"4.16.1\"}}]}", "operatorframework.io/suggested-namespace": "openshift-cnv", "operators.openshift.io/infrastructure-features": "[\"disconnected\",\"proxy-aware\",\"fips\",\"sno\"]", "operators.openshift.io/must-gather-image": "registry.redhat.io/container-native-virtualization/cnv-must-gather-rhel9@sha256:1e6bfc458cbdc35c553e92b9edb6e48f90b0095a3bec76bcf726fad440cdfb73", "operators.openshift.io/valid-subscription": "[\"OpenShift Kubernetes Engine\", \"OpenShift Container Platform\", \"OpenShift Platform Plus\"]", "operators.operatorframework.io/internal-objects": "[\"networkaddonsconfigs.networkaddonsoperator.network.kubevirt.io\",\"kubevirts.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"ssps.ssp.kubevirt.io\",\"cdis.cdi.kubevirt.io\",\"mtqs.mtq.kubevirt.io\",\"aaqs.aaq.kubevirt.io\"]", "repository": "https://github.com/kubevirt/hyperconverged-cluster-operator", "support": "Red Hat", "test-images-nvrs": "kubevirt-ssp-operator-test-rhel9:v4.16.1-1,kubevirt-common-instancetypes-test-rhel9:v4.16.1-1,kubevirt-tekton-tasks-test-rhel9:v4.16.1-5" }, "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "compute", "app.kubernetes.io/managed-by": "olm", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-operator", "name": "virt-operator", "prometheus.kubevirt.io": "true" }, "name": "virt-operator" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-operator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port", "8443", "-v", "2" ], "command": [ "virt-operator" ], "env": [ { "name": "VIRT_OPERATOR_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "WATCH_NAMESPACE", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.annotations['olm.targetNamespaces']" } } }, { "name": "VIRT_API_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-api-rhel9@sha256:0c6f1f91466c1cd2b199600c8ca5efbf6c28f1d7fabb600463384f9f5dc6742b" }, { "name": "VIRT_CONTROLLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-controller-rhel9@sha256:77f6eb54f738237e984438988d56c608656cc4d60b10554df2c81b71f2aedacb" }, { "name": "VIRT_HANDLER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-handler-rhel9@sha256:fd28ac5368366fc47d6d0d256f23e8be8a7fec0957c90b37b27b3c19cfff0376" }, { "name": "VIRT_LAUNCHER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:633e5325d733474a4085c09b79e63c913706c1ccb8b99f6cc5b12a18c1a5702b" }, { "name": "VIRT_EXPORTPROXY_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-exportproxy-rhel9@sha256:accc4ef209813bbe3670cf7226a34ae74a33b39399e88214b9121be944bbbc63" }, { "name": "VIRT_EXPORTSERVER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/virt-exportserver-rhel9@sha256:107409a6ebb9626a11da2cdf3327b2cc01dbb6251116b2c6d2298412801f6253" }, { "name": "GS_IMAGE", "value": "registry.redhat.io/container-native-virtualization/libguestfs-tools-rhel9@sha256:7ef792af1860ceb55f169a286f1935c02f52029fa0c98f9187d4e6b243f13652" }, { "name": "PR_HELPER_IMAGE", "value": "registry.redhat.io/container-native-virtualization/pr-helper-rhel9@sha256:b68ab193ad581419f7b5c67601adb9f0941f6000b7d8250179ad1ff5d7acbd7c" }, { "name": "SIDECAR_SHIM_IMAGE", "value": "registry.redhat.io/container-native-virtualization/sidecar-shim-rhel9@sha256:6bb56870d6847d08704ae024026c8377010fa0b0d3ac7f22e49396a63278f48b" }, { "name": "KUBEVIRT_VERSION", "value": "sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056" }, { "name": "OPERATOR_CONDITION_NAME", "value": "kubevirt-hyperconverged-operator.v4.16.1" } ], "image": "registry.redhat.io/container-native-virtualization/virt-operator-rhel9@sha256:b3338e691f92aa2fb8e2768bbbfdf57d5f1b95c99b187dbcc9869b3e037a6056", "imagePullPolicy": "IfNotPresent", "name": "virt-operator", "ports": [ { "containerPort": 8443, "name": "metrics", "protocol": "TCP" }, { "containerPort": 8444, "name": "webhooks", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/metrics", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 10 }, "resources": { "requests": { "cpu": "10m", "memory": "450Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "seccompProfile": { "type": "RuntimeDefault" } }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/virt-operator/certificates", "name": "kubevirt-operator-certs", "readOnly": true }, { "mountPath": "/profile-data", "name": "profile-data" } ] } ], "dnsPolicy": "ClusterFirst", "nodeSelector": { "kubernetes.io/os": "linux" }, "priorityClassName": "kubevirt-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "kubevirt-operator", "serviceAccountName": "kubevirt-operator", "terminationGracePeriodSeconds": 30, "tolerations": [ { "key": "CriticalAddonsOnly", "operator": "Exists" } ], "volumes": [ { "name": "kubevirt-operator-certs", "secret": { "defaultMode": 420, "optional": true, "secretName": "kubevirt-operator-certs" } }, { "emptyDir": {}, "name": "profile-data" } ] } } }, "status": { "availableReplicas": 2, "conditions": [ { "lastTransitionTime": "2024-07-20T18:17:44Z", "lastUpdateTime": "2024-07-20T18:17:44Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:17:03Z", "lastUpdateTime": "2024-07-20T18:17:44Z", "message": "ReplicaSet \"virt-operator-7b94b9474f\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 4, "readyReplicas": 2, "replicas": 2, "updatedReplicas": 2 } }, { "apiVersion": "apps/v1", "kind": "Deployment", "metadata": { "annotations": { "deployment.kubernetes.io/revision": "1" }, "creationTimestamp": "2024-07-20T18:18:21Z", "generation": 1, "labels": { "app.kubernetes.io/component": "templating", "app.kubernetes.io/managed-by": "ssp-operator", "app.kubernetes.io/name": "template-validator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "name": "virt-template-validator" }, "name": "virt-template-validator", "namespace": "openshift-cnv", "ownerReferences": [ { "apiVersion": "ssp.kubevirt.io/v1beta2", "blockOwnerDeletion": true, "controller": true, "kind": "SSP", "name": "ssp-kubevirt-hyperconverged", "uid": "b91ee09f-fac1-4b06-9813-bfb1013a4029" } ], "resourceVersion": "93127", "uid": "8d9be3f2-1707-4dba-80b4-229f2fafedca" }, "spec": { "progressDeadlineSeconds": 600, "replicas": 2, "revisionHistoryLimit": 10, "selector": { "matchLabels": { "kubevirt.io": "virt-template-validator" } }, "strategy": { "rollingUpdate": { "maxSurge": "25%", "maxUnavailable": "25%" }, "type": "RollingUpdate" }, "template": { "metadata": { "creationTimestamp": null, "labels": { "app.kubernetes.io/component": "templating", "app.kubernetes.io/managed-by": "ssp-operator", "app.kubernetes.io/name": "template-validator", "app.kubernetes.io/part-of": "hyperconverged-cluster", "app.kubernetes.io/version": "4.16.1", "kubevirt.io": "virt-template-validator", "name": "virt-template-validator", "prometheus.ssp.kubevirt.io": "true" }, "name": "virt-template-validator" }, "spec": { "affinity": { "podAntiAffinity": { "preferredDuringSchedulingIgnoredDuringExecution": [ { "podAffinityTerm": { "labelSelector": { "matchExpressions": [ { "key": "kubevirt.io", "operator": "In", "values": [ "virt-template-validator" ] } ] }, "topologyKey": "kubernetes.io/hostname" }, "weight": 1 } ] } }, "containers": [ { "args": [ "--port=8443", "--cert-dir=/etc/webhook/certs" ], "env": [ { "name": "TLS_CIPHERS", "value": "TLS_AES_128_GCM_SHA256,TLS_AES_256_GCM_SHA384,TLS_CHACHA20_POLY1305_SHA256,ECDHE-ECDSA-AES128-GCM-SHA256,ECDHE-RSA-AES128-GCM-SHA256,ECDHE-ECDSA-AES256-GCM-SHA384,ECDHE-RSA-AES256-GCM-SHA384,ECDHE-ECDSA-CHACHA20-POLY1305,ECDHE-RSA-CHACHA20-POLY1305,DHE-RSA-AES128-GCM-SHA256,DHE-RSA-AES256-GCM-SHA384" }, { "name": "TLS_MIN_VERSION", "value": "1.2" } ], "image": "registry.redhat.io/container-native-virtualization/kubevirt-template-validator-rhel9@sha256:dc977160197d771b93abe3e30bcb189ae112f00c7d1a471c1a45356158bca190", "imagePullPolicy": "IfNotPresent", "name": "webhook", "ports": [ { "containerPort": 8443, "name": "webhook", "protocol": "TCP" }, { "containerPort": 8443, "name": "metrics", "protocol": "TCP" } ], "readinessProbe": { "failureThreshold": 3, "httpGet": { "path": "/readyz", "port": 8443, "scheme": "HTTPS" }, "initialDelaySeconds": 5, "periodSeconds": 10, "successThreshold": 1, "timeoutSeconds": 1 }, "resources": { "requests": { "cpu": "50m", "memory": "150Mi" } }, "securityContext": { "allowPrivilegeEscalation": false, "capabilities": { "drop": [ "ALL" ] }, "readOnlyRootFilesystem": true }, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "File", "volumeMounts": [ { "mountPath": "/etc/webhook/certs", "name": "tls", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "priorityClassName": "system-cluster-critical", "restartPolicy": "Always", "schedulerName": "default-scheduler", "securityContext": { "runAsNonRoot": true, "seccompProfile": { "type": "RuntimeDefault" } }, "serviceAccount": "template-validator", "serviceAccountName": "template-validator", "terminationGracePeriodSeconds": 30, "volumes": [ { "name": "tls", "secret": { "defaultMode": 420, "secretName": "virt-template-validator-certs" } } ] } } }, "status": { "availableReplicas": 2, "conditions": [ { "lastTransitionTime": "2024-07-20T18:18:32Z", "lastUpdateTime": "2024-07-20T18:18:32Z", "message": "Deployment has minimum availability.", "reason": "MinimumReplicasAvailable", "status": "True", "type": "Available" }, { "lastTransitionTime": "2024-07-20T18:18:21Z", "lastUpdateTime": "2024-07-20T18:18:32Z", "message": "ReplicaSet \"virt-template-validator-666dd7f656\" has successfully progressed.", "reason": "NewReplicaSetAvailable", "status": "True", "type": "Progressing" } ], "observedGeneration": 1, "readyReplicas": 2, "replicas": 2, "updatedReplicas": 2 } } ], "kind": "List", "metadata": { "resourceVersion": "" } } =============================== End of HCO state dump =============================== make[1]: Leaving directory '/tmp/cnv-ci' + echo '*** CNV tests failed ***' *** CNV tests failed *** + rm -rf '/tmp/authfile*' + exit 1 make: *** [Makefile:29: test_cnv] Error 1 + /bin/true ++ date +%s + FINISH_TIME=1721502340 + DIFF_TIME=3093 + set +x Finished in: 3093 sec