kube-lego
kube-lego copied to clipboard
kubernetes 1.10 on GCP cant create a GCE loadbalancer ingress without secret
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 )