Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.02 KB

FAQ.md

File metadata and controls

32 lines (21 loc) · 2.02 KB

Frequently Asked Questions

  1. 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

  2. How can I update the "Global Cluster Pull Secret", on a cluster-bot created cluster, to pull from one of the CI Build Farms?

    1. Authenticate to one of the CI Registires and update your pull secret as defined here
    2. Follow the instructions here.
  3. How can I access to cluster-bot created metal IPI cluster via web browser

    1. Copy IP address and port number from kubeconfig's proxy-url field
    2. Change web browser's proxy settings with these values
  4. How can I make a workflow runnable by the workflow-launch command

    1. Make a PR editing the workflows-config.yaml file in the openshift/release repository. Add the workflow as an object under the workflows field and set its platform field to a platform suported by the ci-chat-bot (e.g. aws, gcp, etc.). You can specify base_images that your workflow requires if necessary, using the same object definition as in a ci-operator config file. An architecture field also exists that can be used to configure the architecture to run openshift on once ci-chat-bot adds support outside of amd64.
  5. 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.