Open camilamacedo86 opened 2 days ago
Thank you for your notice. I have understood the news now. I will later modify the related images referenced in the project and replace them. Thank you.
Hi @whg517,
Thank you for letting me know that the message is clear now.
The best approach is to use the WithAuthenticationAndAuthorization
feature provided by Controller-Runtime.
To do so, you can just download the latest release of the tool, regenerate the scaffold and add your code on top or manually change it. Please ensure that you check the FAQ section:
If you need any help, please let us know.
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.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 take action as soon as possible.However, if your project is no longer using this image, no action is required, and you can close this issue.
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:WithAuthenticationAndAuthorization
:For further information, suggestions, and guidance:
We sincerely apologize for any inconvenience this may cause.
Thank you for your cooperation and understanding! :pray: