Closed mikesmullin closed 7 years ago
Hey - Thanks for your help on these. I'm closing this PR because we've completely rewritten and moved the Kubernetes documentation. Take a look, if you like: https://coreos.com/tectonic/docs/latest/tutorials/kubernetes/getting-started.html
The commands need tweaking and escaping.
Eventually got it working for myself.
I also added some stuff to generate a self-signed CA and issuer that gets added to
/etc/ssl/certs
for use by HTTPS services like the Docker Registry container which is one of the first ones I wanted to run, and which I wanted the kubelet workers etc to use to download images from. That part isn't included in this PR but probably should be a feature, if others agree.