-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure INFRA and WORKLOAD machine creation failed #148
Comments
Another typo not impacting functionality
Change to infra-${CLUSTER_REGION}1 to be consist with the 2nd and 3rd infra machinesets name.
Change to workload-${CLUSTER_REGION} to be consist with the infra machinesets.
|
Got the root cause
centralus Will open a PR to fix. |
Test failed again
Check worker machineset zone config
Fix this by changing zone to "". |
Infra machines started to provision, but workload machine failed for quota issue. It was because I created the cluster on for Reliability, I have no plan to scaleup so I didn't use 'centralus' region, default falls on 'northcentralus'. I realized maybe this is the reason why @paigerube14 leave 'centralus' as default and had 1 2 3 for the zone. @paigerube14 your thoughts?
|
I reversed the change of zone and tested with Job https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/scale-ci/job/qili-e2e-benchmark/job/cluster-post-config-fix-aure-location/8/ successfully
|
@paigerube14 Sorry, I think this is not an issue, just we only support location: centralus now. |
I think it is good to be able to have automation that works for clusters that are both created from automation and not. The PR you opened definitely makes this more usable by all creation types. Getting up a cluster now to test your changes. |
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/scale-ci/job/e2e-benchmarking-multibranch-pipeline/job/cluster-workers-scaling/708/console
Describing the machine, machine creation failed for
Please make sure that the referenced resource exists, and that both resources are in the same region
Check the infra machineset yaml, location is
centralus
.Checking code
ocp-qe-perfscale-ci/Jenkinsfile
Line 297 in 8f3eb87
But the worker node machinesets is actually on 'northcentralus'
The text was updated successfully, but these errors were encountered: