Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop using gcr.io/kubebuilder/kube-rbac-proxy in TensorBoards before March 18, 2025 #7604

Open
thesuperzapper opened this issue Jun 12, 2024 · 2 comments
Labels
Milestone

Comments

@thesuperzapper
Copy link
Member

/kind bug

Currently the tensorboard controller makes use of the gcr.io/kubebuilder/kube-rbac-proxy image, which according to the Kubebuilder docs will become unavailable on or after March 18, 2025 (due to the deprecation of gcr.io)

The simlest fix will be to migrate directly to the replacement for gcr.io/kubebuilder/kube-rbac-proxy which is called brancz/kube-rbac-proxy who's image is hosted on quay.io/brancz/kube-rbac-proxy.

Alternatively we could use another method to remove gcr.io/kubebuilder/kube-rbac-proxy, see "How the metrics endpoint can be protected?" on this page:


Related to: kserve/kserve#3734
Related to: kubeflow/pipelines#10891

@thesuperzapper
Copy link
Member Author

@kimwnasptd we probably need to figure out the best solution here, as TensorBoards will stop working next year if we don't replace/remove this image.

@andreyvelich
Copy link
Member

Thank you for creating this @thesuperzapper! Are we planning to keep TensorBoard in the next Kubeflow releases ?
According to your comment here: #7549 (comment), I though we will remove TensorBoard in Kubeflow 1.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants