bitter-photographer-94114
11/13/2024, 12:18 PMMinio
and PostgreSQL
for Flyte's storage needs. However, I have encountered an issue where, after applying the YAML configuration file using kubectl
, the pods remain in a pending state instead of transitioning to running.
I would greatly appreciate any insights or experiences from those who have faced similar challenges with on-prem K8s deployments. If anyone has suggestions or can share their expertise, it would be immensely helpful.
Thank you in advance for your assistance!
Best regards.average-finland-92144
11/13/2024, 4:12 PMPending
it's because the request to provision and mount storage (aka Persistent Volume Claim) isn't being fulfilled. For that to work it needs a Storage Class that comes from a storage provisioner. This is covered in the tutorial for a k3s deployment but not for other distrosbitter-photographer-94114
11/13/2024, 5:22 PMaverage-finland-92144
11/13/2024, 5:23 PMk3s
or how did you deploy your Kubernetes cluster?bitter-photographer-94114
11/13/2024, 5:35 PMaverage-finland-92144
11/13/2024, 5:36 PMkubectl
commands to your cluster?bitter-photographer-94114
11/13/2024, 5:36 PMaverage-finland-92144
11/13/2024, 5:36 PMkubectl get storageclass
bitter-photographer-94114
11/13/2024, 5:40 PMaverage-finland-92144
11/13/2024, 5:48 PMaverage-finland-92144
11/13/2024, 5:49 PM