feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.63k stars 1k forks source link

:warning: Action Required: Replace Deprecated gcr.io/kubebuilder/kube-rbac-proxy #4800

Open camilamacedo86 opened 3 days ago

camilamacedo86 commented 3 days ago

Description

:warning: The image gcr.io/kubebuilder/kube-rbac-proxy is deprecated and will become unavailable. You must move as soon as possible, sometime from early 2025, the GCR will go away.

Unfortunately, we're unable to provide any guarantees regarding timelines or potential extensions at this time. Images provided under GRC will be unavailable from March 18, 2025, as per announcement. However, gcr.io/kubebuilder/may be unavailable before this date due to efforts to deprecate infrastructure.

Using the image gcr.io/kubebuilder/kube-rbac-proxy?

kube-rbac-proxy was historically used to protect the metrics endpoint. However, its usage has been discontinued in Kubebuilder. The default scaffold now leverages the WithAuthenticationAndAuthorization feature provided by Controller-Runtime.

This feature provides integrated support for securing metrics endpoints by embedding authentication (authn) and authorization (authz) mechanisms directly into the controller manager's metrics server, replacing the need for (https://github.com/brancz/kube-rbac-proxy) to secure metrics endpoints.

What To Do?

You must replace the deprecated image gcr.io/kubebuilder/kube-rbac-proxy with an alternative approach. For example:

For further information, suggestions, and guidance:

NOTE: This issue was opened automatically as part of our efforts to identify projects that might be affected and to raise awareness about this change within the community. If your project is no longer using this image, feel free to close this issue.

We sincerely apologize for any inconvenience this may cause.

Thank you for your cooperation and understanding! :pray:

dmartinol commented 2 days ago

@tchughesiv are you familiar with this discussion? I imagine that this configuration came from the operator-sdk defaults, right?

camilamacedo86 commented 2 days ago

Hi @dmartinol,

Previously, this was included in the default scaffold.

You can re-generate the project using the latest tool release and layer your code on top. This way, you'll get all the new features, bug fixes, and improvements. Alternatively, you can manually make the necessary changes.

The steps for upgrading can be found here: SDK Upgrade Guide v1.38.0

Also, you can check out the FAQ section: "How can I manually change my project to switch to Controller-Runtime's built-in auth protection?" for detailed instructions

Feel free to let me know if you need any more help!

tchughesiv commented 2 days ago

@camilamacedo86 we'll take care of it