kubernetes-the-hard-way-aws icon indicating copy to clipboard operation
kubernetes-the-hard-way-aws copied to clipboard

chore: fix copy for verification cluster endpoint

Open vitaliimelnychuk opened this issue 3 years ago • 3 comments

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 \.

vitaliimelnychuk avatar Jan 26 '22 23:01 vitaliimelnychuk

@prabhatsharma Can you review this PR?

vitaliimelnychuk avatar Jan 30 '22 12:01 vitaliimelnychuk

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.

prabhatsharma avatar Jan 31 '22 04:01 prabhatsharma

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

vitaliimelnychuk avatar Jan 31 '22 08:01 vitaliimelnychuk