Closes https://github.com/alta3/labs/issues/689setup 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.
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.