fix kubemark output error

This commit is contained in:
xieyanker 2019-11-21 15:56:15 +08:00
parent 52063ef8c9
commit e16cc492b0
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"