gke-autoneg-controller icon indicating copy to clipboard operation
gke-autoneg-controller copied to clipboard

This GKE controller provides simple custom integration between GKE and GCLB.

Results 33 gke-autoneg-controller issues
Sort by recently updated
recently updated
newest added

I missed this when looking at #34 but I don't think there's any opportunity to make choices for the backend region. An Internal HTTP LB (regional backend service) can only...

https://book.kubebuilder.io/migration/migration_guide_v2tov3.html Kubebuilder doesn't have features required for autoneg, but it'd be nice to migrate to v3 to stay current on our dependencies. Migration shouldn't be difficult as autoneg already implements/satisfies...

enhancement

With #34 merged, we have a new configuration annotation (`controller.autoneg.dev/neg`) that exposes the full configuration surface as json. I've been considering a simpler interface for those who don't need that...

If the backend service referenced in the config does not exist, do not set finalizer or status, and log a more appropriate event message

Hello, After performing some tests, I've noticed that if a backend added to a backend service by the autoneg controller is manually removed, it is not added back, that's to...

enhancement

Hello, What is the meaning of the following log, provided that the `bar` service in `foo` namespace is not a Network Endpoint Group? ``` DEBUG controller-runtime.controller Successfully Reconciled {"controller": "service",...

enhancement

Tried removing all cluster roles but controller does not have filtering based on namespace or maybe I am configuring it incorrectly ```text message: "pkg/mod/k8s.io/[email protected]+incompatible/tools/cache/reflector.go:94: Failed to list *v1.Service: services is...

enhancement

Hi Team, I was using `kubectl` to install the gke controller using the manifest provide in the repo here https://github.com/GoogleCloudPlatform/gke-autoneg-controller/blob/master/deploy/autoneg.yaml, found that you are creating a new service account with...

https://github.com/googlecloudplatform/gke-autoneg-controller/pkgs/container/gke-autoneg-controller%2Fgke-autoneg-controller/136007887?tag=v1.0.0 is very much outdated compared to the repo. I wasted a lot of time trying to figure out why I couldn't use the `--auto-reconcile` flag before realizing the image...