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

Update 04-certificate-authority.md #113

Closed rbegito closed 4 years ago

rbegito commented 4 years ago

at ## Distribute the Certificates script a slash " \" is missing at the end of the first line.

K2-KK commented 4 years ago

Hi @rbegito,

Looks like a slash is not required after "do" of the for loop because "do" will automatically break up the command.

image

Closing this. Please re-open if you think otherwise.