Closed Mia-Dan closed 3 months ago
@diegolovison is the documentation lead
What exactly is local k8s v1.28
?
Do you mean using kind?
What exactly is
local k8s v1.28
? Do you mean using kind?
No, I was trying to refer to a 3-node k8s cluster set up by kubeasz (which has passed CNCF k8s conformance test), where each node is a VM instance residing in my PC.
- Either our local Kind (installed below) or your own Kubernetes cluster with a default StorageClass
Any ideas about it?
Well if you are the cluster admin you have to make sure that your cluster also provides storage via dynamic PVs. The PVC is Kubeflows responsibility, the PV is your responsibility.
Validation Checklist
Version
1.9
Describe your issue
Hello there,
I'm trying to install Kubeflow v1.9 to local k8s v1.28. While all things work after manually create PV and recreate PVC, I wonder if that is the expected behavior, since in a video tutorial everything is just up and running directly after the scripts is run.
Thanks a lot, Mia
Steps to reproduce the issue
Here's the default storage class configuration I use:
Then run the following line:
In kubeflow namespace, some pods are complaining:
I found creating PV and PVC manually for each of those pods would be a work-around.
Here I do it for katib-mysql.
And katib is up and running.
Put here any screenshots or videos (optional)
No response