Skip to content

Commit

Permalink
Update kubernetes-on-vsphere-with-helm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxy518 authored Dec 15, 2020
1 parent bd8f9a9 commit 32689a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/tutorials/kubernetes-on-vsphere-with-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The CPI supports storing vCenter credentials either in:
In the example `vsphere.conf` above, there are two configured [Kubernetes secret](https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets). The vCenter at `10.0.0.1` contains credentials in the secret named `cpi-engineering-secret` in the namespace `kube-system` and the vCenter at `1.1.1.1` and `192.168.0.1` contains credentials in the secret named `cpi-global-secret` in the namespace `kube-system` defined in the `[Global]` section.
An example [Secrets YAML](https://github.com/kubernetes/cloud-provider-vsphere/raw/master/manifests/controller-manager/vccm-secret.yaml) can be used for reference when creating your own `secrets`. If the example secret YAML is used, update the secret name to use a `<unique secret name>`, the vCenter IP address in the keys of `stringData`, and the `username` and `password` for each key.
An example [Secrets YAML](https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/master/manifests/controller-manager/vccm-secret.yaml) can be used for reference when creating your own `secrets`. If the example secret YAML is used, update the secret name to use a `<unique secret name>`, the vCenter IP address in the keys of `stringData`, and the `username` and `password` for each key.
The secret for the vCenter at `1.1.1.1` might look like the following:
Expand Down

0 comments on commit 32689a0

Please sign in to comment.