ozbillwang / rancher-in-kind

Scripts to start up Rancher with Kind (kubernetes in docker) cluster
29 stars 17 forks source link

./add-cluster.sh: line 11: cURL: command not found #2

Closed IsQiao closed 3 years ago

IsQiao commented 3 years ago

docker rm -f rancher-for-kind; kind delete cluster kind-for-rancher ./add-cluster.sh: line 11: cURL: command not found ./add-cluster.sh: line 11: cURL: command not found ./add-cluster.sh: line 11: cURL: command not found ./add-cluster.sh: line 11: cURL: command not found ./add-cluster.sh: line 11: cURL: command not found ./add-cluster.sh: line 11: cURL: command not found

ozbillwang commented 3 years ago

Seems your system has no command as cURL, replace all of them with curl

and I have updated the code. You can pull the update and try now.

ozbillwang commented 3 years ago

Fixed another issue which need privileged Access for Rancher v2.5+

reference: https://rancher.com/docs/rancher/v2.x/en/installation/other-installation-methods/single-node-docker/#privileged-access-for-rancher-v2-5