collabnix / kubelabs

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

Kubelab 101 directions omit necessary directory change #130

Closed bensodenkamp closed 1 year ago

bensodenkamp commented 1 year ago

It is a simple thing, but if you follow the directions to the letter, there is a command missing to cd into the kubelabs directory.

[node2 ~]$ git clone https://github.com/collabnix/kubelabs Cloning into 'kubelabs'... remote: Enumerating objects: 3523, done. remote: Counting objects: 100% (246/246), done. remote: Compressing objects: 100% (132/132), done. remote: Total 3523 (delta 135), reused 201 (delta 107), pack-reused 3277 Receiving objects: 100% (3523/3523), 21.74 MiB | 22.98 MiB/s, done. Resolving deltas: 100% (1744/1744), done. [node2 ~]$ chmod a+x bootstrap.sh chmod: cannot access 'bootstrap.sh': No such file or directory [node2 ~]$ ls
anaconda-ks.cfg kubelabs [node2 ~]$ cd kubelabs/ [node2 kubelabs]$ sh bootstrap.sh