summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Chen <dave.chen@arm.com>2019-11-21 14:39:19 +0800
committerDave Chen <dave.jungler@gmail.com>2019-11-22 09:43:50 +0800
commite51cd4bfe8f3f59976a634b273f955930f73bb01 (patch)
tree4f4e2aae5a52d106b8da2616f54bf1d634fffb41
parent5b65dfbb7bbb448682db25eccd4ee8753d6d140a (diff)
update the guide to reflect of new cloud provider
-rw-r--r--contributors/devel/sig-scalability/kubemark-guide.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/contributors/devel/sig-scalability/kubemark-guide.md b/contributors/devel/sig-scalability/kubemark-guide.md
index ce5727e8..33f037f7 100644
--- a/contributors/devel/sig-scalability/kubemark-guide.md
+++ b/contributors/devel/sig-scalability/kubemark-guide.md
@@ -69,10 +69,11 @@ This script will create a VM for master (along with mounted PD and firewall rule
then start kubelet and run the pods for the master components. Following this, it
sets up the HollowNodes as Pods on the external cluster and do all the setup necessary
to let them talk to the kubemark apiserver. It will use the configuration stored in
-`cluster/kubemark/config-default.sh` - you can tweak it however you want, but note that
-some features may not be implemented yet, as implementation of Hollow components/mocks
-will probably be lagging behind ‘real’ one. For performance tests interesting variables
-are `NUM_NODES` and `KUBEMARK_MASTER_SIZE`. After start-kubemark script is finished,
+`cluster/kubemark/{CLOUD_PROVIDER}/config-default.sh` - `CLOUD_PROVIDER` could be `gce`,
+`iks` or `pre-existing` which means you alreay have a local cluster, you can tweak it however
+you want, but note that some features may not be implemented yet, as implementation of Hollow
+components/mocks will probably be lagging behind ‘real’ one. For performance tests interesting
+variables are `NUM_NODES` and `KUBEMARK_MASTER_SIZE`. After start-kubemark script is finished,
you’ll have a ready Kubemark cluster, and a kubeconfig file for talking to the Kubemark
cluster is stored in `test/kubemark/resources/kubeconfig.kubemark`.