This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 3. Disabling the web console in OpenShift Container Platform
You can disable the OpenShift Container Platform web console.
Prerequisites
- Deploy an OpenShift Container Platform cluster.
3.1. Disabling the web console 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
You can disable the web console by editing the console.operator.openshift.io
resource.
Edit the
console.operator.openshift.io
resource:oc edit console.operator.openshift.io cluster
$ oc edit console.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.