fix incorrect reference for openstack
resolves https://github.com/kubernetes/kubernetes.github.io/issues/5779pull/5783/head
parent
53722b0b96
commit
442d133431
|
@ -671,7 +671,7 @@ Apiserver supports several cloud providers.
|
||||||
Some cloud providers require a config file. If so, you need to put config file into apiserver image or mount through hostPath.
|
Some cloud providers require a config file. If so, you need to put config file into apiserver image or mount through hostPath.
|
||||||
|
|
||||||
- `--cloud-config=` set if cloud provider requires a config file.
|
- `--cloud-config=` set if cloud provider requires a config file.
|
||||||
- Used by `aws`, `gce`, `mesos`, `openshift`, `ovirt` and `rackspace`.
|
- Used by `aws`, `gce`, `mesos`, `openstack`, `ovirt` and `rackspace`.
|
||||||
- You must put config file into apiserver image or mount through hostPath.
|
- You must put config file into apiserver image or mount through hostPath.
|
||||||
- Cloud config file syntax is [Gcfg](https://code.google.com/p/gcfg/).
|
- Cloud config file syntax is [Gcfg](https://code.google.com/p/gcfg/).
|
||||||
- AWS format defined by type [AWSCloudConfig](https://releases.k8s.io/{{page.githubbranch}}/pkg/cloudprovider/providers/aws/aws.go)
|
- AWS format defined by type [AWSCloudConfig](https://releases.k8s.io/{{page.githubbranch}}/pkg/cloudprovider/providers/aws/aws.go)
|
||||||
|
|
Loading…
Reference in New Issue