You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In {product-title} {product-version}, you can install a cluster on VMware vSphere infrastructure in a restricted network by creating an internal mirror of the installation release content.
* xref:../../installing/install_config/installing-restricted-networks-preparations.adoc#installing-restricted-networks-preparations[Create a registry on your mirror host] and obtain the `imageContentSources` data for your version of {product-title}.
14
+
+
15
+
[IMPORTANT]
16
+
====
17
+
Because the installation media is on the mirror host, you can use that computer to complete all installation steps.
18
+
====
19
+
* Provision xref:../../storage/understanding-persistent-storage.adoc#understanding-persistent-storage[persistent storage] for your cluster. To deploy a private image registry, your storage must provide the ReadWriteMany access mode.
20
+
* Review details about the xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] processes.
21
+
* If you use a firewall and plan to use telemetry, you must xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configure the firewall to allow the sites] that your cluster requires access to.
22
+
+
23
+
[NOTE]
24
+
====
25
+
If you are configuring a proxy, be sure to also review this site list.
* xref:../../installing/install_config/installing-customizing.adoc#installing-customizing[Customize your cluster].
69
+
* If necessary, you can xref:../../support/remote_health_monitoring/opting-out-of-remote-health-reporting.adoc#opting-out-remote-health-reporting_opting-out-remote-health-reporting[opt out of remote health reporting].
70
+
* xref:../../registry/configuring_registry_storage/configuring-registry-storage-vsphere.adoc#configuring-registry-storage-vsphere[Set up your registry and configure registry storage].
@@ -44,12 +48,12 @@ installation media. You can create this registry on a mirror host, which can
44
48
access both the Internet and your closed network, or by using other methods
45
49
that meet your restrictions.
46
50
47
-
ifndef::osp,rhv[]
51
+
ifndef::ipi[]
48
52
[IMPORTANT]
49
53
====
50
54
Because of the complexity of the configuration for user-provisioned installations, consider completing a standard user-provisioned infrastructure installation before you attempt a restricted network installation using user-provisioned infrastructure. Completing this test installation might make it easier to isolate and troubleshoot any issues that might arise during your installation in a restricted network.
link:https://vmware.github.io/vsphere-storage-for-kubernetes/documentation/vcp-roles.html[static or dynamic persistent volume provisioning]
769
772
in vSphere.
770
-
|String.
773
+
|String
771
774
772
775
|`platform.vsphere.password`
773
776
|The password for the vCenter user name.
774
-
|String.
777
+
|String
775
778
776
779
|`platform.vsphere.datacenter`
777
780
|The name of the datacenter to use in the vCenter instance.
778
-
|String.
781
+
|String
779
782
780
783
|`platform.vsphere.defaultDatastore`
781
784
|The name of the default datastore to use for provisioning volumes.
782
-
|String.
785
+
|String
783
786
784
787
|`platform.vsphere.folder`
785
788
|_Optional_. The absolute path of an existing folder where the installation program creates the virtual machines. If you do not provide this value, the installation program creates a folder that is named with the infrastructure ID in the datacenter virtual machine folder.
786
789
|String, for example, `/<datacenter_name>/vm/<folder_name>/<subfolder_name>`.
787
790
788
791
|`platform.vsphere.network`
789
792
|The network in the vCenter instance that contains the virtual IP addresses and DNS records that you configured.
790
-
|String.
793
+
|String
791
794
792
795
|`platform.vsphere.cluster`
793
796
|The vCenter cluster to install the {product-title} cluster in.
794
-
|String.
797
+
|String
795
798
796
799
|`platform.vsphere.apiVIP`
797
800
|The virtual IP (VIP) address that you configured for control plane API access.
@@ -807,21 +810,25 @@ in vSphere.
807
810
|====
808
811
|Parameter|Description|Values
809
812
813
+
|`platform.vsphere.clusterOSImage`
814
+
|The location from which the installer downloads the {op-system} image. You must set this parameter to perform an installation in a restricted network.
815
+
|An HTTP or HTTPS URL, optionally with a SHA-256 checksum. For example, `\https://mirror.openshift.com/images/rhcos-<version>-vmware.<architecture>.ova`.
816
+
810
817
|`platform.vsphere.osDisk.diskSizeGB`
811
818
|The size of the disk in gigabytes.
812
-
|Integer.
819
+
|Integer
813
820
814
821
|`platform.vsphere.cpus`
815
822
|The total number of virtual processor cores to assign a virtual machine.
816
-
|Integer.
823
+
|Integer
817
824
818
825
|`platform.vsphere.coresPerSocket`
819
826
|The number of cores per socket in a virtual machine. The number of virtual CPUs (vCPUs) on the virtual machine is `platform.vsphere.cpus`/`platform.vsphere.coresPerSocket`. The default value is `1`
820
-
|Integer.
827
+
|Integer
821
828
822
829
|`platform.vsphere.memoryMB`
823
830
|The size of a virtual machine's memory in megabytes.
0 commit comments