Selaa lähdekoodia

Fix other configuration for node...

Diego Abelenda 7 vuotta sitten
vanhempi
commit
1b6f97e586
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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