소스 검색

Fix other configuration for node...

Diego Abelenda 7 년 전
부모
커밋
1b6f97e586
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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