summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-12-10 06:25:30 -0800
committerGitHub <noreply@github.com>2019-12-10 06:25:30 -0800
commit55a337224a87de60ec98b7e10587023fdd443ea5 (patch)
tree36fa4dea50895ab794065adcbdfd00ea6f126b79
parentfd7043c73bb981e4ef078ed65be73888c5e35bd2 (diff)
parente51cd4bfe8f3f59976a634b273f955930f73bb01 (diff)
Merge pull request #4253 from chendave/kubemark_guide
update the guide to reflect of new cloud providers
-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`.