- Apr 13, 2017
-
-
Joe Duhamel authored
changed target to be a deployment rather than a replicationcontroller.
-
Joe Duhamel authored
The target was a replicationcontroller but kubedns is currently a deployment
-
- Apr 11, 2017
-
-
zouyee authored
-
- Apr 10, 2017
- Apr 06, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
1.5 kubelet fails to start when using unknown params
-
Matthew Mosesohn authored
-
- Apr 05, 2017
-
-
Matthew Mosesohn authored
-
Sergii Golovatiuk authored
- Renaming templates for netchecker - Add dnsPolicy: ClusterFirstWithHostNet to kube-proxy Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Apr 04, 2017
-
-
Matthew Mosesohn authored
-
Sergii Golovatiuk authored
In kubernetes 1.6 ClusterFirstWithHostNet was added as an option. In accordance to it kubelet will generate resolv.conf based on own resolv.conf. However, this doesn't create 'options', thus the proper solution requires some investigation. This patch sets the same resolv.conf for kubelet as host Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Apr 03, 2017
-
-
Matthew Mosesohn authored
Necessary to persist this directory for host-local IPAM used by Canal Add pre-upgrade task to copy /var/lib/cni out of old kubelet.
-
Matthew Mosesohn authored
Fixes #1190
-
Paweł Skrzyński authored
-
Matthew Mosesohn authored
-
- Mar 30, 2017
-
-
Aleksandr Didenko authored
Folded style in multiline 'when' condition causes error with unexpected ident. Changing it to literal style should fix the issue. Closes #1190
-
Matthew Mosesohn authored
-
- Mar 29, 2017
-
-
Matthew Mosesohn authored
-
- Mar 27, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Canal runs more pods and upgrades need a bit of extra room to load new pods in and get the old ones out.
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Graceful upgrades require 3 nodes Drain now has a command timeout of 40s
-
- Mar 24, 2017
-
-
Sergii Golovatiuk authored
- Run docker run from script rather than directly from systemd target - Refactoring styling/templates Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Artem Panchenko authored
Latest released version of kube-policy-controller contains important bug fixes and should be used by default.
-
- Mar 23, 2017
-
-
Antoine Legrand authored
-
Vladimir Rutsky authored
Non-brekable space is 0xc2 0xa0 byte sequence in UTF-8. To find one: $ git grep -I -P '\xc2\xa0' To replace with regular space: $ git grep -l -I -P '\xc2\xa0' | xargs sed -i 's/\xc2\xa0/ /g' This commit doesn't include changes that will overlap with commit f1c59a91.
-
- Mar 22, 2017
-
-
Brad Beam authored
-
Roger Welin authored
-
Matthew Mosesohn authored
Allows config changes made by Ansible to restart dnsmasq deployment
-
- Mar 21, 2017
-
-
Josh Lothian authored
The docker-network environment file masks the new values put into /etc/systemd/system/docker.service.d/flannel-options.conf to renumber the docker0 to work correctly with flannel.
-
Matthew Mosesohn authored
Also changed unnecessary delay to a max timeout (now defaulting to 1s sleep between tries) Also rename play_hosts to ansible_play_hosts
-
- Mar 20, 2017
-
-
Sergii Golovatiuk authored
etcd is crucial part of kubernetes cluster. Ansible restarts etcd on reconfiguration. Backup helps operator to restore cluster manually in case of any issues. Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Mar 17, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-