We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example build: https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/scale-ci/job/e2e-benchmarking-multibranch-pipeline/job/kube-burner/298/
Flow:
When my cluster name is ex. skordas - then first machineset on list is infra node
NAMESPACE NAME DESIRED CURRENT READY AVAILABLE AGE openshift-machine-api infra-us-east-2a 3 0 22m openshift-machine-api infra-us-east-2b 0 0 22m openshift-machine-api infra-us-east-2c 0 0 22m openshift-machine-api skordas-511b-fjt5x-worker-us-east-2a 0 40 40 40 3h40m openshift-machine-api skordas-511b-fjt5x-worker-us-east-2b 0 40 40 40 3h40m openshift-machine-api skordas-511b-fjt5x-worker-us-east-2c 0 40 40 40 3h40m openshift-machine-api workload-us-east-2a 0 1 1 1 22m
so running build to scale down to 3 nodes will set 3 nodes for infra machineset, and rest will be 0
infra
The text was updated successfully, but these errors were encountered:
Final machineset after scaling down:
NAMESPACE NAME DESIRED CURRENT READY AVAILABLE AGE openshift-machine-api infra-us-east-2a 3 3 36m openshift-machine-api infra-us-east-2b 0 0 36m openshift-machine-api infra-us-east-2c 0 0 36m openshift-machine-api skordas-511b-fjt5x-worker-us-east-2a 0 0 3h54m openshift-machine-api skordas-511b-fjt5x-worker-us-east-2b 0 0 3h54m openshift-machine-api skordas-511b-fjt5x-worker-us-east-2c 0 0 3h54m openshift-machine-api workload-us-east-2a 0 0 36m
Sorry, something went wrong.
No branches or pull requests
Example build:
https://mastern-jenkins-csb-openshift-qe.apps.ocp-c1.prod.psi.redhat.com/job/scale-ci/job/e2e-benchmarking-multibranch-pipeline/job/kube-burner/298/
Flow:
When my cluster name is ex. skordas - then first machineset on list is infra node
so running build to scale down to 3 nodes will set 3 nodes for
infra
machineset, and rest will be 0The text was updated successfully, but these errors were encountered: