mirror of https://github.com/rancher/ui.git
Merge pull request #3303 from loganhz/win
[2.3.0]Disable Windows in k8s 1.14
This commit is contained in:
commit
eeb6fd8a34
|
|
@ -1188,7 +1188,7 @@
|
|||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
{{t (if isLinux "clusterNew.rke.command.instructions" "clusterNew.rke.command.winInstructions") htmlSafe=true version="1809"}}
|
||||
{{t (if isLinux "clusterNew.rke.command.instructions" "clusterNew.rke.command.winInstructions") htmlSafe=true version="1903"}}
|
||||
{{!-- <p class="help-block">{{t "clusterNew.rke.labels.detail"}}</p> --}}
|
||||
<ul class="list-unstyled">
|
||||
<li>
|
||||
|
|
|
|||
|
|
@ -138,7 +138,7 @@ export default Component.extend({
|
|||
|
||||
const kubernetesVersion = get(this, 'config.kubernetesVersion');
|
||||
|
||||
return plugin === FLANNEL && gte(coerceVersion(kubernetesVersion), 'v1.14.1');
|
||||
return plugin === FLANNEL && gte(coerceVersion(kubernetesVersion), 'v1.15.3');
|
||||
}),
|
||||
|
||||
projectNetworkIsolationAvailable: computed('config.network.plugin', function() {
|
||||
|
|
|
|||
|
|
@ -3434,7 +3434,7 @@ clusterNew:
|
|||
windows: Windows
|
||||
windowsSupport:
|
||||
label: Windows Support
|
||||
help: Available for Kubernetes 1.14 with Flannel network provider.
|
||||
help: Available for Kubernetes 1.15 with Flannel network provider.
|
||||
disabled: Not support {plugin} network provider.
|
||||
advanced:
|
||||
label: Advanced Options
|
||||
|
|
|
|||
Loading…
Reference in New Issue