mmumshad / kubernetes-the-hard-way

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

Convert DOS newlines to Unix format #245

Closed dkangala closed 2 years ago

dkangala commented 3 years ago

Appended following note to documentation:

If "bash cert_verify.sh" script displays an error stating "$'\r': command not found", then run following and continue - this is to convert DOS newlines (CR/LF) to Unix format:
sed -i 's/.$//' cert_verify.sh
fireflycons commented 2 years ago

Hi @dkangala We have now merged a major change to bring this to v1.24. This has been addressed as part of the upgrade.