Skip to content

Commit 32b6cee

Browse files
Update README.md - To add importance notice about legacy image (#6871)
We need to try to communicate it as much as possible. Therefore, I am proposing we add this info as a WARNING in the README
1 parent 0735b20 commit 32b6cee

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<img src="website/static/operator_logo_sdk_color.svg" height="125px"></img>
22

3+
> ⚠️ **IMPORTANT NOTICE:** Images under `gcr.io/kubebuilder/` Will Be Unavailable Soon
4+
>
5+
> **If your project uses `gcr.io/kubebuilder/kube-rbac-proxy`** it will be affected.
6+
> 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.
7+
>
8+
> The usage of the project [kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy) was discontinued from Kubebuilder and Operator-SDK.
9+
> It was replaced for similar protection using `authn/authz` via Controller-Runtime's feature [WithAuthenticationAndAuthorization](https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/metrics/filters#WithAuthenticationAndAuthorization).
10+
>
11+
> For more information and guidance see the discussion https://github.com/kubernetes-sigs/kubebuilder/discussions/3907
312
413
[![Build Status](https://github.com/operator-framework/operator-sdk/workflows/deploy/badge.svg)](https://github.com/operator-framework/operator-sdk/actions)
514
[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)

0 commit comments

Comments
 (0)