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.5.2. 配置Web控制台
您可以通过编辑console.config.openshift.io
资源来配置Web控制台设置。
编辑
console.config.openshift.io
资源:Copy to Clipboard Copied! Toggle word wrap Toggle overflow oc edit console.config.openshift.io cluster
$ oc edit console.config.openshift.io cluster
以下是控制台的资源定义示例:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow apiVersion: config.openshift.io/v1 kind: Console metadata: name: cluster spec: authentication: logoutRedirect: "" status: consoleURL: ""
apiVersion: config.openshift.io/v1 kind: Console metadata: name: cluster spec: authentication: logoutRedirect: ""
1 status: consoleURL: ""
2