kubernetes-the-hard-way-aws
kubernetes-the-hard-way-aws copied to clipboard
chore: fix copy for verification cluster endpoint
During copying the command on OS X I noticed that there were added a few symbols, the after pasting the output was:
curl --cacert ca.pem https://$\{KUBERNETES_PUBLIC_ADDRESS\}/version
Which will not work and I had manually remove \.
@prabhatsharma Can you review this PR?
I have not been able to replicate the problem that this PR solves. Do you have steps I can use to reproduce the problem. I have a mac.
Hello @prabhatsharma, thanks for the answer!
I just used the copy button from Github and Mac terminal. You can see there some additional '' after copy-pasting.
https://user-images.githubusercontent.com/22550335/151761447-0497b9c6-afd4-4395-9c8d-a692455b01b4.mov