Hostpath volume not working in Docker+HyperV
Windows Pro x64 Docker Desktop 4.25.1 + Kubernetes + HyperV backend I have a PersistentVolume that works fine if I’m running with the WSL2 backend, but WSL2 is too unstable, so I switched to HyperV and the mount no longer works: apiVersion: v1 kind: PersistentVolume metadata: name: airflow labels: type: local spec: storageClassName: manual capacity: […]