mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
28 lines
1.3 KiB
Plaintext
28 lines
1.3 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// applications/projects/working-with-projects.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="viewing-a-project-using-the-web-console_{context}"]
|
|
= Viewing a project by using the web console
|
|
|
|
You can view the projects that you have access to by using the {product-title} web console.
|
|
|
|
include::snippets/snip-unified-perspective-web-console.adoc[]
|
|
|
|
.Procedure
|
|
|
|
** If you are logged in as an administrator:
|
|
.. Navigate to *Home* -> *Projects* in the navigation menu.
|
|
.. Select a project to view. The *Overview* tab includes a dashboard for your project.
|
|
.. Select the *Details* tab to view the project details.
|
|
.. Select the *YAML* tab to view and update the YAML configuration for the project resource.
|
|
.. Select the *Workloads* tab to see workloads in the project.
|
|
.. Select the *RoleBindings* tab to view and create role bindings for your project.
|
|
|
|
** If you are logged in as a developer:
|
|
.. Navigate to the *Project* page in the navigation menu.
|
|
.. Select *All Projects* from the *Project* drop-down menu at the top of the screen to list all of the projects in your cluster.
|
|
.. Select a project to view.
|
|
.. Select the *Details* tab to view the project details.
|
|
.. If you have adequate permissions for a project, select the **Project access** tab view and update the privileges for the project. |