Skip to content

Commit 5eb8e3c

Browse files
authored
Merge pull request #35218 from snarayan-redhat/BZ1869798_IPI_cluster_only
BZ1869798: Change message to have only IPI cluster
2 parents 18ef004 + 806b0c3 commit 5eb8e3c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

modules/private-clusters-setting-api-private.adoc

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ After you deploy a cluster to Amazon Web Services (AWS) or Microsoft Azure, you
2222

2323
.. Delete the `api.$clustername.$yourdomain` DNS entry in the public zone.
2424

25-
. From your terminal, list the cluster machines:
25+
. Remove the external load balancers:
26+
+
27+
[IMPORTANT]
28+
====
29+
You can run the following steps only for an installer-provisioned infrastructure (IPI) cluster. For a user-provisioned infrastructure (UPI) cluster, you must manually remove or disable the external load balancers.
30+
====
31+
+
32+
.. From your terminal, list the cluster machines:
2633
+
2734
[source,terminal]
2835
----
@@ -43,16 +50,16 @@ lk4pj-worker-us-east-1b-zgpzg running m4.xlarge us-east-1 us-east-1b 1
4350
+
4451
You modify the control plane machines, which contain `master` in the name, in the following step.
4552

46-
. Remove the external load balancer from each control plane machine.
47-
.. Edit a control plane `Machine` object to remove the reference to the external load balancer.
53+
.. Remove the external load balancer from each control plane machine.
54+
... Edit a control plane `Machine` object to remove the reference to the external load balancer:
4855
+
4956
[source,terminal]
5057
----
5158
$ oc edit machines -n openshift-machine-api <master_name> <1>
5259
----
5360
<1> Specify the name of the control plane, or master, `Machine` object to modify.
5461

55-
.. Remove the lines that describe the external load balancer, which are marked in the following example, and save and exit the object specification:
62+
... Remove the lines that describe the external load balancer, which are marked in the following example, and save and exit the object specification:
5663
+
5764
[source,yaml]
5865
----
@@ -69,4 +76,4 @@ spec:
6976
----
7077
<1> Delete this line.
7178

72-
.. Repeat this process for each of the machines that contains `master` in the name.
79+
... Repeat this process for each of the machines that contains `master` in the name.

post_installation_configuration/configuring-private-cluster.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ toc::[]
77

88
After you install an {product-title} version {product-version} cluster, you can set some of its core components to be private.
99

10-
[IMPORTANT]
11-
====
12-
You can configure this change for only clusters that use infrastructure that you provision to a cloud provider.
13-
====
14-
1510
include::modules/private-clusters-about.adoc[leveloffset=+1]
1611

1712
include::modules/private-clusters-setting-dns-private.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)