Este conteúdo não está disponível no idioma selecionado.
Chapter 9. Disabling the web console in OpenShift Container Platform
You can disable the OpenShift Container Platform web console.
9.1. Prerequisites Copiar o linkLink copiado para a área de transferência!
- Deploy an OpenShift Container Platform cluster.
9.2. Disabling the web console Copiar o linkLink copiado para a área de transferência!
You can disable the web console by editing the consoles.operator.openshift.io
resource.
Edit the
consoles.operator.openshift.io
resource:oc edit consoles.operator.openshift.io cluster
$ oc edit consoles.operator.openshift.io cluster
Copy to Clipboard Copied! Toggle word wrap Toggle overflow The following example displays the parameters from this resource that you can modify:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - 1
- Set the
managementState
parameter value toRemoved
to 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.