Merge pull request #6970 from cimomo/doc-fix
Remove references to the deprecated configure-vm.sh
This commit is contained in:
@@ -292,8 +292,7 @@ many distinct files to make:
|
|||||||
1. Different credentials for every kubelet, etc.
|
1. Different credentials for every kubelet, etc.
|
||||||
- We are working on this but all the pieces are not ready yet.
|
- 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
|
You can make the files by copying the `$HOME/.kube/config` or by using the following template:
|
||||||
in `cluster/gce/configure-vm.sh` or by using the following template:
|
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: v1
|
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/).
|
- 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)
|
||||||
- There is a similar type in the corresponding file for other cloud providers.
|
- 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
|
#### Scheduler pod template
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user