Skip to content

Commit 304a4e6

Browse files
author
Bob Furu
authored
Merge pull request #23087 from Preeticp/proj_app_mods
Project flow modifications
2 parents 6d6e1ad + 5f6bfde commit 304a4e6

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

modules/odc-creating-projects-using-developer-perspective.adoc

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can use the *Developer* perspective in the {product-title} web console to cr
99

1010
[NOTE]
1111
====
12-
Projects starting with `openshift-` and `kube-` host cluster components that run as Pods and other infrastructure components. As such, {product-title} does not allow you to create Projects starting with `openshift-` or `kube-` using the CLI. Cluster administrators can create these Projects using the `oc adm new-project` command.
12+
Projects starting with `openshift-` and `kube-`are considered critical by {product-title}. As such, {product-title} does not allow you to create projects starting with `openshift-` or `kube-` using the *Developer* perspective. Cluster administrators can create these projects using the `oc adm new-project` command.
1313
====
1414

1515
.Prerequisites
@@ -19,12 +19,16 @@ Projects starting with `openshift-` and `kube-` host cluster components that run
1919
.Procedure
2020
You can create a project using the *Developer* perspective, as follows:
2121

22-
. In the *Add* view, click the *Project* drop-down menu to see a list of all available projects. Select *Create Project*.
22+
. Click the *Project* drop-down menu to see a list of all available projects. Select *Create Project*.
2323
+
2424
image::odc_create_project.png[Create Project]
2525

26-
. In the *Create Project* dialog box, enter a unique name for the *Name* field. For example, enter `myproject` as the name of the project in the *Name* field.
27-
. Optional: Add the *Display Name* and *Description* details for the Project.
26+
. In the *Create Project* dialog box, enter a unique name, such as `myproject`, in the *Name* field.
27+
. Optional: Add the *Display Name* and *Description* details for the project.
2828
. Click *Create*.
29-
. Navigate to the *Advanced → Project Details* page to see the dashboard for your project.
30-
. In the *Project* drop-down menu at the top of the screen, select *all projects* to list all of the projects in your cluster. If you have adequate permissions for a project, you can use the *Options* menu {kebab} to edit or delete the project.
29+
. Use the left navigation panel to navigate to the *Project* view and see the dashboard for your project.
30+
. Optional:
31+
+
32+
* Use the *Project* drop-down menu at the top of the screen and select *all projects* to list all of the projects in your cluster.
33+
* Use the *Details* tab to see the project details.
34+
* If you have adequate permissions for a project, you can use the *Project Access* tab to provide or revoke _administrator_, _edit_, and _view_ privileges for the project.

0 commit comments

Comments
 (0)