From f3cbb83b9ead0179877b7dab069df1c52c154fc8 Mon Sep 17 00:00:00 2001 From: Camila Macedo <7708031+camilamacedo86@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:48:13 +0000 Subject: [PATCH] Readme: Make more clear notice --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ddc46bf212a..ddf9bbb0044 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ > ⚠️ **IMPORTANT NOTICE:** Images under `gcr.io/kubebuilder/` Will Be Unavailable Soon > -> 🚨The image `gcr.io/kubebuilder/kube-rbac-proxy,` will become unavailable. -> Your projects will be affected and may fail to work if the image cannot be pulled. -> You must move as soon as possible, sometime from early 2025, the GCR will go away.🚨 +> **If your project uses `gcr.io/kubebuilder/kube-rbac-proxy`** it will be affected. +> Your project may fail to work if the image cannot be pulled. +> 🚨You must move as soon as possible, sometime from early 2025, the GCR will go away.🚨 +> +> The usage of the project [kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) was discontinued from Kubebuilder +> and replaced for similar protection using `authn/authz` via Controller-Runtime's feature [WithAuthenticationAndAuthorization](https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.18.4/pkg/metrics/filters#WithAuthenticationAndAuthorization). > > For more information and guidance see the discussion https://github.com/kubernetes-sigs/kubebuilder/discussions/3907