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} version {product-version}, you can install a cluster on your Nutanix instance that uses installer-provisioned infrastructure.
10
+
11
+
== Prerequisites
12
+
13
+
* You have reviewed details about the xref:../../architecture/architecture-installation.adoc#architecture-installation[{product-title} installation and update] processes.
14
+
* If you use a firewall, you have configured it to xref:../../installing/install_config/configuring-firewall.adoc#configuring-firewall[grant access] to the sites that {product-title} requires. This includes the use of Telemetry.
15
+
* If your Nutanix environment is using the default self-signed SSL certificate, replace it with a certificate that is signed by a CA. The installation program requires a valid CA-signed certificate to access to the Prism Central API. For more information about replacing the self-signed certificate, see the https://portal.nutanix.com/page/documents/details?targetId=Nutanix-Security-Guide-v6_1:mul-security-ssl-certificate-pc-t.html[Nutanix AOS Security Guide].
After you install the cluster, you must install the Nutanix CSI Operator and configure the default storage container for the cluster.
40
+
41
+
For more information, see the Nutanix documentation for link:https://opendocs.nutanix.com/openshift/operators/csi/[installing the CSI Operator] and link:https://opendocs.nutanix.com/openshift/install/ipi/#openshift-image-registry-configuration[configuring registry storage].
* xref:../../support/remote_health_monitoring/about-remote-health-monitoring.adoc#about-remote-health-monitoring[About remote health monitoring]
49
+
50
+
== Next steps
51
+
* 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]
52
+
* xref:../../post_installation_configuration/cluster-tasks.adoc#available_cluster_customizations[Customize your cluster]
= Configuring the Cloud Credential Operator utility
27
+
ifdef::nutanix[]
28
+
The Cloud Credential Operator (CCO) manages cloud provider credentials as Kubernetes custom resource definitions (CRDs). To install a cluster on Nutanix, you must set the CCO to `manual` mode as part of the installation process.
29
+
endif::nutanix[]
24
30
31
+
ifndef::alibabacloud[]
25
32
To create and manage cloud credentials from outside of the cluster when the Cloud Credential Operator (CCO) is operating in
33
+
ifdef::ibm-cloud,nutanix[manual mode,]
26
34
ifdef::aws-sts[manual mode with STS,]
27
-
ifdef::ibm-cloud[manual mode,]
28
35
ifdef::google-cloud-platform[manual mode with GCP Workload Identity,]
29
36
extract and prepare the CCO utility (`ccoctl`) binary.
37
+
endif::alibabacloud[]
30
38
31
39
ifdef::alibabacloud[]
32
40
To assign RAM users and policies that provide long-lived RAM AccessKeys (AKs) for each in-cluster component, extract and prepare the {product-title} Cloud Credential Operator (CCO) utility (`ccoctl`) binary.
@@ -81,14 +89,14 @@ endif::aws-sts[]
81
89
82
90
.Procedure
83
91
84
-
. Obtain the {product-title} release image:
92
+
. Obtain the {product-title} release image by running the following command:
85
93
+
86
94
[source,terminal]
87
95
----
88
96
$ RELEASE_IMAGE=$(./openshift-install version | awk '/release image/ {print $3}')
89
97
----
90
98
91
-
. Get the CCO container image from the {product-title} release image:
99
+
. Get the CCO container image from the {product-title} release image by running the following command:
0 commit comments