C4W3-UGL Intro to Kubeflow Pipelines

Hi, After running the command
kubectl apply -k "github.com/kubeflow/pipelines/manifests/kustomize/env/platform-agnostic-pns?ref=$PIPELINE_VERSION"
I have waited a considerable amount of time (around 2 hrs) but the deployments are still not available.

I checked the logs by running kubectl describe deploy -n kubeflow. For all the deployments the Available status is False and the Reason is MinimumReplicasUnavailable

I am using Ubuntu 18.04

Hi @hamzarawal
Did you check your Kubernetes cluster when installing kind with command?

sudo k3s kubectl get node

Hi, I missed the k3s setup. The deployments are now ready but I am facing another issue. The download-data component in the Runs is stuck with the following message:

This step is in Pending state with this message: PodInitializing

Nevermind, I was able to run it successfully. Thank you so much! :tada: