Browse Source

Fix other configuration for node...

Diego Abelenda 7 years ago
parent
commit
1b6f97e586
1 changed files with 1 additions and 0 deletions
  1. 1 0
      roles/openshift_node/templates/node.yaml.v1.j2

+ 1 - 0
roles/openshift_node/templates/node.yaml.v1.j2

@@ -25,6 +25,7 @@ kubeletArguments: {{  l2_openshift_node_kubelet_args  | default(None) | lib_util
 {% if openshift_node_use_persistentlocalvolumes | bool %}
   feature-gates:
   - PersistentLocalVolumes=true
+  - VolumeScheduling=true
 {% endif %}
 masterClientConnectionOverrides:
   acceptContentTypes: application/vnd.kubernetes.protobuf,application/json