intel / intel-device-plugins-for-kubernetes

Collection of Intel device plugins for Kubernetes
Apache License 2.0
48 stars 205 forks source link

operator: kube-rbac-proxy to 0.18.1 #1853

Closed tkatila closed 1 month ago

tkatila commented 1 month ago

As kubebuilder does not provide rbac-proxy containers anymore, move to bitnami/vmware containers.

mythi commented 1 month ago

As kubebuilder does not provide rbac-proxy containers anymore, move to bitnami/vmware containers.

Kubebuilder suggestion is "Kubebuilder will no longer scaffold new projects with kube-rbac-proxy. Existing users are encouraged to switch to images hosted by the project on quay.io OR to adapt their projects to utilize Network Policies, following the updated scaffold guidelines."

tkatila commented 1 month ago

As kubebuilder does not provide rbac-proxy containers anymore, move to bitnami/vmware containers.

Kubebuilder suggestion is "Kubebuilder will no longer scaffold new projects with kube-rbac-proxy. Existing users are encouraged to switch to images hosted by the project on quay.io OR to adapt their projects to utilize Network Policies, following the updated scaffold guidelines."

Ok, I'll switch to the quay.io one then.