From d0fe8571b288670c761179d23a692e55f43d50fe Mon Sep 17 00:00:00 2001 From: Camila Macedo Date: Thu, 16 May 2024 23:55:55 +0100 Subject: [PATCH] Add note to clarify that kube-rbac-proxy images are no longer released --- RELEASE.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 3a746893ae..f025ea78b7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -82,7 +82,10 @@ as argument the architecture and the SO that should be used, e.g: For further information see the [README](https://github.com/kubernetes-sigs/kubebuilder/blob/tools-releases/README.md). -### To build the `kube-rbac-proxy` images: +### (Deprecated) - To build the `kube-rbac-proxy` images: + +**Note:** We no longer build and promote those images. For more info +see: https://github.com/kubernetes-sigs/kubebuilder/discussions/3907 These images are built from the project [brancz/kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy). The projects built with Kubebuilder creates a side container with `kube-rbac-proxy` to protect the Manager.