mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #85502 from xieyanker/kubemark
fix kubemark output error
This commit is contained in:
commit
a8128804ab
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user