Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion applications/projects/working-with-projects.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ isolation from other communities.

[NOTE]
====
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 xref:../../cli_reference/openshift_cli/administrator-cli-commands.adoc#new-project[`oc adm new-project` command].
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.
====

include::modules/creating-a-project-using-the-web-console.adoc[leveloffset=+1]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ To start working in a disconnected cluster, you must first xref:../../../cli_ref
After you push the `odo init image`, you must xref:../../../cli_reference/openshift_developer_cli/using_odo_in_a_restricted_environment/creating-and-deploying-a-component-to-the-disconnected-cluster.adoc#mirroring-a-supported-builder-image_creating-and-deploying-a-component-to-the-disconnected-cluster[mirror a supported builder image] from the registry, xref:../../../cli_reference/openshift_developer_cli/using_odo_in_a_restricted_environment/creating-and-deploying-a-component-to-the-disconnected-cluster.adoc#overwriting-the-mirror-registry_creating-and-deploying-a-component-to-the-disconnected-cluster[overwrite a mirror registry] and then xref:../../../cli_reference/openshift_developer_cli/using_odo_in_a_restricted_environment/creating-and-deploying-a-component-to-the-disconnected-cluster.adoc#creating-a-nodejs-application-with-odo_creating-and-deploying-a-component-to-the-disconnected-cluster[create your application]. A builder image is necessary to configure a runtime environment for your application and also contains the build tool needed to build your application, for example npm for Node.js or Maven for Java. A mirror registry contains all the necessary dependencies for your application.

.Additional resources
ifdef::openshift-enterprise,openshift-webscale[]
* xref:../../../installing/install_config/installing-restricted-networks-preparations.adoc#installation-about-mirror-registry_installing-restricted-networks-preparations[Creating a mirror registry for installation in a restricted network]
endif::[]
* xref:../../../registry/accessing-the-registry.adoc#registry-accessing-directly_accessing-the-registry[Accessing the registry]
2 changes: 1 addition & 1 deletion cloud_infrastructure_access/dedicated-aws-dc.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="dedicated-aws-direct-connect"]
[id="dedicated-aws-dc"]
= Configuring AWS Direct Connect
include::modules/common-attributes.adoc[]
:context: dedicated-aws-direct-connect
Expand Down
4 changes: 2 additions & 2 deletions cloud_infrastructure_access/dedicated-aws-peering.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="dedicated-aws-vpc-peering"]
[id="dedicated-aws-peering"]
= Configuring AWS VPC peering
include::modules/common-attributes.adoc[]
:context: dedicated-aws-peering
Expand All @@ -15,7 +15,7 @@ include::modules/dedicated-aws-vpc-peering-terms.adoc[leveloffset=+1]
include::modules/dedicated-aws-vpc-initiating-peering.adoc[leveloffset=+1]
.Additional resources

* xref:../../getting_started/cloud_infrastructure_access/dedicated-aws-access.html#dedicated-aws-ocm-iam-role[Logging into the Web Console for the OSD AWS Account]
* xref:../cloud_infrastructure_access/dedicated-aws-access.adoc#dedicated-aws-ocm-iam-role[Logging into the Web Console for the OSD AWS Account]

include::modules/dedicated-aws-vpc-accepting-peering.adoc[leveloffset=+1]
include::modules/dedicated-aws-vpc-configuring-routing-tables.adoc[leveloffset=+1]
Expand Down
2 changes: 1 addition & 1 deletion modules/creating-a-project-using-the-CLI.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If allowed by your cluster administrator, you can create a new project.

[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 `oc new-project` command. Cluster administrators can create these Projects using the xref:../../cli_reference/openshift_cli/administrator-cli-commands.adoc#new-project[`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 `oc new-project` command. Cluster administrators can create these Projects using the `oc adm new-project` command.
====

.Procedure
Expand Down
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 xref:../../cli_reference/openshift_cli/administrator-cli-commands.adoc#new-project[`oc adm new-project` command].
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.
====

.Prerequisites
Expand Down