sandervanvugt / cka

410 stars 520 forks source link

fix: setup-container-* scripts #22

Closed profnandaa closed 7 months ago

profnandaa commented 7 months ago

setup-kubetools.sh expects to see the /tmp/container.txt file as proof that the container setup script was run. For the newer versions of this script, the line that adds this had been omitted.

sandervanvugt commented 7 months ago

the confusion comes from the fact that I never removed the development version "setup-containers-new.sh". I just removed it, and the required line is in the setup-containers.sh script. I also updated the README.txt to be more specific about which scripts to use.

profnandaa commented 7 months ago

Got it, thanks for the scripts, very handy!