Use HTTPS liveness probes for kube-scheduler and kube-controller-manager

* Disable kube-scheduler and kube-controller-manager HTTP ports
This commit is contained in:
Dalton Hubble
2019-01-09 20:54:43 -08:00
parent bfe0c74793
commit df4c0ba05d
10 changed files with 10 additions and 9 deletions

View File

@ -10,6 +10,7 @@ Notable changes between versions.
* Allow the `certificates.k8s.io` API to issue certificates signed by the cluster CA ([#376](https://github.com/poseidon/typhoon/pull/376))
* Configure controller manager to sign CSRs that are manually [approved](https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster) by an administrator
* Update CoreDNS from v1.2.6 to [v1.3.0](https://coredns.io/2018/12/15/coredns-1.3.0-release/)
* Use HTTPS liveness probes for `kube-scheduler` and `kube-controller-manager` ([#377](https://github.com/poseidon/typhoon/pull/377))
#### AWS