- Oct 03, 2016
-
-
Aleksandr Didenko authored
New boolean var `kube_proxy_masquerade_all` which enables/disables `--masquerade-all` argument for kube-proxy. Closes #524
-
- Sep 30, 2016
-
-
Smaine Kahlouch authored
changed to the correct link
-
Smaine Kahlouch authored
Skip download_run_once for binaries as unimplemented yet
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Sep 29, 2016
-
-
keglevich3 authored
-
Smaine Kahlouch authored
Allow to use custom "canalized" calico cni
-
Smaine Kahlouch authored
Fix delegate_to expression in download tasks
-
- Sep 28, 2016
-
-
Aleksandr Didenko authored
- Allow to overwrite calico cni binaries copied from hyperkube by the custom ones. - Fix calico-ipam deployment (it had wrong source in rsync) - Make copy from hyperkube idempotent (use rsync instead of cp) - Remove some orphaned comments
-
Smaine Kahlouch authored
Change method to set use_hyperkube_cni var bool
-
Smaine Kahlouch authored
Allow subdomains of dns_domain and fix kubelet restarts
-
- Sep 27, 2016
-
-
Smaine Kahlouch authored
Restored gather facts on all hosts
-
Anthony Haussmann authored
The precedent method returb a string "True\n" or "False\n", it seems to be an Ansible bug. New method return a boolean
-
Smaine Kahlouch authored
Fix containers download condition
-
Smaine Kahlouch authored
use variable dns_domain instead of cluster_name for kubedns
-
Bogdan Dobrelya authored
* Add a var for ndots (default 5) and put it hosts' /etc/resolv.conf. * Poke kube dns container image to v1.7 * In order to apply changes to kubelet, notify it to be restarted on changes made to /etc/resolv.conf. Ignore errors as the kubelet may yet to be present up to the moment of the notification being processed. * Remove unnecessary kubelet restart for master role as the node role ensures it is up and running. Notify master static pods waiters for apiserver, scheduler, controller-manager instead. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smana authored
-
Bogdan Dobrelya authored
Save/push/load containers if only download.enabled and download.container Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Aleksandr Didenko authored
"else omit" is causing problems in this expression. Replacing it with more strict "inventory_hostname" fixes the issue and handles `download_run_once` as expected. Closes issue #514
-
- Sep 26, 2016
-
-
Smaine Kahlouch authored
Correct nslookup command
-
Smaine Kahlouch authored
Add more DNS docs
-
Smaine Kahlouch authored
Copy hyperkube CNI plugins when using weave
-
Smaine Kahlouch authored
Add Docker 1.12.1 version
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
-
- Sep 23, 2016
-
-
Anthony Haussmann authored
Change nslookup command to check the right cluster_name
-
Smaine Kahlouch authored
Adjust DNS picture
-
Bogdan Dobrelya authored
Reflect changes made to DNS setup Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
Fix docs and dns servers placement order
-
Bogdan Dobrelya authored
- Update docs and a drawing to clarify DNS setup. - Change order of nameservers placement to match changes in https://github.com/kubespray/kargo/pull/501 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Smaine Kahlouch authored
Make dnsmasq daemon set optional
-
Bogdan Dobrelya authored
Change additional dnsmasq opts: - Adjust caching size and TTL - Disable resolve conf to not create loops - Change dnsPolicy to default (similarly to kubedns's dnsmasq). The ClusterFirst should not be used to not create loops - Disable negative NXDOMAIN replies to be cached - Make its very installation as optional step (enabled by default). If you don't want more than 3 DNS servers, including 1 for K8s, disable it. - Add docs and a drawing to clarify DNS setup. - Fix stdout logs for dnsmasq/kubedns app configs - Add missed notifies to resolvconf -u handler - Fix idempotency of resolvconf head file changes Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Sep 22, 2016
-
-
Smaine Kahlouch authored
Improve management of nameservers in resolv.conf
-
Matthew Mosesohn authored
Changing nameservers now will clean up previous entries
-
Smaine Kahlouch authored
Changed ImagePullPolicy from Always to IfNotPresent to avoid download…
-
- Sep 20, 2016
-
-
Özgür Caner authored
-
- Sep 19, 2016
-
-
Anthony Howell authored
-
Smaine Kahlouch authored
Rename large-deploymets.md to large-deployments.md
-
Sean M. Collins authored
Filename was a typo
-
Smaine Kahlouch authored
Fix reverse DNS lookups of service IPs.
-