Skip to content

Commit

Permalink
doc : Add note to crc console section about supported presets
Browse files Browse the repository at this point in the history
Related to crc-org/crc#4561

Add note clarifying `crc console` only works when it is configured with
OpenShift or OKD preset

Signed-off-by: Rohan Kumar <[email protected]>
  • Loading branch information
rohanKanojia authored and gbraad committed Jan 27, 2025
1 parent 0603995 commit 590aebb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/ROOT/pages/using.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,16 @@ Access the {ocp} cluster running in the {prod} instance by using the {ocp} web c
[id='accessing-the-openshift-web-console']
=== Accessing the {openshift} web console

NOTE: This feature is only available for clusters configured with {openshift} or {okd} presets.

Access the {ocp} web console by using your web browser.

Access the cluster by using either the `kubeadmin` or `developer` user.
Use the `developer` user for creating projects or {openshift} applications and for application deployment.
Use the `kubeadmin` user only for administrative tasks such as creating new users or setting roles.

.Prerequisites
* {prod} is configured to use the {openshift} preset.
* {prod} is configured to use the {openshift} or {okd} preset.
See: xref:configuring.adoc#changing-the-selected-preset[Changing the selected preset].
* A running {prod} instance.
See: xref:starting-the-instance[Starting the instance].
Expand Down Expand Up @@ -210,10 +212,12 @@ See xref:troubleshooting.adoc[Troubleshooting {prod}] if you cannot access the {
[id='accessing-the-openshift-cluster-with-the-openshift-cli']
=== Accessing the {openshift} cluster with the {openshift} CLI

NOTE: This feature is only available for clusters configured with {openshift} or {okd} presets.

Access the {ocp} cluster managed by {prod} by using the {openshift} CLI ([command]`oc`).

.Prerequisites
* {prod} is configured to use the {openshift} preset.
* {prod} is configured to use the {openshift} or {okd} preset.
See: xref:configuring.adoc#changing-the-selected-preset[Changing the selected preset].
* A running {prod} instance.
See: xref:starting-the-instance[Starting the instance].
Expand Down

0 comments on commit 590aebb

Please sign in to comment.