- Apr 01, 2019
-
-
Matthew Mosesohn authored
Both kubedns and dnsmasq modes are long not maintained. We should run dns_late steps at the end because sshd makes DNS lookups during Ansible run and has 2s timeouts for each failed lookup trying to connect to coredns before it is ready.
-
MarkusTeufelberger authored
* Lint everything in the repository with yamllint * yamllint fixes: syntax fixes only * yamllint fixes: move comments to play names * yamllint fixes: indent comments in .gitlab-ci.yml file
-
- Mar 29, 2019
-
-
johnstudarus authored
The correct name is Packet, not Packet Host.
-
- Mar 26, 2019
-
-
Michael Vorburger ⛑️ authored
-
- Feb 26, 2019
-
-
Maxime Guyot authored
-
johnstudarus authored
* Create packet.md * Update README.md * Update README.md * Update packet.md download the latest version * Update packet.md
-
Ryler Hockenbury authored
-
- Feb 07, 2019
-
-
Maxime Guyot authored
-
Maxime Guyot authored
* Add docsify website * Add website CI
-
- Feb 01, 2019
-
-
Erwan Miran authored
* Calico: Ability to define the default IPPool CIDR (instead of kube_pods_subnet) * Documentation for calico_pool_cidr (and calico_advertise_cluster_ips which has been forgotten...)
-
- Jan 08, 2019
-
-
Julien C authored
--limit doesn't work when using remove-node.yml as there is group listing with "hosts: kube-master" in the playbook. Thus, remove-node/pre-remove/post-remove tasks are skipped as they are filtered by group "hosts: kube-master"
-
- Dec 27, 2018
-
-
Earl C. Ruby III authored
Added a line documenting where to find acceptable values for the `docker_version` setting. If you use a value that is not used as a key value by `docker_versioned_pkg` the container-engine/docker playbook will throw a "Unexpected templating type error". (e.g. If you use '18.06.1' or '18.06.1-ce', neither of which is used as a key value of `docker_versioned_pkg`, rather than '18.06', you'll get an error when installing on Ubuntu 18.04.)
-
- Dec 26, 2018
-
-
Lucas Melchior authored
-
- Dec 25, 2018
-
-
WillPlatnick authored
-
- Dec 12, 2018
-
-
Florent Monbillard authored
since bad886ca, dns_mode is set to coredns by default instead of kubedns
-
- Dec 11, 2018
-
-
Thomas Nys authored
* Add support for running a nodelocal dns cache After encountering dns issues in a cluster I was recently working on I noticed Kubernetes 1.13 introduced support for running a nodelocal dns cache. I believe this can usefull for more people. https://github.com/kubernetes/kubernetes/commit/73b548db06c5e293533344c5b6171e955eac9ff1 https://github.com/kubernetes/enhancements/blob/master/keps/sig-network/0030-nodelocal-dns-cache.md * Add requested changes * Add additional requested changes + documentation * Add requested changes after review * Replace incorrect variable
-
- Dec 06, 2018
-
-
Andreas Krüger authored
* Remove non-kubeadm deployment * More cleanup * More cleanup * More cleanup * More cleanup * Fix gitlab * Try stop gce first before absent to make the delete process work * More cleanup * Fix bug with checking if kubeadm has already run * Fix bug with checking if kubeadm has already run * More fixes * Fix test * fix * Fix gitlab checkout untill kubespray 2.8 is on quay * Fixed * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path * Readd secret checking * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0 * fix typo * Fix CI jobs to kubeadm again. Fix broken hyperkube path * Fix gitlab * Fix rotate tokens * More fixes * More fixes * Fix tokens
-
- Dec 03, 2018
-
-
Andreas Krüger authored
* Remove variables defined in download role. Fixes #3799 * Cleanup some more variables * Fix bad templating * Minor fix * Add dashboard to download role. Fixes #3736
-
- Nov 28, 2018
-
-
Aivars Sterns authored
-
Michal Belica authored
Introduced variable node_taints which can be set in inventory for specific hosts or in group_vars, which generates --register-with-taints command line argument for kubelet.
-
- Nov 12, 2018
-
-
Antoine Legrand authored
* Update ha-mode.md
-
- Nov 10, 2018
-
-
Antoine Legrand authored
* Remove Vault * Remove reference to 'kargo' in the doc * change check order
-
Bily Zhang authored
Signed-off-by: mooncake <xcoder@tenxcloud.com>
-
- Nov 09, 2018
-
-
Erwan Miran authored
-
- Nov 07, 2018
-
-
George Fleury authored
-
- Nov 04, 2018
-
-
Louis Woods authored
* Adds support for Multus (multiple interfaces) CNI plugin Multus is a latin word for "Multi". As the name suggests, it acts as a Multi plugin in Kubernetes and provides multiple network interface support in a pod. Multus uses the concept of invoking delegates by grouping multiple plugins into delegates and invoking them in the sequential order of the CNI configuration file provided in json format. * Change CNI version (0.1.0->0.3.1) of Contiv to be compatible with Multus
-
- Nov 01, 2018
-
-
xichengliudui authored
-
- Oct 30, 2018
-
-
Yongxin Li authored
Signed-off-by: Yongxin Li <yxli@alauda.io>
-
Rui Cao authored
Signed-off-by: Rui Cao <ruicao@alauda.io>
-
- Oct 28, 2018
-
-
AdamDang authored
-
- Oct 26, 2018
- Oct 24, 2018
-
-
Erwan Miran authored
-
- Oct 21, 2018
-
-
Egor authored
-
- Oct 19, 2018
-
-
Zefool authored
-
- Oct 17, 2018
-
-
Erwan Miran authored
-
- Oct 16, 2018
-
-
JuanJo Ciarlante authored
* [jjo] add kube-router support Fixes cloudnativelabs/kube-router#147. * add kube-router as another network_plugin choice * support most used kube-router flags via `kube_router_foo` vars as other plugins * implement replacing kube-proxy (--run-service-proxy=true) via `kube_proxy_mode: none`, verified in a _non kubeadm_enabled_ install, should also work for recent kubeadm releases via `skipKubeProxyInstall: true` config * [jjo] address PR#3339 review from @woopstar * add busybox image used by kube-router to downloads * fix busybox download groups key * rework kubeadm_enabled + kube_router_run_service_proxy - verify it working ok w/the kubeadm_enabled and kube_router_run_service_proxy true or false - introduce `kube_proxy_remove` fact, to decouple logic from kube_proxy_mode (which affects kubeadm configmap settings, thus no-good to ab-use it to 'none') * improve kube-router.md re: kubeadm_enabled and kube_router_run_service_proxy * address @woopstar latest review * add inventory/sample/group_vars/k8s-cluster/k8s-net-kube-router.yml * fix kube_router_run_service_proxy conditional for kube-proxy removal * fix kube_proxy_remove fact (w/ |bool), add some needed kube-proxy tags on my and existing changes * update kube-router tolerations for 1.12 compatibility * add PriorityClass to kube-router DaemonSet
-
- Oct 11, 2018
-
-
Rui Cao authored
Signed-off-by: Rui Cao <ruicao@alauda.io>
-
IgLiv authored
-