Merge pull request #6970 from cimomo/doc-fix
Remove references to the deprecated configure-vm.sh
This commit is contained in:
commit
00e62d4a18
|
@ -292,8 +292,7 @@ many distinct files to make:
|
|||
1. Different credentials for every kubelet, etc.
|
||||
- We are working on this but all the pieces are not ready yet.
|
||||
|
||||
You can make the files by copying the `$HOME/.kube/config`, by following the code
|
||||
in `cluster/gce/configure-vm.sh` or by using the following template:
|
||||
You can make the files by copying the `$HOME/.kube/config` or by using the following template:
|
||||
|
||||
```yaml
|
||||
apiVersion: v1
|
||||
|
@ -685,7 +684,6 @@ Some cloud providers require a config file. If so, you need to put config file i
|
|||
- 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)
|
||||
- There is a similar type in the corresponding file for other cloud providers.
|
||||
- GCE example: search for `gce.conf` in [this file](https://releases.k8s.io/{{page.githubbranch}}/cluster/gce/configure-vm.sh)
|
||||
|
||||
#### Scheduler pod template
|
||||
|
||||
|
|
Loading…
Reference in New Issue