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

deploy-master.md: Fixed kube-apiserver yaml schema #887

Closed mikalv closed 7 years ago

mikalv commented 7 years ago

CoreOS seems to be defaulting to etcd2, however k8s to etcd3.

This fixes error that occurs after following official guides, since it now will crash and restart forever without being able to connect to the etcd node/cluster.

Fixes #871

Tested on: CoreOS stable (1353.8.0) With kubernetes image/tag quay.io/coreos/hyperkube:v1.6.4_coreos.0

zbwright commented 7 years ago

Thanks for your work. This page has recently been rewritten. Closing this PR.