Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
Description
Current version of Minikube on test machines does not support properly the local persistent volume feature required by this PR: https://github.com/apache/spark/pull/23514.
We get his error:
"spec.local: Forbidden: Local volumes are disabled by feature-gate, metadata.annotations: Required value: Local volume requires node affinity"
This is probably due to this: https://github.com/rancher/rancher/issues/13864 which implies that we need to update to 1.10+ as described in https://kubernetes.io/docs/concepts/storage/volumes/#local. Fabric8io client is already updated in the PR mentioned at the beginning.