Bug 2118550 - [capi] azure and vsphere image in payload
Summary: [capi] azure and vsphere image in payload
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cloud Compute
Version: 4.11
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.12.0
Assignee: Damiano Donati
QA Contact: Milind Yadav
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-08-16 06:38 UTC by Milind Yadav
Modified: 2023-01-17 19:55 UTC (History)
0 users

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-01-17 19:54:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-capi-operator pull 75 0 None Merged Bug 2118550: Momentarily disable Azure platform support 2022-09-21 10:05:51 UTC
Red Hat Product Errata RHSA-2022:7399 0 None None None 2023-01-17 19:55:07 UTC

Comment 4 Milind Yadav 2022-09-22 09:13:49 UTC
Validated as below , is the fix present in the build , seems this is 5hrs old build , the fix went in almost a day ago . Is something there that I missed ? 


[miyadav@miyadav azure]$ oc get pods --kubeconfig kk1 
No resources found in openshift-cluster-api namespace.

[miyadav@miyadav azure]$ oc get clusterversion --kubeconfig kk1 
NAME      VERSION                              AVAILABLE   PROGRESSING   SINCE   STATUS
version   4.12.0-0.nightly-2022-09-22-014209   True        False         14m     Cluster version is 4.12.0-0.nightly-2022-09-22-014209

[miyadav@miyadav azure]$ oc get pods --kubeconfig kk1 
NAME                                               READY   STATUS    RESTARTS   AGE
capi-controller-manager-74fffd4bd6-hs276           1/1     Running   0          2m31s
capi-operator-controller-manager-cb6c57896-zqwwp   2/2     Running   0          2m41s
capz-controller-manager-54895b5b8c-ql8xq           1/1     Running   0          2m1s
cluster-capi-operator-c6d948c9b-rljgc              1/1     Running   0          2m41s



[miyadav@miyadav azure]$ oc get featuregate cluster -o=jsonpath={.spec.featureSet} --kubeconfig kk1 
TechPreviewNoUpgrade

Comment 6 Milind Yadav 2022-09-22 09:46:12 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

Comment 9 errata-xmlrpc 2023-01-17 19:54:55 UTC
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


Note You need to log in before you can comment on or make changes to this bug.