mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
41 lines
1.3 KiB
Plaintext
41 lines
1.3 KiB
Plaintext
|
|
// Module included in the following assemblies:
|
|
//
|
|
// * osd_cluster_admin/osd_private_connections/private-cluster.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="enable-private-cluster-new_{context}"]
|
|
= Enabling a private cluster during cluster creation
|
|
|
|
|
|
You can enable private cluster settings when creating a new cluster.
|
|
|
|
.Prerequisites
|
|
|
|
* The following private connections must be configured to allow private access:
|
|
** VPC Peering
|
|
** Cloud VPN
|
|
** DirectConnect (AWS only)
|
|
** TransitGateway (AWS only)
|
|
** Cloud Interconnect ({gcp-short} only)
|
|
|
|
|
|
.Procedure
|
|
|
|
. Log in to {cluster-manager-url}.
|
|
. Click *Create cluster* -> *{product-title}* -> *Create cluster*.
|
|
. Configure your cluster details.
|
|
. When selecting your preferred network configuration, select *Advanced*.
|
|
. Select *Private*.
|
|
+
|
|
[WARNING]
|
|
====
|
|
When set to *Private*, you cannot access your cluster unless you have configured the private connections in your cloud provider as outlined in the prerequisites.
|
|
====
|
|
|
|
. Click *Create cluster*. The cluster creation process begins and takes about 30-40 minutes to complete.
|
|
|
|
.Verification
|
|
|
|
* The *Installing cluster* heading, under the *Overview* tab, indicates that the cluster is installing and you can view the installation logs from this heading. The *Status* indicator under the *Details* heading indicates when your cluster is *Ready* for use.
|