Pārlūkot izejas kodu

Fix other configuration for node...

Diego Abelenda 7 gadi atpakaļ
vecāks
revīzija
1b6f97e586
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 %}
 {% if openshift_node_use_persistentlocalvolumes | bool %}
   feature-gates:
   feature-gates:
   - PersistentLocalVolumes=true
   - PersistentLocalVolumes=true
+  - VolumeScheduling=true
 {% endif %}
 {% endif %}
 masterClientConnectionOverrides:
 masterClientConnectionOverrides:
   acceptContentTypes: application/vnd.kubernetes.protobuf,application/json
   acceptContentTypes: application/vnd.kubernetes.protobuf,application/json