- Dec 19, 2018
-
-
rongzhang authored
-
- Dec 18, 2018
-
-
Matthew Mosesohn authored
-
Ganesh Maharaj Mahalingam authored
Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
-
ihard authored
* add vars for cilium init container * make yamllint happy * add var cilium_init in downloads
-
- Dec 13, 2018
-
-
Ryler Hockenbury authored
-
- Dec 12, 2018
-
-
Egor authored
-
Maxim Snezhkov authored
-
Ryler Hockenbury authored
-
Ganesh Maharaj Mahalingam authored
Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
-
Florent Monbillard authored
since bad886ca, dns_mode is set to coredns by default instead of kubedns
-
Maxim Snezhkov authored
-
Ryler Hockenbury authored
* Metrics server resizer addon should target metrics server deployment * Target metrics server deployment without version
-
- Dec 11, 2018
-
-
gdoucet authored
Adding fact is_atomic in bootstrap-centos.yml. Fix issue: #3538
-
Maxim Snezhkov authored
-
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 10, 2018
-
-
Anton Patsev authored
-
Julien C authored
Metrics port is exposed through a service for CoreDNS but not for kube-dns.
-
Zohar Mamedov authored
-
- Dec 09, 2018
-
-
Đào Hoàng Sơn authored
Related to https://github.com/kubernetes-sigs/kubespray/pull/3684
-
- Dec 07, 2018
-
-
Andrey Zhelnin authored
Setting host_architecture to allow etcd upgrade working through: ansible-playbook -b -i inventory/sample/hosts.ini cluster.yml --tags=etcd (on other case host_architecture is missing)
-
Egor authored
-
Bjorn Skovlund Ryden authored
-
Maxime Guyot authored
-
Rong Zhang authored
-
pasqualet authored
-
Tagir authored
-
Andreas Krüger authored
* Streamline path to certs dir * More fixes * Set path to etcd certs in kubernetes defaults instead
-
- Dec 06, 2018
-
-
Rong Zhang authored
* Upgrade kubernetes to v1.13.0 * Remove all precense of scheduler.alpha.kubernetes.io/critical-pod in templates * Fix cert dir * Use kubespray v2.8 as baseline for gitlab
-
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 05, 2018
-
-
Erwan Miran authored
-
- Dec 04, 2018
-
-
Erwan Miran authored
-
Chad Swenson authored
Added a loop_control label to a few tasks that flood our logs.
-
Rong Zhang authored
netchecker agent status is pending
-
- Dec 03, 2018
-
-
Andreas Krüger authored
* Fix basic auth tokens for kubeadm deployment. * Tokens should be a dependancy on master, not nodes
-
Erwan Miran authored
-
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
-
karbyshevds authored
* Set configure-cloud-routes=false as default if no network plugin is used As configure-cloud-routes default value is `true`, so it need to be set to `false` when not required to avoid error messages like: "Couldn't reconcile node routes: error listing routes: unable to find route table for AWS cluster" on, for example, AWS installations that don't use cloud native routing. * Update kube-controller-manager.manifest.j2 remove extra spaces
-
Rong Zhang authored
-
Andreas Krüger authored
Disable gather_facts from non-kubeadm deprecation notice
-
- Nov 30, 2018
-
-
Wong Hoi Sing Edison authored
Upstream Changes: - ingress-nginx 0.21.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.21.0) Our Changes: - Sync templates with upstream changes - Remove --default-backend-service requirement. Use the flag only for custom default backends
-