- Dec 13, 2016
-
-
Bogdan Dobrelya authored
Also place in global vars and do not repeat the kube_*_config_dir and kube_namespace vars for better code maintainability and UX. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Bogdan Dobrelya authored
Better support for CentOS 7 on Azure
-
- Dec 12, 2016
-
-
Antoine Legrand authored
remove local deployment from ci
-
Antoine Legrand authored
-
Bogdan Dobrelya authored
Rework DNS stack to meet hostnet pods needs
-
Bogdan Dobrelya authored
-
Antoine Legrand authored
Add gitlabci
-
Bogdan Dobrelya authored
* For Debian/RedHat OS families (with NetworkManager/dhclient/resolvconf optionally enabled) prepend /etc/resolv.conf with required nameservers, options, and supersede domain and search domains via the dhclient/resolvconf hooks. * Drop (z)nodnsupdate dhclient hook and re-implement it to complement the resolvconf -u command, which is distro/cloud provider specific. Update docs as well. * Enable network restart to apply and persist changes and simplify handlers to rely on network restart only. This fixes DNS resolve for hostnet K8s pods for Red Hat OS family. Skip network restart for canal/calico plugins, unless https://github.com/projectcalico/felix/issues/1185 fixed. * Replace linefiles line plus with_items to block mode as it's faster. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> Co-authored-by: Matthew Mosesohn <mmosesohn@mirantis.com>
-
ant31 authored
-
Alexander Block authored
-
Bogdan Dobrelya authored
Add kubelet and calico CLI info collection
-
Bogdan Dobrelya authored
More granular control for download/upload images/binaries
-
Bogdan Dobrelya authored
-
Matthew Mosesohn authored
Add playbook and role to reset the cluster
-
Alexander Block authored
-
Alexander Block authored
At least the OS images from Azure do not grow the root FS automatically.
-
Alexander Block authored
It actually slows down things dramatically when used in combination with Ansible.
-
Alexander Block authored
Some systems (e.g. CentOS on Azure) have requiretty in sudoers which makes pipelining fail.
-
- Dec 10, 2016
-
-
Matthew Mosesohn authored
Bump kubedns version to 1.9
-
- Dec 09, 2016
-
-
Bogdan Dobrelya authored
Preconfigure dns stack early
-
Bogdan Dobrelya authored
In order to enable offline/intranet installation cases: * Move DNS/resolvconf configuration to preinstall role. Remove skip_dnsmasq_k8s var as not needed anymore. * Preconfigure DNS stack early, which may be the case when downloading artifacts from intranet repositories. Do not configure K8s DNS resolvers for hosts /etc/resolv.conf yet early (as they may be not existing). * Reconfigure K8s DNS resolvers for hosts only after kubedns/dnsmasq was set up and before K8s apps to be created. * Move docker install task to early stage as well and unbind it from the etcd role's specific install path. Fix external flannel dependency on docker role handlers. Also fix the docker restart handlers' steps ordering to match the expected sequence (the socket then the service). * Add default resolver fact, which is the cloud provider specific and remove hardcoded GCE resolver. * Reduce default ndots for hosts /etc/resolv.conf to 2. Multiple search domains combined with high ndots values lead to poor performance of DNS stack and make ansible workers to fail very often with the "Timeout (12s) waiting for privilege escalation prompt:" error. * Update docs. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Bogdan Dobrelya authored
Add upload tag allow users to exclude distributing images across nodes when running with the download tag set. Add related tags and update docs as well. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Alexander Block authored
-
Matthew Mosesohn authored
Allow to specify docker storage driver
-
Matthew Mosesohn authored
Version 1.9 has reduced verbosity for federation dns queries which flood container logs.
-
Antoine Legrand authored
Fix bad symlink
-
Alexander Block authored
-
Alexander Block authored
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Bogdan Dobrelya authored
Add tags
-
Bogdan Dobrelya authored
Add tags to allow more granular tasks filtering. Add generator script for MD formatted tags found. Add docs for tags how-to. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Alexander Block authored
This deletes everything related to the cluster and allows to start from scratch.
-
Matthew Mosesohn authored
Convert docker_versioned_pkg dict keys to string
-
Aleksandr Didenko authored
This will allow to use '-e docker_version=1.12' in ansible playbook execution. It's also backward-compatible and will work with floating docker_version format in custom yaml files. Closes #702
-
Matthew Mosesohn authored
Use etcd host ip instead of hostname to build etcd_access_addresses
-
Antoine Legrand authored
Symlink global vars for terraform
-
- Dec 08, 2016
-
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Bogdan Dobrelya authored
Fix possible problems with legacy calicoctl
-
Matthew Mosesohn authored
Add document outlining upgrade process
-
- Dec 07, 2016
-
-
Dan Bode authored
The variale etcd_access_addresses is used to determine how to address communication from other roles to the etcd cluster. It was set to the address that ansible uses to connect to instance ({{ item }})s and not the the variable: ip_access which had already been created and could already be overridden through the access_ip variable. This change allows ansible to connect to a machine using a different address than the one used to access etcd.
-