Skip to content

Commit e16cc49

Browse files
committed
fix kubemark output error
1 parent 52063ef commit e16cc49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/kubemark/pre-existing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resources provided by the VM at $MASTER_IP will serve as the kubemark master.
2323
## Use Case
2424

2525
The goal of the pre-existing provider is to use the kubemark tools with an
26-
existing kubermark master. It's meant to provide the developer with
26+
existing kubemark master. It's meant to provide the developer with
2727
additional flexibility to customize the cluster infrastructure and still use
2828
the kubemark setup tools. The pre-existing provider is an **advanced** use
2929
case that requires the developer to have knowledge of setting up a kubemark

test/kubemark/resources/start-kubemark-master.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,4 +776,4 @@ until [ "$(curl 127.0.0.1:8080/healthz 2> /dev/null)" == "ok" ]; do
776776
fi
777777
done
778778

779-
echo "Done for the configuration for kubermark master"
779+
echo "Done for the configuration for kubemark master"

0 commit comments

Comments
 (0)