-
How can I launch a cluster built from multiple PRs, on GCP?
launch openshift/origin#49563,openshift/kubernetes#731,openshift/machine-api-operator#831 gcp
-
How can I update the "Global Cluster Pull Secret", on a cluster-bot created cluster, to pull from one of the CI Build Farms?
-
How can I access to cluster-bot created metal IPI cluster via web browser
- Copy IP address and port number from kubeconfig's
proxy-url
field - Change web browser's proxy settings with these values
- Copy IP address and port number from kubeconfig's
-
How can I make a workflow runnable by the
workflow-launch
command- Make a PR editing the
workflows-config.yaml
file in the
openshift/release
repository. Add the workflow as an object under theworkflows
field and set itsplatform
field to a platform suported by the ci-chat-bot (e.g.aws
,gcp
, etc.). You can specifybase_images
that your workflow requires if necessary, using the same object definition as in aci-operator
config file. Anarchitecture
field also exists that can be used to configure the architecture to run openshift on onceci-chat-bot
adds support outside ofamd64
.
- Make a PR editing the
workflows-config.yaml
file in the
-
It's been more than 30mins I did not get auth credentials yet, what do I do?
Issuing an
auth
command will attempt to fetch the credentials for the cluster. It will return a "your cluster is still getting created" message or the cluster's kube-config file if the cluster has launched successfully.