diff --git a/examples/edge30-full-example/custom/files/basic-setup.sh b/examples/edge30-full-example/custom/files/basic-setup.sh index 094e1d51..5c717525 100755 --- a/examples/edge30-full-example/custom/files/basic-setup.sh +++ b/examples/edge30-full-example/custom/files/basic-setup.sh @@ -8,7 +8,7 @@ export KUBECONFIG="/etc/rancher/rke2/rke2.yaml" ################## export METAL3_CHART_TARGETNAMESPACE="metal3-system" export METAL3_CLUSTERCTLVERSION="1.6.2" -export METAL3_CAPICOREVERSION="1.6.0" +export METAL3_CAPICOREVERSION="1.6.2" export METAL3_CAPIMETAL3VERSION="1.6.0" export METAL3_CAPIRKE2VERSION="0.2.6" export METAL3_CAPIPROVIDER="rke2" diff --git a/examples/edge30-full-example/custom/files/metal3.sh b/examples/edge30-full-example/custom/files/metal3.sh index 37536fea..e70c19c1 100755 --- a/examples/edge30-full-example/custom/files/metal3.sh +++ b/examples/edge30-full-example/custom/files/metal3.sh @@ -122,7 +122,7 @@ if [ $(${KUBECTL} get pods -n ${METAL3_CAPISYSTEMNAMESPACE} -o name | wc -l) -lt ((--r))||exit echo "Something went wrong, let's wait 10 seconds and retry" sleep 10;done) ; then - echo "clsuterctl failed" + echo "clusterctl failed" exit 1 fi