Skip to content

Commit 8e9b46e

Browse files
author
Shubha Narayanan
committed
Removed Tech Preview snippet and reference
1 parent 6318b12 commit 8e9b46e

4 files changed

+0
-19
lines changed

modules/installation-vsphere-installer-infra-static-ip-nodes.adoc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
You can provision bootstrap, control plane, and compute nodes to be configured with static IP addresses in environments where Dynamic Host Configuration Protocol (DHCP) does not exist. To configure this environment, you must provide values to the `platform.vsphere.hosts.role` parameter in the `install-config.yaml` file.
1111

12-
:FeatureName: Static IP addresses for vSphere nodes
13-
include::snippets/technology-preview.adoc[leveloffset=+1]
14-
1512
By default, the installation program is configured to use the DHCP for the network, but this network has limited configurable capabilities.
1613

1714
After you define one or more machine pools in your `install-config.yaml` file, you can define network definitions for nodes on your network. Ensure that the number of network definitions matches the number of machine pools that you configured for your cluster.
@@ -37,10 +34,5 @@ platform:
3734
<2> Lists IPv4, IPv6, or both IP addresses that the installation program passes to the network interface. The machine API controller assigns all configured IP addresses to the default network interface.
3835
<3> The default gateway for the network interface.
3936
<4> Lists up to 3 DNS nameservers.
40-
+
41-
[IMPORTANT]
42-
====
43-
To enable the Technology Preview feature of static IP addresses for vSphere nodes for your cluster, you must include `featureSet:TechPreviewNoUpgrade` as the initial entry in the `install-config.yaml` file.
44-
====
4537

4638
After you deployed your cluster to run nodes with static IP addresses, you can scale a machine to use one of these static IP addresses. Additionally, you can use a machine set to configure a machine to use one of the configured static IP addresses.

modules/nodes-vsphere-machine-set-concept-static-ip.adoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
You can use a machine set to scale machines with configured static IP addresses.
1010

11-
:FeatureName: Static IP addresses for vSphere nodes
12-
include::snippets/technology-preview.adoc[leveloffset=+1]
13-
1411
After you configure a machine set to request a static IP address for a machine, the machine controller creates an `IPAddressClaim` resource in the `openshift-machine-api` namespace. The external controller then creates an `IPAddress` resource and binds any static IP addresses to the `IPAddressClaim` resource.
1512

1613
[IMPORTANT]

modules/nodes-vsphere-machine-set-scaling-static-ip.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,10 @@
88

99
You can use a machine set to scale machines with configured static IP addresses.
1010

11-
:FeatureName: Static IP addresses for vSphere nodes
12-
include::snippets/technology-preview.adoc[leveloffset=+1]
13-
1411
The example in the procedure demonstrates the use of controllers for scaling machines in a machine set.
1512

1613
.Prerequisites
1714

18-
* You included `featureSet:TechPreviewNoUpgrade` as the initial entry in the `install-config.yaml` file.
1915
* You deployed a cluster that runs at least one node with a configured static IP address.
2016
2117
.Procedure

modules/nodes-vsphere-scaling-machines-static-ip.adoc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@
88

99
You can scale additional machine sets to use pre-defined static IP addresses on your cluster. For this configuration, you need to create a machine resource YAML file and then define static IP addresses in this file.
1010

11-
:FeatureName: Static IP addresses for vSphere nodes
12-
include::snippets/technology-preview.adoc[leveloffset=+1]
13-
1411
.Prerequisites
1512

16-
* You included `featureSet:TechPreviewNoUpgrade` as the initial entry in the `install-config.yaml` file.
1713
* You deployed a cluster that runs at least one node with a configured static IP address.
1814
1915
.Procedure

0 commit comments

Comments
 (0)