File tree 6 files changed +51
-3
lines changed
examples/capi-quick-start
hack/examples/bases/nutanix/cluster
6 files changed +51
-3
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Secret
3
+ metadata :
4
+ labels :
5
+ cluster.x-k8s.io/provider : nutanix
6
+ name : ${CLUSTER_NAME}-dockerhub-credentials
7
+ stringData :
8
+ password : ${DOCKER_HUB_PASSWORD}
9
+ username : ${DOCKER_HUB_USERNAME}
10
+ type : Opaque
11
+ ---
12
+ apiVersion : v1
13
+ kind : Secret
3
14
metadata :
4
15
labels :
5
16
cluster.x-k8s.io/provider : nutanix
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Secret
3
+ metadata :
4
+ labels :
5
+ cluster.x-k8s.io/provider : nutanix
6
+ name : ${CLUSTER_NAME}-dockerhub-credentials
7
+ stringData :
8
+ password : ${DOCKER_HUB_PASSWORD}
9
+ username : ${DOCKER_HUB_USERNAME}
10
+ type : Opaque
11
+ ---
12
+ apiVersion : v1
13
+ kind : Secret
3
14
metadata :
4
15
labels :
5
16
cluster.x-k8s.io/provider : nutanix
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Secret
3
+ metadata :
4
+ labels :
5
+ cluster.x-k8s.io/provider : nutanix
6
+ name : ${CLUSTER_NAME}-dockerhub-credentials
7
+ stringData :
8
+ password : ${DOCKER_HUB_PASSWORD}
9
+ username : ${DOCKER_HUB_USERNAME}
10
+ type : Opaque
11
+ ---
12
+ apiVersion : v1
13
+ kind : Secret
3
14
metadata :
4
15
labels :
5
16
cluster.x-k8s.io/provider : nutanix
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
kind : Secret
3
+ metadata :
4
+ labels :
5
+ cluster.x-k8s.io/provider : nutanix
6
+ name : ${CLUSTER_NAME}-dockerhub-credentials
7
+ stringData :
8
+ password : ${DOCKER_HUB_PASSWORD}
9
+ username : ${DOCKER_HUB_USERNAME}
10
+ type : Opaque
11
+ ---
12
+ apiVersion : v1
13
+ kind : Secret
3
14
metadata :
4
15
labels :
5
16
cluster.x-k8s.io/provider : nutanix
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
5
5
kind: Kustomization
6
6
7
7
resources:
8
+ - ../../../additional-resources/dockerhub-secret.yaml
8
9
- ../../../additional-resources/nutanix/csi-secret.yaml
9
10
- https://github.com/nutanix-cloud-native/cluster-api-provider-nutanix/releases/download/${CAPX_VERSION}/cluster-template-topology.yaml
10
11
Original file line number Diff line number Diff line change @@ -188,15 +188,15 @@ variables:
188
188
# IP/FQDN of Prism Central.
189
189
# NOTE: This has to be overridden by specifying the env var NUTANIX_ENDPOINT when running the e2e tests. It is
190
190
# set as empty here to enable running the e2e tests for non-nutanix providers locally without setting the env var.
191
- # NUTANIX_ENDPOINT: ""
191
+ NUTANIX_ENDPOINT : " "
192
192
# # Port of Prism Central. Default: 9440
193
193
# NUTANIX_PORT: 9440
194
194
# # Disable Prism Central certificate checking. Default: false
195
195
# NUTANIX_INSECURE: false
196
196
# # Prism Central user
197
- # NUTANIX_USER: ""
197
+ NUTANIX_USER : " "
198
198
# # Prism Central password
199
- # NUTANIX_PASSWORD: ""
199
+ NUTANIX_PASSWORD : " "
200
200
# # Host IP to be assigned to the CAPX Kubernetes cluster.
201
201
# CONTROL_PLANE_ENDPOINT_IP: ""
202
202
# # Port of the CAPX Kubernetes cluster. Default: 6443
@@ -209,6 +209,9 @@ variables:
209
209
# NUTANIX_SUBNET_NAME: ""
210
210
# # Name of the storage container to CSI driver
211
211
# NUTANIX_STORAGE_CONTAINER_NAME: ""
212
+ # # Username/Password of dockerhub account to avoid download rate limiting
213
+ # DOCKER_HUB_USERNAME: ""
214
+ # DOCKER_HUB_PASSWORD: ""
212
215
213
216
intervals :
214
217
default/wait-controllers : ["3m", "10s"]
You can’t perform that action at this time.
0 commit comments