Merge pull request #85502 from xieyanker/kubemark

fix kubemark output error
This commit is contained in:
Kubernetes Prow Robot 2019-11-22 18:40:04 -08:00 committed by GitHub
commit a8128804ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ resources provided by the VM at $MASTER_IP will serve as the kubemark master.
## Use Case
The goal of the pre-existing provider is to use the kubemark tools with an
existing kubermark master. It's meant to provide the developer with
existing kubemark master. It's meant to provide the developer with
additional flexibility to customize the cluster infrastructure and still use
the kubemark setup tools. The pre-existing provider is an **advanced** use
case that requires the developer to have knowledge of setting up a kubemark

View File

@ -776,4 +776,4 @@ until [ "$(curl 127.0.0.1:8080/healthz 2> /dev/null)" == "ok" ]; do
fi
done
echo "Done for the configuration for kubermark master"
echo "Done for the configuration for kubemark master"