Skip to content

Commit

Permalink
Apply suggestions from Alberto
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Morgante Medina <[email protected]>
  • Loading branch information
e-minguez and alknopfler authored May 13, 2024
1 parent b6d80ed commit 43fbd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/edge30-full-example/custom/files/basic-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/edge30-full-example/custom/files/metal3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 43fbd1a

Please sign in to comment.