GoogleCloudPlatform / k8s-multicluster-ingress

kubemci: Command line tool to configure L7 load balancers using multiple kubernetes clusters
Apache License 2.0
376 stars 68 forks source link

Support HTTPS only #142

Closed nikhiljindal closed 6 years ago

nikhiljindal commented 6 years ago

Single cluster ingress supports blocking HTTP traffic all together as per: https://github.com/kubernetes/ingress-gce/blob/master/README.md#blocking-http.

We need to support it in kubemci as well

cc @csbell @G-Harmon @mdelio

nikhiljindal commented 6 years ago

We now have an e2e test verifying that this is working: https://github.com/kubernetes/kubernetes/pull/62052