kubernetes/cluster/gce/addons
Pavithra Ramesh 1de2327afc Attach a new finalizer in GCE ILB creation.
Add logic in service_controller to skip create/update
if finalizer from a different controller is found.

The newly added finalizer will be checked by other controllers
implementing ILB services to determine if a given service is
already being managed by service_controller.

Moved finalizer check into cloudprovider code.

added unit test to verify new finalizer.

Modified existing unit test to create a fake service so that
attach/remove finalizer step can be tested.
2020-01-28 15:02:19 -08:00
..
konnectivity-agent feat: cleanup pod critical pod annotations feature 2019-08-09 08:41:23 +08:00
limit-range cluster: remove gce dependencies out of salt 2018-01-16 09:59:29 -08:00
loadbalancing Attach a new finalizer in GCE ILB creation. 2020-01-28 15:02:19 -08:00
node-termination-handler feat: cleanup pod critical pod annotations feature 2019-08-09 08:41:23 +08:00
podsecuritypolicies Fix kube-proxy PodSecurityPolicy RoleBinding namespace 2019-01-09 17:57:15 -08:00
BUILD Update repo-infra, bazel-skylib, rules_docker, and rules_go dependencies 2019-02-12 17:55:10 -08:00
README.md

GCE Cluster addons

These cluster add-ons are specific to GCE and GKE clusters. The GCE-specific addon directory is merged with the general cluster addon directory at release, so addon paths (relative to the addon directory) must be unique across the 2 directory structures.

More details on addons in general can be found here.