You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.
When trying to create poddefault to inject credentials into notebook, I got:
error: unable to recognize "add-creds-stephen.yaml": no matches forkind "PodDefault"in version "kubeflow.org/v1alpha1"
Diagnose
I realized that the CRD poddefaults.kubeflow.org is not installed on OpenShift when using kfctl_openshift_tekton_kfserving.v1.1.0.yaml, and found this might be the problem:
Problem
When trying to create
poddefault
to inject credentials into notebook, I got:Diagnose
I realized that the CRD
poddefaults.kubeflow.org
is not installed on OpenShift when usingkfctl_openshift_tekton_kfserving.v1.1.0.yaml
, and found this might be the problem:KubeflowDojo/OpenShift/manifests/kfctl_openshift_tekton_kfserving.v1.1.0.yaml
Lines 68 to 72 in f6ee14a
Which means it won't install the CRD
poddefaults.kubeflow.org
.The text was updated successfully, but these errors were encountered: