File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -21,30 +21,6 @@ Installations on Nutanix require additional `ConfigMap` and `Secret` resources t
21
21
$ cd <path _to_installation_directory >/manifests
22
22
----
23
23
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
-
48
24
. Create the `cloud-conf` `ConfigMap` file with the name `openshift-cloud-controller-manager-cloud-config.yaml` and add the following information:
49
25
+
50
26
[source,yaml]
You can’t perform that action at this time.
0 commit comments