-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OSDOCS-988 vSphere IPI #22485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
OSDOCS-988 vSphere IPI #22485
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
67 changes: 67 additions & 0 deletions
67
...installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,67 @@ | ||
| [id="installing-vsphere-installer-provisioned-customizations"] | ||
| = Installing a cluster on vSphere with customizations | ||
| include::modules/common-attributes.adoc[] | ||
| :context: installing-vsphere-installer-provisioned-customizations | ||
|
|
||
| toc::[] | ||
|
|
||
| In {product-title} version {product-version}, you can install a cluster on your | ||
| VMware vSphere instance by using installer-provisioned infrastructure. To customize the installation, you modify parameters in the `install-config.yaml` file before you install the cluster. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * 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 | ||
| ReadWriteMany access modes. | ||
| * Review details about the | ||
| xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] | ||
| processes. | ||
| * If you use a firewall, you must | ||
| xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configure it to allow the sites] that your cluster requires access to. | ||
| + | ||
| [NOTE] | ||
| ==== | ||
| Be sure to also review this site list if you are configuring a proxy. | ||
| ==== | ||
|
|
||
| include::modules/cluster-entitlements.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-vsphere-infrastructure.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-vsphere-installer-infra-requirements.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/ssh-agent-using.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-obtaining-installer.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-adding-vcenter-root-certificates.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-initializing.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-configuration-parameters.adoc[leveloffset=+2] | ||
|
|
||
| include::modules/installation-installer-provisioned-vsphere-config-yaml.adoc[leveloffset=+2] | ||
|
|
||
| include::modules/installation-launching-installer.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/cli-installing-cli.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/cli-logging-in-kubeadmin.adoc[leveloffset=+1] | ||
|
|
||
| [id="installing-vsphere-installer-provisioned-customizations-registry"] | ||
| == Creating registry storage | ||
| After you install the cluster, you must create storage for the registry Operator. | ||
|
|
||
| include::modules/registry-removed.adoc[leveloffset=+2] | ||
|
|
||
| include::modules/installation-registry-storage-config.adoc[leveloffset=+2] | ||
|
|
||
| include::modules/registry-configuring-storage-vsphere.adoc[leveloffset=+3] | ||
|
|
||
| .Next steps | ||
|
|
||
| * xref:../../installing/install_config/customizations.adoc#customizations[Customize your cluster]. | ||
| * 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]. | ||
| * xref:../../registry/configuring_registry_storage/configuring-registry-storage-vsphere.adoc#configuring-registry-storage-vsphere[Set up your registry and configure registry storage]. |
62 changes: 62 additions & 0 deletions
62
installing/installing_vsphere/installing-vsphere-installer-provisioned.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,62 @@ | ||
| [id="installing-vsphere-installer-provisioned"] | ||
| = Installing a cluster on vSphere | ||
| include::modules/common-attributes.adoc[] | ||
| :context: installing-vsphere-installer-provisioned | ||
|
|
||
| toc::[] | ||
|
|
||
| In {product-title} version {product-version}, you can install a cluster on your | ||
| VMware vSphere instance by using installer-provisioned infrastructure. | ||
|
|
||
| .Prerequisites | ||
|
|
||
| * 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 | ||
| ReadWriteMany access modes. | ||
| * Review details about the | ||
| xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] | ||
| processes. | ||
| * If you use a firewall, you must | ||
| xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[configure it to allow the sites] that your cluster requires access to. | ||
| + | ||
| [NOTE] | ||
| ==== | ||
| Be sure to also review this site list if you are configuring a proxy. | ||
| ==== | ||
|
|
||
| include::modules/cluster-entitlements.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-vsphere-infrastructure.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-vsphere-installer-infra-requirements.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/ssh-agent-using.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-obtaining-installer.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-adding-vcenter-root-certificates.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/installation-launching-installer.adoc[leveloffset=+1] | ||
|
kalexand-rh marked this conversation as resolved.
Outdated
|
||
|
|
||
| include::modules/cli-installing-cli.adoc[leveloffset=+1] | ||
|
|
||
| include::modules/cli-logging-in-kubeadmin.adoc[leveloffset=+1] | ||
|
|
||
| [id="installing-vsphere-installer-provisioned-registry"] | ||
| == Creating registry storage | ||
| After you install the cluster, you must create storage for the registry Operator. | ||
|
|
||
| include::modules/registry-removed.adoc[leveloffset=+2] | ||
|
|
||
| include::modules/installation-registry-storage-config.adoc[leveloffset=+2] | ||
|
|
||
| include::modules/registry-configuring-storage-vsphere.adoc[leveloffset=+3] | ||
|
|
||
|
|
||
| .Next steps | ||
|
|
||
| * xref:../../installing/install_config/customizations.adoc#customizations[Customize your cluster]. | ||
| * 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]. | ||
| * xref:../../registry/configuring_registry_storage/configuring-registry-storage-vsphere.adoc#configuring-registry-storage-vsphere[Set up your registry and configure registry storage]. | ||
10 changes: 10 additions & 0 deletions
10
...ling/installing_vsphere/uninstalling-cluster-vsphere-installer-provisioned.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| [id="uninstalling-cluster-vsphere-installer-provisioned"] | ||
| = Uninstalling a cluster on vSphere that uses installer-provisioned infrastructure | ||
| include::modules/common-attributes.adoc[] | ||
| :context: uninstalling-cluster-vsphere-installer-provisioned | ||
|
|
||
| toc::[] | ||
|
|
||
| You can remove a cluster that you deployed in your VMware vSphere instance by using installer-provisioned infrastructure. | ||
|
|
||
| include::modules/installation-uninstall-clouds.adoc[leveloffset=+1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 51 additions & 0 deletions
51
modules/installation-adding-vcenter-root-certificates.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| // Module included in the following assemblies: | ||
| // | ||
| // * installing/installing_vsphere/installing-vsphere-installer-provisioned.adoc | ||
| // * installing/installing_vsphere/installing-vsphere-installer-provisioned-customizations.adoc | ||
|
|
||
| [id="installation-adding-vcenter-root-certificates_{context}"] | ||
| = Adding vCenter root CA certificates to your system trust | ||
|
|
||
| Because the installation program requires access to your vCenter's API, you must add your vCenter's trusted root CA certificates to your system trust before you install an {product-title} cluster. | ||
|
|
||
| .Procedure | ||
|
|
||
| . From the vCenter home page, download the vCenter's root CA certificates. Click *Download trusted root CA certificates* in the vSphere Web Services SDK section. The `<vCenter>/certs/download.zip` file downloads. | ||
|
|
||
| . Extract the compressed file that contains the vCenter root CA certificates. The contents of the compressed file resemble the following file structure: | ||
| + | ||
| ---- | ||
| certs | ||
| ├── lin | ||
| │ ├── 108f4d17.0 | ||
| │ ├── 108f4d17.r1 | ||
| │ ├── 7e757f6a.0 | ||
| │ ├── 8e4f8471.0 | ||
| │ └── 8e4f8471.r0 | ||
| ├── mac | ||
| │ ├── 108f4d17.0 | ||
| │ ├── 108f4d17.r1 | ||
| │ ├── 7e757f6a.0 | ||
| │ ├── 8e4f8471.0 | ||
| │ └── 8e4f8471.r0 | ||
| └── win | ||
| ├── 108f4d17.0.crt | ||
| ├── 108f4d17.r1.crl | ||
| ├── 7e757f6a.0.crt | ||
| ├── 8e4f8471.0.crt | ||
| └── 8e4f8471.r0.crl | ||
|
|
||
| 3 directories, 15 files | ||
| ---- | ||
|
|
||
| . Add the files for your operating system to the system trust. For example, on a Fedora operating system, run the following command: | ||
| + | ||
| ---- | ||
| # cp certs/lin/* /etc/pki/ca-trust/source/anchors | ||
| ---- | ||
|
|
||
| . Update your system trust. For example, on a Fedora operating system, run the following command: | ||
| + | ||
| ---- | ||
| # update-ca-trust extract | ||
|
kalexand-rh marked this conversation as resolved.
Outdated
|
||
| ---- | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.