Skip to content

Commit 6b7af86

Browse files
authored
Merge pull request #29324 from sagidlow/BZ1801331
Updated per BZ1801331
2 parents aee1fcd + e5447f5 commit 6b7af86

File tree

5 files changed

+25
-0
lines changed

5 files changed

+25
-0
lines changed

applications/projects/working-with-projects.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ isolation from other communities.
1313
Projects starting with `openshift-` and `kube-` are xref:../../authentication/using-rbac.adoc#rbac-default-projects_using-rbac[default projects]. These projects 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 `oc new-project` command. Cluster administrators can create these projects using the `oc adm new-project` command.
1414
====
1515

16+
[NOTE]
17+
====
18+
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.
19+
====
20+
1621
include::modules/creating-a-project-using-the-web-console.adoc[leveloffset=+1]
1722

1823
include::modules/odc-creating-projects-using-developer-perspective.adoc[leveloffset=+1]

modules/creating-a-project-using-the-CLI.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ If allowed by your cluster administrator, you can create a new project.
1212
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 `oc new-project` command. Cluster administrators can create these Projects using the `oc adm new-project` command.
1313
====
1414

15+
[NOTE]
16+
====
17+
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.
18+
====
19+
1520
.Procedure
1621

1722
. Run:

modules/creating-a-project-using-the-web-console.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ If allowed by your cluster administrator, you can create a new project.
1212
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-` using the web console.
1313
====
1414

15+
[NOTE]
16+
====
17+
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.
18+
====
19+
1520
.Procedure
1621

1722
. Navigate to *Home* -> *Projects*.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ You can use the *Developer* perspective in the {product-title} web console to cr
1212
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

15+
[NOTE]
16+
====
17+
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.
18+
====
19+
1520
.Prerequisites
1621

1722
* Ensure that you have the appropriate link:https://docs.openshift.com/container-platform/latest/authentication/using-rbac.html#default-roles_using-rbac[roles and permissions] to create projects, applications, and other workloads in {product-title}.

modules/rbac-default-projects.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ link:https://kubernetes.io/docs/tasks/administer-cluster/guaranteed-scheduling-c
1414
are considered critical, and the have guaranteed admission by kubelet.
1515
Pods created for master components in these namespaces are already marked as
1616
critical.
17+
18+
[NOTE]
19+
====
20+
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.
21+
====

0 commit comments

Comments
 (0)