Questo contenuto non è disponibile nella lingua selezionata.
Chapter 9. Disabling the web console in OpenShift Container Platform
You can disable the OpenShift Container Platform web console.
9.1. Prerequisites Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
- Deploy an OpenShift Container Platform cluster.
9.2. Disabling the web console Copia collegamentoCollegamento copiato negli appunti!
Copia collegamentoCollegamento copiato negli appunti!
You can disable the web console by editing the
consoles.operator.openshift.io
Edit the
resource:consoles.operator.openshift.io$ oc edit consoles.operator.openshift.io clusterThe following example displays the parameters from this resource that you can modify:
apiVersion: operator.openshift.io/v1 kind: Console metadata: name: cluster spec: managementState: Removed1 - 1
- Set the
managementStateparameter value toRemovedto disable the web console. The other valid values for this parameter areManaged, which enables the console under the cluster’s control, andUnmanaged, which means that you are taking control of web console management.