kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.53k stars 1.59k forks source link

[bug] Please stop using gcr.io/google-containers, k8s.gcr.io #10615

Open BenTheElder opened 4 months ago

BenTheElder commented 4 months ago

Environment

https://github.com/kubeflow/pipelines/blob/c3869137d0e55f69f447d5d684a4a85bc7078166/backend/src/cache/server/mutation.go#L170

https://github.com/kubeflow/pipelines/blob/c3869137d0e55f69f447d5d684a4a85bc7078166/samples/core/resource_ops/resource_ops.py#L39

Steps to reproduce

Search repo for gcr.io/google-containers, k8s.gcr.io, both of which are deprecated and not supported by the Kubernetes project (and note that GCR is deprecated by AR and shutting down next year).

Kubernetes provides https://registry.k8s.io (with lots of Google work / funding 👋) as the currently supported, fully community controlled host. Please switch.

Expected result

Materials and reference

Labels


Impacted by this bug? Give it a 👍.

rimolive commented 4 months ago

Hello! as an effort to better triage the issues from the questions/discussions and troubleshooting, we added a discussions tab in the repo. Please move your topic to the new place.

/close

google-oss-prow[bot] commented 4 months ago

@rimolive: Closing this issue.

In response to [this](https://github.com/kubeflow/pipelines/issues/10615#issuecomment-2023897414): >Hello! as an effort to better triage the issues from the questions/discussions and troubleshooting, we added a [discussions](https://github.com/kubeflow/pipelines/discussions) tab in the repo. Please move your topic to the new place. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
BenTheElder commented 4 months ago

Hello! as an effort to better triage the issues from the questions/discussions and troubleshooting, we added a discussions tab in the repo. Please move your topic to the new place.

Hi @rimolive, this is a bug report, not a question or troublshooting ...?

EDIT: Depending on these image hosts is a bug. They will not be available in the future and they've been deprecated by Kubernetes for some time now.

HumairAK commented 3 months ago

definitely agree, this should stay open

/reopen

google-oss-prow[bot] commented 3 months ago

@HumairAK: Reopened this issue.

In response to [this](https://github.com/kubeflow/pipelines/issues/10615#issuecomment-2077244728): >definitely agree, this should stay open > >/reopen Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
github-actions[bot] commented 1 month ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

AndersBennedsgaard commented 1 month ago

Still relevant