Alena Prokharchyk
6b7a725ec1
yaml dependency bump up
2019-10-14 10:51:10 -07:00
galal-hussein
71646420ab
Mount non-default docker data dir
2019-10-08 12:27:44 -07:00
Dax McDonald
ad678b6a32
Remove dead code
2019-10-04 15:02:14 -07:00
Dax McDonald
8022b815b3
Remove uneeded nil check
2019-10-04 15:01:53 -07:00
Rowan James
9a03d8020b
fix typo: ControlPlan -> ControlPlane
2019-10-03 12:30:04 -07:00
Rowan James
3ac2ef216d
Sprintf consistency when handling API URL
2019-10-03 12:30:04 -07:00
Rowan James
9873b5f57a
security: don't pass arbitrary configuration data to format string
...
This could just use concatenation, but consistency is key.
2019-10-03 12:30:04 -07:00
chentanjun
1cb850d7cf
gosimple code
2019-10-03 12:29:56 -07:00
kinarashah
bd969be49d
vendor update norman, types
2019-10-03 12:10:24 -07:00
Alena Prokharchyk
a00d610b30
Removed unneeded replace directive in go mod
2019-10-02 23:29:24 -07:00
Prachi Damle
dac31abb8c
Vendor update kontainer-driver-metadata
2019-10-02 13:51:52 -07:00
kinarashah
a3c499705a
vendor update norman, types
2019-10-02 11:41:33 -07:00
Alena Prokharchyk
a7463787d8
kontainer-driver-metadata updates
2019-10-02 10:46:32 -07:00
kinarashah
88449ec73b
vendor change
2019-09-30 10:23:45 -07:00
kayrus
5153dfd8b8
AWS: fix log typo
2019-09-24 16:14:52 -07:00
kinarashah
82f812e967
vendor update kontainer-driver-metadata
2019-09-23 13:22:43 -07:00
moelsayed
a83c2f609f
clean go.mod
2019-09-23 11:51:25 -07:00
moelsayed
abefda79bb
update types
2019-09-23 11:32:17 -07:00
kinarashah
4b96098db0
remove windows image from rkesystemimages for rke cli
2019-09-20 10:09:46 -07:00
Sebastiaan van Steenis
14827e2cdf
Print proxy env vars when applying authz resources
2019-09-20 09:16:30 -07:00
Alena Prokharchyk
a31f707eb5
kontainer-driver metadata vendor update
2019-09-18 14:45:25 -07:00
Alena Prokharchyk
e185b6ac81
kontainer-driver-metadata update
2019-09-18 14:04:02 -07:00
Frank Mai
ea94a39bc3
Update kontainer_driver-metdata
2019-09-17 19:55:02 -07:00
Frank Mai
f45fc47dca
Adjust Windows worker plan
...
**Issue:**
https://github.com/rancher/rancher/issues/22676
2019-09-17 12:02:22 -07:00
kinarashah
24fe45b113
vendor update kontainer-driver-metadata
2019-09-11 10:17:19 -07:00
moelsayed
f622c8b942
update kontainer-driver-metadata
2019-09-10 14:40:44 -07:00
Sebastiaan van Steenis
2506dbedbf
Update README with building instructions
2019-09-10 10:55:46 -07:00
Dan Ramich
ecfab50fce
Update apis for 1.16
2019-09-09 11:20:26 -07:00
kinarashah
9411027476
consider service options based on hostOS info
2019-09-09 11:12:33 -07:00
Sebastiaan van Steenis
d6b29c9ccc
Do not fetch kube-admin certificate from host(s)
2019-09-06 13:31:40 -07:00
Frank Mai
0a170b22b7
Support to accpet new Windows service options
...
**Issue:**
https://github.com/rancher/rancher/issues/22470
2019-09-05 17:05:34 -07:00
Alena Prokharchyk
96802dfc72
k8s metadata vendor update
2019-09-05 11:36:53 -07:00
Sebastiaan van Steenis
4a4a2357d3
Do not randomize etcd-servers in kube-apiserver
2019-09-04 15:52:02 -07:00
Sebastiaan van Steenis
4833568e38
Ignore label=disable when comparing containers
2019-09-04 13:23:10 -07:00
Szpadel
01c2237ba3
Remove redundant if branch and make sure that docker info populated
2019-09-04 10:55:46 -07:00
Szpadel
2291a1b734
Do not parse docker version when validation is disabled
...
When IgnoreDockerVersion is set, do not try to parse its version number
Still retrieve docker info to check check fi docker is reachable
closes #1502
2019-09-04 10:55:46 -07:00
rajashree
23ea40fe29
Bump rke with kontainer-driver-metadata commit
2019-09-03 16:46:59 -07:00
Murali Paluru
c69d971962
print version
2019-09-03 13:13:34 -07:00
chentanjun
11c49ae59f
fix-up cluster/cluster.go main.go spelling-mistake
2019-09-03 12:45:20 -07:00
rajashree
079b743ad6
Vendor go mod changes for kontainer-driver-metadata
2019-09-03 11:30:07 -07:00
Sebastiaan van Steenis
ff663b5a59
Dont set withHost on Docker client
...
Problem: Because of the unix socket reference, Windows breaks on rke up
Root cause: Vendor of docker/docker
Resolution: I was checking what was changed in vendor but it seems this setting is not used, as we configure Docker socket per host.
2019-09-03 09:54:54 -07:00
Sebastiaan van Steenis
32bf922fc5
Apply MCS label when privileged is false
2019-08-30 10:42:11 -07:00
galal-hussein
798632b3a4
Handle missing request header ca in rotate certificate
2019-08-29 13:42:47 -07:00
rajashree
a569f2e81c
Vendor and go mod changes
2019-08-29 11:29:57 -07:00
rajashree
1b4f7939f1
Add nodeSelector in network and monitoring addons
2019-08-29 11:29:57 -07:00
Frank Mai
e31b8b0bf5
Update vendor
2019-08-28 16:17:23 -07:00
orangedeng
c819cae072
RKE deploy job should tolerate all taints
...
**Problem:**
Cluster fails to come up when the nodes have taints with effect
`NoExecute`.
**Solution:**
RKE deploy job should have tolerate all toleration to execute.
And this job should be only scheduled in linux node.
2019-08-28 12:58:09 -07:00
Luther Monson
3d73507880
added rke --quiet and config --list-version, linting refactor
2019-08-27 13:07:48 -07:00
orangedeng
16a1a5e250
Update vendor for driver metadata
...
Update ingress nginx version
2019-08-26 18:28:14 -07:00
Chris Kim
85c21bc905
update vendor for dns policy support for ingress controller
2019-08-23 16:04:52 -07:00