{{#input-or-display editable=(or (and (eq mode "new") (or (not applyClusterTemplate) override.hasOverride)) clusterTemplateCreate) value=config.network.plugin }} {{new-select id="network-plugin" classNames="form-control" content=networkContent localizedLabel=true value=config.network.plugin }} {{/input-or-display}}
{{!-- disabled for now --}} {{#if (and isCustom (or (eq mode "new") clusterTemplateCreate))}}
{{banner-message icon='icon-alert' color='bg-warning mb-10 mt-10' message=(t 'clusterNew.rke.windowsSupport.deprecated')}} {{#input-or-display editable=(not-eq mode "view") value=cluster.windowsPreferedCluster }}
{{/input-or-display}}
{{#unless windowsSupportAvailable}}

{{t "clusterNew.rke.windowsSupport.help"}}

{{/unless}}
{{/if}}
{{#input-or-display editable=(not-eq mode "view") value=enableNetworkPolicy }}
{{/input-or-display}}
{{#if cluster.windowsPreferedCluster}}
{{#input-or-display editable=(not-eq mode "view") value=config.network.options.flannel_backend_type }}
{{/input-or-display}}
{{/if}} {{#if (not-eq config.network.plugin "flannel")}}
{{#input-or-display editable=(not-eq mode "view") value=config.network.mtu }} {{input-integer value=config.network.mtu min=0 classNames="form-control" placeholder=(t "clusterNew.rke.networkMTU.detail") }} {{/input-or-display}}

{{t "clusterNew.rke.networkMTU.help"}}

{{/if}}