Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

v0.7.0: GCE L7 Ingress controller [beta]

Latest
Compare
Choose a tag to compare
@bprashanth bprashanth released this 29 Jun 17:39
· 1933 commits to master since this release

Image: gcr.io/google_containers/glbc:0.7.0
Changelog:

  • Multi zone support: The Ingress controller now creates an instance group per zone, where the zone is detected from the label on the Kubernetes node.
  • Readiness probe health checks: If the endpoint pod exposes a http readiness probe, the Ingress controller adopts it as the health check endpoint instead of forcing users to expose "/".
  • Upstream Instance listing bug fix: Upstream cloud provider library had a bug in listing instances in projects with a lot of non-kubernetes vms.

Getting Started:
Kick the tires by creating an ingress. You can also perform a dry run on any machine where kubectl works against a Kubernetes cluster by invoke the release binary with glbc --running-in-cluster=false. A dry run will not create any cloud resources.

Make sure you satisfy the pre-requisites, consult these docs for troubleshooting and see the wishlist if you'd like to contribute to the next release.