Este contenido no está disponible en el idioma seleccionado.
Chapter 7. Disabling the web console in OpenShift Container Platform
You can disable the OpenShift Container Platform web console.
7.1. Prerequisites Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
- Deploy an OpenShift Container Platform cluster.
7.2. Disabling the web console Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
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.