-
Notifications
You must be signed in to change notification settings - Fork 121
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Line 25 in db95e82
image: gcr.io/arrikto/kubeflow/oidc-authservice:e236439 |
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
nrlulz, tomaszstachera, PierreJiji and tagyro
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working