pires / kubernetes-vagrant-coreos-cluster

Kubernetes cluster (for testing purposes) made easy with Vagrant and CoreOS.
Apache License 2.0
597 stars 205 forks source link

Switched to secured k8s API endpoint (#285) #286

Closed gavvvr closed 6 years ago

gavvvr commented 6 years ago

I think it is ok to still use 8080/http on master node because it basically connects to itself. I only switched to https on worker's kubelet and worker's kube-proxy See #285 I checked that Nodes are ready (kubectl get nodes) and there are no additional problems in logs of kube-proxy.

pires commented 6 years ago

Fixes #285