Skip to content

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

@hfingler

Description

@hfingler

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

PR to fix it is here: kubeflow/manifests#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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions