1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/modules/olmv1-creating-a-namespace.adoc
2025-02-18 17:17:16 +00:00

24 lines
615 B
Plaintext

// Module included in the following assemblies:
//
// * extensions/ce/managing-ce.adoc
:_mod-docs-content-type: PROCEDURE
[id="olmv1-creating-a-namespace_{context}"]
= Creating a namespace
Before you create a service account to install and manage your cluster extension, you must create a namespace.
.Prerequisites
* Access to an {product-title} cluster using an account with `cluster-admin` permissions.
.Procedure
* Create a new namespace for the service account of the extension that you want to install by running the following command:
+
[source,terminal]
----
$ oc adm new-project <new_namespace>
----