collabnix / kubelabs

Get Started with Kubernetes
https://kubelabs.collabnix.com
Apache License 2.0
2.73k stars 941 forks source link

Unable to bootstrap the node cluster. #71

Closed Rohan749 closed 2 years ago

Rohan749 commented 2 years ago

While preparing 5 nodes Kubernetes Cluster, after cloning the repository, the given command was not working. It says -> cannot access 'bootstrap.sh': No such file or directory

To change mode executable for bootstrap.sh, it asks to type the following command: Screenshot from 2022-01-18 11-27-36

After typing the command, the result I got: Screenshot from 2022-01-18 11-27-46

Please correct me if I misunderstood any step.

ajeetraina commented 2 years ago

Hi @Rohan749 You will need to change directory to kubelabs first

cd kubelabs

and then execute the script.

Rohan749 commented 2 years ago

Thankyou @ajeetraina !