jetstack / kube-lego

DEPRECATED: Automatically request certificates for Kubernetes Ingress resources from Let's Encrypt
Apache License 2.0
2.16k stars 267 forks source link

kubernetes 1.10 on GCP cant create a GCE loadbalancer ingress without secret #341

Open hellupline opened 6 years ago

hellupline commented 6 years ago

current version of kubernetes on CGP refuses to create or configure a loadbalancer without a secret

because of that /.well-know route is not created ( if you create a load-balancer without ssl, and try to set it after )

if you try to create a ingress with ssl from the beginning, gce will not create the loadbalancer, ( no loadbalancer, no ip, not reachable )

managed to create a cert using by configuring the GCE loadbalancer manually ( using a previous created one, by kube-lego, with old version of kubernetes )