Skip to content

Commit 6b433f9

Browse files
tolushaclaude
andcommitted
docs: add article for configuring direct namespace creation on OpenShift
Add a procedure article documenting the new `createNamespaceDirectly` CheCluster CR option that allows administrators to configure Che to create standard Kubernetes Namespaces instead of using the OpenShift ProjectRequest API. Source: eclipse-che/che-operator#2104 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 574445c commit 6b433f9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

modules/administration-guide/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
*** xref:configuring-workspace-target-namespace.adoc[]
4242
*** xref:provisioning-namespaces-in-advance.adoc[]
4343
*** xref:configuring-a-user-namespace.adoc[]
44+
*** xref:configuring-direct-namespace-creation-on-openshift.adoc[]
4445
** xref:configuring-server-components.adoc[]
4546
*** xref:mounting-a-secret-as-a-file-or-an-environment-variable-into-a-container.adoc[]
4647
*** xref:advanced-configuration-options-for-the-che-server-component.adoc[]

modules/administration-guide/pages/configuring-direct-namespace-creation-on-openshift.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
:_content-type: PROCEDURE
2-
:description: Configuring {prod-short} to create standard {orch-namespace}s instead of OpenShift projects
2+
:description: Configuring {prod-short} to create standard {orch-namespace}s instead of {ocp} projects
33
:keywords: administration guide, configuring, namespace, openshift, project
4-
:navtitle: Configuring direct {orch-namespace} creation on OpenShift
4+
:navtitle: Configuring direct {orch-namespace} creation on {ocp}
55
:page-aliases:
66

77
[id="configuring-direct-namespace-creation-on-openshift"]
8-
= Configuring direct {orch-namespace} creation on OpenShift
8+
= Configuring direct {orch-namespace} creation on {ocp}
99

1010
By default, on {ocp} clusters, {prod-short} uses the OpenShift ProjectRequest API to create user {orch-namespace}s.
1111
The ProjectRequest API triggers any cluster-specific Project Templates configured by the cluster administrator.
@@ -30,7 +30,7 @@ spec:
3030

3131
.Verification
3232

33-
* Start a workspace and verify that {prod-short} creates a standard {kubernetes} {orch-namespace} instead of an OpenShift project.
33+
* Start a workspace and verify that {prod-short} creates a standard {kubernetes} {orch-namespace} instead of an {ocp} project.
3434

3535
.Additional resources
3636

0 commit comments

Comments
 (0)