1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-08 10:29:44 +00:00

vendor update

This commit is contained in:
kinarashah
2020-01-16 10:40:57 -08:00
parent 38f9b2902e
commit a12280e06f
8 changed files with 19 additions and 15 deletions

2
go.mod
View File

@@ -47,7 +47,7 @@ require (
github.com/mattn/go-colorable v0.1.0 github.com/mattn/go-colorable v0.1.0
github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa github.com/mcuadros/go-version v0.0.0-20180611085657-6d5863ca60fa
github.com/pkg/errors v0.8.1 github.com/pkg/errors v0.8.1
github.com/rancher/kontainer-driver-metadata v0.0.0-20200113180946-882815341981 github.com/rancher/kontainer-driver-metadata v0.0.0-20200116174051-6b21affb3bdd
github.com/rancher/norman v0.0.0-20191209163739-5b9227fe3222 github.com/rancher/norman v0.0.0-20191209163739-5b9227fe3222
github.com/rancher/types v0.0.0-20191220141525-65ed56d888c6 github.com/rancher/types v0.0.0-20191220141525-65ed56d888c6
github.com/sirupsen/logrus v1.4.2 github.com/sirupsen/logrus v1.4.2

4
go.sum
View File

@@ -517,8 +517,8 @@ github.com/prometheus/tsdb v0.8.0/go.mod h1:fSI0j+IUQrDd7+ZtR9WKIGtoYAYAJUKcKhYL
github.com/quobyte/api v0.1.2/go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI= github.com/quobyte/api v0.1.2/go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI=
github.com/rancher/client-go v1.16.0-rancher.3 h1:bOA0zwtJi8wUeldqfrCGyDRuN6oW+zJ092i/OhWP2nU= github.com/rancher/client-go v1.16.0-rancher.3 h1:bOA0zwtJi8wUeldqfrCGyDRuN6oW+zJ092i/OhWP2nU=
github.com/rancher/client-go v1.16.0-rancher.3/go.mod h1:J69/JveO6XESwVgG53q3Uz5OSfgsv4uxpScmmyYOOlk= github.com/rancher/client-go v1.16.0-rancher.3/go.mod h1:J69/JveO6XESwVgG53q3Uz5OSfgsv4uxpScmmyYOOlk=
github.com/rancher/kontainer-driver-metadata v0.0.0-20200113180946-882815341981 h1:p9hrvFef5NU5oD75AmZHt/+c3zJHvmMa7HRA/nKqu7Q= github.com/rancher/kontainer-driver-metadata v0.0.0-20200116174051-6b21affb3bdd h1:9TYvqVc/ddgXTfy5j/ethwC+TzwzfJcpXdKhQVDiCf4=
github.com/rancher/kontainer-driver-metadata v0.0.0-20200113180946-882815341981/go.mod h1:VBeI/67gB2g/zn1R3Tu7VvCCKTiYCX0HfsFVvnm7v2I= github.com/rancher/kontainer-driver-metadata v0.0.0-20200116174051-6b21affb3bdd/go.mod h1:VBeI/67gB2g/zn1R3Tu7VvCCKTiYCX0HfsFVvnm7v2I=
github.com/rancher/norman v0.0.0-20191003174345-0ac7dd6ccb36 h1:N0ZUBJRq/ydy2ULiuqKhmiKShmEtpDOWXxKzVZxTzHk= github.com/rancher/norman v0.0.0-20191003174345-0ac7dd6ccb36 h1:N0ZUBJRq/ydy2ULiuqKhmiKShmEtpDOWXxKzVZxTzHk=
github.com/rancher/norman v0.0.0-20191003174345-0ac7dd6ccb36/go.mod h1:kVWc1OyHK9decIY90IYExSHedI5a5qze7IfLiEOTmXQ= github.com/rancher/norman v0.0.0-20191003174345-0ac7dd6ccb36/go.mod h1:kVWc1OyHK9decIY90IYExSHedI5a5qze7IfLiEOTmXQ=
github.com/rancher/norman v0.0.0-20191126010027-3afadb987c81 h1:40IyRSjbSj/jNHpJFOHGOlUvOCIQKUMF6p8Tcc/w1vs= github.com/rancher/norman v0.0.0-20191126010027-3afadb987c81 h1:40IyRSjbSj/jNHpJFOHGOlUvOCIQKUMF6p8Tcc/w1vs=

View File

@@ -1907,7 +1907,7 @@ func loadK8sRKESystemImages() map[string]v3.RKESystemImages {
CoreDNSAutoscaler: m("gcr.io/google_containers/cluster-proportional-autoscaler:1.7.1"), CoreDNSAutoscaler: m("gcr.io/google_containers/cluster-proportional-autoscaler:1.7.1"),
WindowsPodInfraContainer: m("rancher/kubelet-pause:v0.1.3"), WindowsPodInfraContainer: m("rancher/kubelet-pause:v0.1.3"),
}, },
//Experimental in Rancher v2.3.4 //Enabled in Rancher v2.3.4
"v1.17.0-rancher1-2": { "v1.17.0-rancher1-2": {
Etcd: m("quay.io/coreos/etcd:v3.4.3-rancher1"), Etcd: m("quay.io/coreos/etcd:v3.4.3-rancher1"),
Kubernetes: m("rancher/hyperkube:v1.17.0-rancher1"), Kubernetes: m("rancher/hyperkube:v1.17.0-rancher1"),

View File

@@ -59,6 +59,10 @@ func loadK8sVersionInfo() map[string]v3.K8sVersionInfo {
MaxRancherVersion: "2.3.1", MaxRancherVersion: "2.3.1",
MaxRKEVersion: "0.3.1", MaxRKEVersion: "0.3.1",
}, },
"v1.14": {
MaxRancherVersion: "2.3.3",
MaxRKEVersion: "1.0.0",
},
"v1.15.5-rancher1-1": { "v1.15.5-rancher1-1": {
MaxRancherVersion: "2.2.9", MaxRancherVersion: "2.2.9",
MaxRKEVersion: "0.2.8", MaxRKEVersion: "0.2.8",

View File

@@ -675,7 +675,7 @@ data:
calico_backend: "bird" calico_backend: "bird"
# Configure the MTU to use # Configure the MTU to use
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
veth_mtu: "{{.MTU}}" veth_mtu: "{{.MTU}}"
{{- else }} {{- else }}
veth_mtu: "1440" veth_mtu: "1440"
@@ -1359,7 +1359,7 @@ data:
calico_backend: "bird" calico_backend: "bird"
# Configure the MTU to use # Configure the MTU to use
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
veth_mtu: "{{.MTU}}" veth_mtu: "{{.MTU}}"
{{- else }} {{- else }}
veth_mtu: "1440" veth_mtu: "1440"
@@ -2098,7 +2098,7 @@ data:
calico_backend: "bird" calico_backend: "bird"
# Configure the MTU to use # Configure the MTU to use
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
veth_mtu: "{{.MTU}}" veth_mtu: "{{.MTU}}"
{{- else }} {{- else }}
veth_mtu: "1440" veth_mtu: "1440"
@@ -2890,7 +2890,7 @@ data:
calico_backend: "bird" calico_backend: "bird"
# Configure the MTU to use # Configure the MTU to use
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
veth_mtu: "{{.MTU}}" veth_mtu: "{{.MTU}}"
{{- else }} {{- else }}
veth_mtu: "1440" veth_mtu: "1440"

View File

@@ -770,7 +770,7 @@ data:
"plugins": [ "plugins": [
{ {
"type": "calico", "type": "calico",
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
"mtu": {{.MTU}}, "mtu": {{.MTU}},
{{- end}} {{- end}}
"log_level": "WARNING", "log_level": "WARNING",
@@ -1380,7 +1380,7 @@ data:
"plugins": [ "plugins": [
{ {
"type": "calico", "type": "calico",
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
"mtu": {{.MTU}}, "mtu": {{.MTU}},
{{- end}} {{- end}}
"log_level": "WARNING", "log_level": "WARNING",
@@ -1829,7 +1829,7 @@ data:
"plugins": [ "plugins": [
{ {
"type": "calico", "type": "calico",
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
"mtu": {{.MTU}}, "mtu": {{.MTU}},
{{- end}} {{- end}}
"log_level": "WARNING", "log_level": "WARNING",
@@ -2459,7 +2459,7 @@ data:
"plugins": [ "plugins": [
{ {
"type": "calico", "type": "calico",
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
"mtu": {{.MTU}}, "mtu": {{.MTU}},
{{- end}} {{- end}}
"log_level": "WARNING", "log_level": "WARNING",

View File

@@ -59,7 +59,7 @@ items:
- name: WEAVE_PASSWORD - name: WEAVE_PASSWORD
value: "{{.WeavePassword}}" value: "{{.WeavePassword}}"
{{- end}} {{- end}}
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
- name: WEAVE_MTU - name: WEAVE_MTU
value: "{{.MTU}}" value: "{{.MTU}}"
{{- end }} {{- end }}
@@ -312,7 +312,7 @@ items:
- name: WEAVE_PASSWORD - name: WEAVE_PASSWORD
value: "{{.WeavePassword}}" value: "{{.WeavePassword}}"
{{- end}} {{- end}}
{{- if ne .MTU 0}} {{- if ne (default 0 .MTU) 0}}
- name: WEAVE_MTU - name: WEAVE_MTU
value: "{{.MTU}}" value: "{{.MTU}}"
{{- end }} {{- end }}

2
vendor/modules.txt vendored
View File

@@ -129,7 +129,7 @@ github.com/prometheus/procfs
github.com/prometheus/procfs/internal/util github.com/prometheus/procfs/internal/util
github.com/prometheus/procfs/nfs github.com/prometheus/procfs/nfs
github.com/prometheus/procfs/xfs github.com/prometheus/procfs/xfs
# github.com/rancher/kontainer-driver-metadata v0.0.0-20200113180946-882815341981 # github.com/rancher/kontainer-driver-metadata v0.0.0-20200116174051-6b21affb3bdd
github.com/rancher/kontainer-driver-metadata/rke github.com/rancher/kontainer-driver-metadata/rke
github.com/rancher/kontainer-driver-metadata/rke/templates github.com/rancher/kontainer-driver-metadata/rke/templates
# github.com/rancher/norman v0.0.0-20191209163739-5b9227fe3222 # github.com/rancher/norman v0.0.0-20191209163739-5b9227fe3222