Where to find BuildConfig

In the OpenShift platform, you can find the BuildConfig and ImageStream objects from the web console or via the OpenShift CLI (oc).

Web Console:

  1. Log in to the OpenShift web console.
  2. Select the appropriate project from the "Project" dropdown menu.
  3. For BuildConfig:
  4. For ImageStream:

OpenShift CLI (oc):

  1. Open your terminal.
  2. Log in to your OpenShift cluster with the oc login command.
  3. Switch to the appropriate project with the oc project <project-name> command.
  4. For BuildConfig, use the oc get bc command to get a list of all the BuildConfig objects in your project.
  5. For ImageStream, use the oc get is command to get a list of all the ImageStream objects in your project.

You can get more details about a specific BuildConfig or ImageStream by using the oc describe command followed by bc <buildconfig-name> or is <imagestream-name> respectively.

Remember to replace <project-name>, <buildconfig-name>, and <imagestream-name> with the actual names of your project, BuildConfig, and ImageStream.

https://oauth-openshift.apps.gnosis.lsa.umich.edu/oauth/token/request

Install OpenShift CLI

Mac: brew install openshift-cli

Then click your username: