Merge pull request #6970 from cimomo/doc-fix

Remove references to the deprecated configure-vm.sh
This commit is contained in:
Xiaoyu(Tim) Zhang 2018-01-16 09:18:46 +08:00 committed by GitHub
commit 00e62d4a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -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