mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.6k stars 4.48k forks source link

give exec permission to setup hosts script before running it on each … #344

Open agahemre opened 2 months ago

agahemre commented 2 months ago

This commit fixes 'bash: line 1: /tmp/01-setup-hosts.sh: Permission denied' error which leaves provisioned nodes as not configured properly.

HansikKim87 commented 5 days ago

Yes, I've added it into the file to resolve the issue in my mac. Thanks. Your resolution should be merged to the branch.