mirror of
https://github.com/rancher/rke.git
synced 2025-09-08 02:20:13 +00:00
Vendor changes
This commit is contained in:
@@ -5,6 +5,10 @@ import v3 "github.com/rancher/types/apis/management.cattle.io/v3"
|
||||
func loadK8sVersionWindowsServiceOptions() map[string]v3.KubernetesServicesOptions {
|
||||
// since 1.14, windows has been supported
|
||||
return map[string]v3.KubernetesServicesOptions{
|
||||
"v1.17": {
|
||||
Kubelet: getWindowsKubeletOptions116(),
|
||||
Kubeproxy: getWindowsKubeProxyOptions(),
|
||||
},
|
||||
"v1.16": {
|
||||
Kubelet: getWindowsKubeletOptions116(),
|
||||
Kubeproxy: getWindowsKubeProxyOptions(),
|
||||
|
Reference in New Issue
Block a user