- Apr 27, 2017
-
-
Aleksandr Didenko authored
Replace 'netcheck_tag' with 'netcheck_version' and add additional 'netcheck_server_tag' and 'netcheck_agent_tag' config options to provide ability to use different tags for server and agent containers.
-
- Apr 26, 2017
-
-
Sergii Golovatiuk authored
- Fix when clauses in various places - Update requirements.txt - Fix README.md Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Apr 24, 2017
-
-
Aleksey Kasatkin authored
-
- Apr 21, 2017
-
-
FengyunPan authored
-
- Apr 20, 2017
-
-
Spencer Smith authored
-
Spencer Smith authored
-
Sergii Golovatiuk authored
When VPC is used, external DNS might not be available. This patch change behavior to use metadata service instead of external DNS when upstream_dns_servers is not specified. Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Sergii Golovatiuk authored
According to code apiserver, scheduler, controller-manager, proxy don't use resolution of objects they created. It's not harmful to change policy to have external resolver. Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Sergii Golovatiuk authored
kubernetesUnitPrefix was changed to k8s_* in 1.5. This patch reflects this change in kargo
-
- Apr 19, 2017
-
-
Matthew Mosesohn authored
Fixes #1229
-
Brad Beam authored
If this path doesnt exist, it will cause kubelet to fail to start when using rkt
-
Hans Kristian Flaatten authored
-
- Apr 17, 2017
-
-
Spencer Smith authored
-
Spencer Smith authored
-
Spencer Smith authored
-
Spencer Smith authored
-
gbolo authored
-
- Apr 15, 2017
-
-
Spencer Smith authored
-
- Apr 14, 2017
-
-
Matthew Mosesohn authored
-
Sergii Golovatiuk authored
Pod opbject is not reschedulable by kubernetes. It means that if node with netchecker-server goes down, netchecker-server won't be scheduled somewhere. This commit changes the type of netchecker-server to Deployment, so netchecker-server will be scheduled on other nodes in case of failures.
-
- 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
-
Matthew Mosesohn authored
-
- Apr 12, 2017
-
-
Brad Beam authored
-
- 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 31, 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
-
- Mar 30, 2017
-
-
Matthew Mosesohn authored
-