I am having similar issues. first time I am using the `databricks_cluster` resource, my terraform apply does not gracefully complete, and I see numerous errors about:
1. Canāt scale up a node pool because of a failing scheduling predicate
The autoscaler was waiting for an ephemeral volume controller to create a PersistentVolumeClaim (PVC) before it could schedule the pod.
This is happening on an executor pod
2. Pod is blocking scale down because it doesnāt have enough Pod Disruption Budget (PDB)
Although this is more minor of an issue.
Thanks in advance.