- Jul 17, 2017
- Jul 04, 2017
-
-
Hans Kristian Flaatten authored
-
- Jun 27, 2017
-
-
Chad Swenson authored
-
Seungkyu Ahn authored
Update kube-dns version to 1.14.2 https://github.com/kubernetes/kubernetes/pull/45684
-
- Jun 19, 2017
-
-
Seungkyu Ahn authored
-
- Jun 12, 2017
-
-
Gregory Storme authored
-
- May 13, 2017
-
-
Spencer Smith authored
-
- May 12, 2017
-
-
Spencer Smith authored
-
- May 08, 2017
-
-
moss2k13 authored
Added full path for helm
-
- 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 24, 2017
-
-
Aleksey Kasatkin authored
-
- Apr 21, 2017
-
-
FengyunPan authored
-
- Apr 14, 2017
-
-
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
The target was a replicationcontroller but kubedns is currently a deployment
-
- Apr 10, 2017
- Apr 06, 2017
-
-
Matthew Mosesohn authored
-
- Apr 05, 2017
-
-
Sergii Golovatiuk authored
- Renaming templates for netchecker - Add dnsPolicy: ClusterFirstWithHostNet to kube-proxy Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Apr 04, 2017
-
-
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>
-
- Mar 17, 2017
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Reduce retry delay checking weave Always load br_netfilter module
-
Aleksandr Didenko authored
By default Calico CNI does not create any network access policies or profiles if 'policy' is enabled in CNI config. And without any policies/profiles network access to/from PODs is blocked. K8s related policies are created by calico-policy-controller in such case. So we need to start it as soon as possible, before any real workloads. This patch also fixes kube-api port in calico-policy-controller yaml template. Closes #1132
-
- Mar 02, 2017
-
-
Matthew Mosesohn authored
By default kubedns and dnsmasq scale when installed. Dnsmasq is no longer a daemonset. It is now a deployment. Kubedns is no longer a replicationcluster. It is now a deployment. Minimum replicas is two (to enable rolling updates). Reduced memory erquirements for dnsmasq and kubedns
-
- Feb 28, 2017
-
-
Sergii Golovatiuk authored
Operator can specify any port for kube-api (6443 default) This helps in case where some pods such as Ingress require 443 exclusively. Closes: 820 Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Feb 27, 2017
-
-
Brad Beam authored
This is to address out of memory issues on CI as well as help fit deployments for people starting out with kargo on smaller machines
-
- Feb 23, 2017
-
-
Bogdan Dobrelya authored
* Leave all.yml to keep only optional vars * Store groups' specific vars by existing group names * Fix optional vars casted as mandatory (add default()) * Fix missing defaults for an optional IP var * Relink group_vars for terraform to reflect changes Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
-
- Feb 18, 2017
-
-
Andrew Greenwood authored
Migrate older inline= syntax to pure yml syntax for module args as to be consistant with most of the rest of the tasks Cleanup some spacing in various files Rename some files named yaml to yml for consistancy
-
- Feb 16, 2017
-
-
Matthew Mosesohn authored
-
Vladimir Rutsky authored
This typo lead to kibana_base_url being undefined and Kibana used default base URL ("/") which is incorrect with default proxy-based access.
-
- Feb 10, 2017
-
-
Matthew Mosesohn authored
-
- Feb 09, 2017
-
-
Matthew Mosesohn authored
Raise readiness probe initial time to 60 (was 30)
-
- Feb 08, 2017
-
-
Matthew Mosesohn authored
Daemonsets cannot be simply upgraded through a single API call, regardless of any kubectl documentation. The resource must be purged and then recreated in order to make any changes.
-
- Feb 07, 2017
-
-
Aleksandr Didenko authored
Netchecker is rewritten in Go lang with some new args instead of env variables. Also netchecker-server no longer requires kubectl container. Updating playbooks accordingly.
-
- Feb 06, 2017
-
-
Matthew Mosesohn authored
-