Bug 2118550
Summary: | [capi] azure and vsphere image in payload | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Milind Yadav <miyadav> |
Component: | Cloud Compute | Assignee: | Damiano Donati <ddonati> |
Cloud Compute sub component: | Other Providers | QA Contact: | Milind Yadav <miyadav> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | low | ||
Priority: | low | ||
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.12.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-17 19:54:55 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Comment 4
Milind Yadav
2022-09-22 09:13:49 UTC
Additional info of logs apart from information on comment#4 Azure cluster - [miyadav@miyadav azure]$ oc logs cluster-capi-operator-c6d948c9b-rljgc --kubeconfig kk1 I0922 09:08:08.250052 1 request.go:601] Waited for 1.029822613s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/operator.openshift.io/v1alpha1?timeout=32s I0922 09:08:10.908912 1 logr.go:252] controller-runtime/metrics "msg"="Metrics server is starting to listen" "addr"=":8080" I0922 09:08:10.915381 1 main.go:259] Platform not supported, skipping infra cluster controller setup I0922 09:08:10.915504 1 logr.go:252] controller-runtime/builder "msg"="skip registering a mutating webhook, object does not implement admission.Defaulter or WithDefaulter wasn't called" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"CoreProvider"} I0922 09:08:10.915623 1 logr.go:252] controller-runtime/builder "msg"="Registering a validating webhook" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"CoreProvider"} "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-coreprovider" I0922 09:08:10.915819 1 server.go:146] controller-runtime/webhook "msg"="Registering webhook" "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-coreprovider" I0922 09:08:10.915941 1 logr.go:252] controller-runtime/builder "msg"="skip registering a mutating webhook, object does not implement admission.Defaulter or WithDefaulter wasn't called" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"InfrastructureProvider"} I0922 09:08:10.915977 1 logr.go:252] controller-runtime/builder "msg"="Registering a validating webhook" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"InfrastructureProvider"} "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-infrastructureprovider" I0922 09:08:10.916076 1 server.go:146] controller-runtime/webhook "msg"="Registering webhook" "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-infrastructureprovider" GCP cluster - [miyadav@miyadav gcp]$ oc logs cluster-capi-operator-6c9895d95d-w8ltg --kubeconfig kk I0922 07:31:26.283503 1 request.go:601] Waited for 1.041110703s due to client-side throttling, not priority and fairness, request: GET:https://172.30.0.1:443/apis/autoscaling.openshift.io/v1beta1?timeout=32s I0922 07:31:28.941129 1 logr.go:252] controller-runtime/metrics "msg"="Metrics server is starting to listen" "addr"=":8080" I0922 07:31:28.947167 1 logr.go:252] controller-runtime/builder "msg"="skip registering a mutating webhook, object does not implement admission.Defaulter or WithDefaulter wasn't called" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"CoreProvider"} I0922 07:31:28.947214 1 logr.go:252] controller-runtime/builder "msg"="Registering a validating webhook" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"CoreProvider"} "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-coreprovider" I0922 07:31:28.947318 1 server.go:146] controller-runtime/webhook "msg"="Registering webhook" "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-coreprovider" I0922 07:31:28.947454 1 logr.go:252] controller-runtime/builder "msg"="skip registering a mutating webhook, object does not implement admission.Defaulter or WithDefaulter wasn't called" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"InfrastructureProvider"} I0922 07:31:28.947497 1 logr.go:252] controller-runtime/builder "msg"="Registering a validating webhook" "GVK"={"Group":"operator.cluster.x-k8s.io","Version":"v1alpha1","Kind":"InfrastructureProvider"} "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-infrastructureprovider" I0922 07:31:28.947571 1 server.go:146] controller-runtime/webhook "msg"="Registering webhook" "path"="/validate-operator-cluster-x-k8s-io-v1alpha1-infrastructureprovider" I0922 07:31:28.947651 1 main.go:175] starting manager I0922 07:31:28.947808 1 server.go:214] controller-runtime/webhook/webhooks "msg"="Starting webhook server" I0922 07:31:28.948089 1 internal.go:362] "msg"="Starting server" "addr"={"IP":"::","Port":8080,"Zone":""} "kind"="metrics" "path"="/metrics" I0922 07:31:28.948122 1 logr.go:252] controller-runtime/certwatcher "msg"="Updated current TLS certificate" I0922 07:31:28.948231 1 internal.go:362] "msg"="Starting server" "addr"={"IP":"::","Port":9440,"Zone":""} "kind"="health probe" I0922 07:31:28.948245 1 leaderelection.go:248] attempting to acquire leader lease openshift-cluster-api/cluster-capi-operator-leader... I0922 07:31:28.948405 1 logr.go:252] controller-runtime/webhook "msg"="Serving webhook server" "host"="" "port"=9443 I0922 07:31:28.948406 1 logr.go:252] controller-runtime/certwatcher "msg"="Starting certificate watcher" I0922 07:31:28.967918 1 leaderelection.go:258] successfully acquired lease openshift-cluster-api/cluster-capi-operator-leader I0922 07:31:28.968231 1 controller.go:178] controller/clusteroperator "msg"="Starting EventSource" "reconciler group"="config.openshift.io" "reconciler kind"="ClusterOperator" "source"="kind source: *v1.ClusterOperator" I0922 07:31:28.968268 1 controller.go:178] controller/clusteroperator "msg"="Starting EventSource" "reconciler group"="config.openshift.io" "reconciler kind"="ClusterOperator" "source"="kind source: *v1.Infrastructure" I0922 07:31:28.968295 1 controller.go:186] controller/clusteroperator "msg"="Starting Controller" "reconciler group"="config.openshift.io" "reconciler kind"="ClusterOperator" I0922 07:31:28.968465 1 controller.go:178] controller/gcpcluster "msg"="Starting EventSource" "reconciler group"="infrastructure.cluster.x-k8s.io" "reconciler kind"="GCPCluster" "source"="kind source: *v1b Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.12.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:7399 |