Bug 1861773
Summary: | [upi vsphere] Workers nodes CSRs are not automatically approved | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Alberto <agarcial> |
Component: | Cloud Compute | Assignee: | Alberto <agarcial> |
Cloud Compute sub component: | Other Providers | QA Contact: | sunzhaohua <zhsun> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | medium | CC: | ademicev, agarcial, zhsun |
Version: | 4.5 | ||
Target Milestone: | --- | ||
Target Release: | 4.5.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1843384 | Environment: | |
Last Closed: | 2020-10-26 15:11:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1843384 | ||
Bug Blocks: |
Comment 3
sunzhaohua
2020-08-12 05:59:34 UTC
No one got round to this during this sprint, @Alberto are you keen to work on this one in particular or should we re-assign now? Test this again with clusterversion 4.5.0-0.nightly-2020-10-10-030038, it woks well, move to verified. steps: 1. setup an upi vsphere cluster 2. modified machineset's "replicas" "networkName", "template","resourcePool" and added one tag in the vCenter providerSpec: value: apiVersion: vsphereprovider.openshift.io/v1beta1 credentialsSecret: name: vsphere-cloud-credentials diskGiB: 120 kind: VSphereMachineProviderSpec memoryMiB: 8192 metadata: creationTimestamp: null network: devices: - networkName: VM Network numCPUs: 2 numCoresPerSocket: 1 snapshot: "" template: jimatest14-x5z4m-rhcos userDataSecret: name: worker-user-data workspace: datacenter: dc1 datastore: 10TB-GOLD folder: /dc1/vm/zhsun45vs-zv6ln resourcePool: /dc1/host/devel/Resources server: vcsa2-qe.vmware.devcluster.openshift.com 3. check machines status and logs $ oc get machine NAME PHASE TYPE REGION ZONE AGE zhsun45vs-zv6ln-worker-hvnvx Running 16m $ oc get node NAME STATUS ROLES AGE VERSION compute-0 Ready worker 35m v1.18.3+2fbd7c7 control-plane-0 Ready master 46m v1.18.3+2fbd7c7 control-plane-1 Ready master 46m v1.18.3+2fbd7c7 control-plane-2 Ready master 46m v1.18.3+2fbd7c7 zhsun45vs-zv6ln-worker-hvnvx Ready worker 13m v1.18.3+2fbd7c7 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 (OpenShift Container Platform 4.5.16 bug fix 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/RHBA-2020:4268 |