Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions modules/odc-creating-projects-using-developer-perspective.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can use the *Developer* perspective in the {product-title} web console to cr

[NOTE]
====
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.
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.
====

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

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

. 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.
. Optional: Add the *Display Name* and *Description* details for the Project.
. In the *Create Project* dialog box, enter a unique name, such as `myproject`, in the *Name* field.
. Optional: Add the *Display Name* and *Description* details for the project.
. Click *Create*.
. Navigate to the *Advanced → Project Details* page to see the dashboard for your project.
. 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.
. Use the left navigation panel to navigate to the *Project* view and see the dashboard for your project.
. Optional:
+
* 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.
* Use the *Details* tab to see the project details.
* 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.