From 119a401d8d891feb63454e574137dccbd683853e Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Tue, 16 Jan 2018 00:03:01 +0800 Subject: [PATCH] Remove references to the deprecated configure-vm.sh --- docs/getting-started-guides/scratch.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/getting-started-guides/scratch.md b/docs/getting-started-guides/scratch.md index d15bedc5b5..c3c92f635f 100644 --- a/docs/getting-started-guides/scratch.md +++ b/docs/getting-started-guides/scratch.md @@ -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