coreos / coreos-kubernetes

CoreOS Container Linux+Kubernetes documentation & Vagrant installers
https://coreos.com/kubernetes/docs/latest/
Apache License 2.0
1.1k stars 466 forks source link

Fixing for Windows environment. Bash shell env is different. #880

Closed mikesmullin closed 7 years ago

mikesmullin commented 7 years ago

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.

zbwright commented 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