1.3. Enabling the Developer perspective in the web console


Starting with OpenShift Container Platform 4.19, the perspectives in the web console have unified. There is no longer a Developer perspective by default; however, cluster administrators can enable the Developer perspective for developers to use.

You can enable the Developer perspective with the following steps:

Prerequisites

  • You have access to the web console as a user with cluster-admin privileges.

Procedure

  1. Navigate to the Cluster Settings page by clicking Administration Cluster Settings.
  2. Select the Configuration tab on the Cluster Settings page.
  3. Type console in the search to locate the Console Operator resource and select operator.openshift.io.
  4. On the Cluster Details page, click the Actions menu and select Customize.
  5. In the General tab, locate the Perspectives section. You can enable or disable the Developer perspective as needed. Changes are automatically applied.
  6. Optional: You can enable the Developer perspective with the CLI by running the following command:

    $ oc patch console.operator.openshift.io/cluster --type='merge' -p '{"spec":{"customization":{"perspectives":[{"id":"dev","visibility":{"state":"Enabled"}}]}}}'
    注意

    It will take some time for the change to reflect in the web console as the console pod restarts.

Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

关于红帽文档

Legal Notice

Theme

© 2026 Red Hat
返回顶部