mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 21:46:22 +01:00
42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// applications/projects/working-with-projects.adoc
|
|
|
|
:_content-type: PROCEDURE
|
|
[id="odc-creating-projects-using-developer-perspective_{context}"]
|
|
= Creating a project using the Developer perspective in the web console
|
|
|
|
You can use the *Developer* perspective in the {product-title} web console to create a project in your cluster.
|
|
|
|
[NOTE]
|
|
====
|
|
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.
|
|
====
|
|
|
|
[NOTE]
|
|
====
|
|
You cannot assign an SCC to pods created in one of the default namespaces: `default`, `kube-system`, `kube-public`, `openshift-node`, `openshift-infra`, and `openshift`. You cannot use these namespaces for running pods or services.
|
|
====
|
|
|
|
.Prerequisites
|
|
|
|
* Ensure that you have the appropriate roles and permissions to create projects, applications, and other workloads in {product-title}.
|
|
|
|
.Procedure
|
|
You can create a project using the *Developer* perspective, as follows:
|
|
|
|
. Click the *Project* drop-down menu to see a list of all available projects. Select *Create Project*.
|
|
+
|
|
.Create project
|
|
image::odc_create_project.png[]
|
|
|
|
. 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*.
|
|
. 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.
|