This repository has been archived by the owner on Oct 21, 2020. It is now read-only.
lib v5.1.0
Compatible with kubernetes v1.5.x, v1.6.x, v1.7.x, v1.8.x, v1.9.x, v1.10.x, v1.11.x
Requests/depends on k8s.io/* repos with version kubernetes-1.11.0
- Make leader-election configurable: default endpoints object namespace to controller's instead of kube-system (#957)
- This allows users to reduce the RBAC permissions they may have given to provisioners built with 5.0.x. Previously, RBAC yamls with clusterwide endpoints r/w permissions were distributed in example yamls, for production use it is recommended that users switch to using a Role/Rolebinding limited to kube-system/the provisioner's namespace (see for example https://github.com/kubernetes-incubator/external-storage/blob/master/aws/efs/deploy/rbac.yaml#L33 and https://github.com/kubernetes-incubator/external-storage/blob/7613414913107241b76ab4db559386c3a04062b0/aws/efs/README.md#rbac)