Skip to content

Commit 697a386

Browse files
authored
Merge pull request #71715 from skopacz1/OCPBUGS-29106
OCPBUGS#29106: Removing unnecessary Nutanix install step
2 parents 785125a + 7b38196 commit 697a386

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

modules/installation-nutanix-ccm.adoc

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,6 @@ Installations on Nutanix require additional `ConfigMap` and `Secret` resources t
2121
$ cd <path_to_installation_directory>/manifests
2222
----
2323

24-
. Create a file with the name `openshift-cloud-controller-manager-nutanix-credentials-credentials.yaml` and add the following information:
25-
+
26-
[source,yaml]
27-
----
28-
apiVersion: v1
29-
kind: Secret
30-
metadata:
31-
name: nutanix-credentials
32-
namespace: openshift-cloud-controller-manager
33-
type: Opaque
34-
stringData:
35-
credentials: "[{
36-
\"type\":\"basic_auth\",
37-
\"data\":{
38-
\"prismCentral\":{
39-
\"username\":\"<username_for_prism_central>\", <1>
40-
\"password\":\"<password_for_prism_central>\"}, <2>
41-
\"prismElements\":null
42-
}
43-
}]"
44-
----
45-
<1> Specify the Prism Central username.
46-
<2> Specify the Prism Central password.
47-
4824
. Create the `cloud-conf` `ConfigMap` file with the name `openshift-cloud-controller-manager-cloud-config.yaml` and add the following information:
4925
+
5026
[source,yaml]

0 commit comments

Comments
 (0)