alta3 / kubernetes-the-alta3-way

The greatest k8s installer on the planet!
223 stars 34 forks source link

disable node check for cka-exam #45

Closed bryfry closed 1 year ago

bryfry commented 1 year ago

Closes https://github.com/alta3/labs/issues/689 setup cka-exam was requiring an existing k8s environment. This fix disables those checks for that specific setup.

The diff is hard to read. It only adds a wrapping if [[ "${LAB_ID}" != cka-exam ]]; then with no else clause.