|
@@ -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
|