We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
kubeflow-manifests/charts/common/oidc-authservice/templates/StatefulSet/authservice-istio-system-StatefulSet.yaml
Line 25 in db95e82
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.
authservice-istio-system-StatefulSet.yaml
Expected behavior Installation should finish.
Environment EKS 1.29, Kubeflow 1.7
The text was updated successfully, but these errors were encountered:
I have the same issue !
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
kubeflow-manifests/charts/common/oidc-authservice/templates/StatefulSet/authservice-istio-system-StatefulSet.yaml
Line 25 in db95e82
PR to fix it is here: kubeflow/manifests#2480
Steps To Reproduce
The following works:
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
The text was updated successfully, but these errors were encountered: