KubeflowDojo
KubeflowDojo copied to clipboard
Repository to hold code, instructions, demos and pointers to presentation assets for Kubeflow Dojo
update the instructions and images to reflect the changes for kubeflow 1.5 Signed-off-by: Yihong Wang
Since Kubeflow v1.5 is out in April 2022, we'd like to update the content to use it. Use this issue to trace the overall progress. - [x] Kubeflow Deployment -...
update kfctl install instructions update kfctl binaries with 1.2.0 version fix markdown formatting on readme page
This is a follow up of https://github.com/IBM/manifests/pull/6 Supports https://github.com/kubeflow/website/issues/2182
After deploying `kfctl_openshift_tekton_kfserving.v1.10.yaml` successfully, I found no pod for deployment `grafana`. When running `oc get deploy -n istio-system -o yaml grafana`, it will show messages like: ```YAML message: 'pods "grafana-68bcfd88b6-"...
## Problem When trying to create `poddefault` to inject credentials into notebook, I got: ```SHELL error: unable to recognize "add-creds-stephen.yaml": no matches for kind "PodDefault" in version "kubeflow.org/v1alpha1" ``` ##...
I deployed on OKD (open source Openshift) with tekton backend. This deployment manifest seems to be the most complete (includes dashboard, notebook server, etc.) * https://github.com/IBM/KubeflowDojo/blob/master/OpenShift/manifests/kfctl_openshift_tekton_kfserving.v1.1.0.yaml However, when I try...