vCluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
What happened?
Syncer keeps erroring when reconciling PV even when it works.
What did you expect to happen?
The syncer not to raise errors.
How can we reproduce it (as minimally and precisely as possible)?
Assuming AWS, create a new vcluster
v0.21.0.alph1.8
and apply thisEven though the volume gets created, PVC is bound, pod goes up and keeps running, syncer keeps throwing this:
Also, the PVC inside the vclusters gets stuck on
Pending
state.Anything else we need to know?
No response
Host cluster Kubernetes version
vcluster version
VCluster Config
Adding RBAC for storageclasses is required since syncing from host is disabled, but it doesn't change the behavior.