awslabs / kubeflow-manifests

KubeFlow on AWS
https://awslabs.github.io/kubeflow-manifests/
Apache License 2.0
163 stars 120 forks source link

The oidc-authservice container at gcr.io does not exist anymore #823

Open hfingler opened 1 month ago

hfingler commented 1 month ago

Describe the bug Deploying 1.7 release never finishes due to image pull backoff on oidc-authservice, since this image does not exist.

The offending line is here https://github.com/awslabs/kubeflow-manifests/blob/db95e829cd21ad63315a7ef44110666c25c09570/charts/common/oidc-authservice/templates/StatefulSet/authservice-istio-system-StatefulSet.yaml#L25

PR to fix it is here: https://github.com/kubeflow/manifests/pull/2480

Steps To Reproduce

docker pull gcr.io/arrikto/kubeflow/oidc-authservice:e236439

The following works:

docker pull docker.io/kubeflowmanifestswg/oidc-authservice:e236439

If you want a immediate solution, just replace the image url in authservice-istio-system-StatefulSet.yaml with the docker.io image.

Expected behavior Installation should finish.

Environment EKS 1.29, Kubeflow 1.7

tomaszstachera commented 3 weeks ago

I have the same issue !