- Apr 10, 2018
-
-
Brad Beam authored
All checks test if this is defined meaning there is no way to undefine it.
-
Matthew Mosesohn authored
-
Robin Skahjem-Eriksen authored
Changed from OS_PROJECT_ID to OS_PROJECT_NAME.
-
- Apr 09, 2018
-
-
Matthew Mosesohn authored
While `do` looks cleaner, forcing this extra option in ansible.cfg seems to be more invasive. It would be better to keep the traditional approach of `set dummy = ` instead.
-
- Apr 04, 2018
- Mar 31, 2018
-
-
Wong Hoi Sing Edison authored
-
avoidik authored
-
avoidik authored
-
avoidik authored
-
avoidik authored
-
avoidik authored
-
Erwan Miran authored
-
- Mar 30, 2018
-
-
Matthew Mosesohn authored
Kubernetes makes this namespace automatically, so there is no need for kubespray to manage it.
-
陈宏 authored
-
- Mar 28, 2018
-
-
Matthew Mosesohn authored
This file should only be updated during kubelet upgrade so that master components are not accidentally restarted first during preinstall stage.
-
- Mar 27, 2018
-
-
avoidik authored
-
- Mar 21, 2018
-
-
Erwan Miran authored
Labels from role (node-role.k8s.io/node) and labels from inventory are merged into node-labels parameter in kubelet
-
- Mar 17, 2018
-
-
Sergey Bondarev authored
The ability to create dedicated node for ingress nginx controller host type network for nginx controller and add from example https://github.com/kubernetes/ingress-nginx/blob/master/docs/examples/static-ip/nginx-ingress-controller.yaml terminationGracePeriodSeconds: 60
-
- Mar 16, 2018
-
-
woopstar authored
Added CoreDNS to downloads Updated with labels. Should now work without RBAC too Fix DNS settings on hosts Rename CoreDNS service from kube-dns to coredns Add rotate based on http://edgeofsanity.net/rant/2017/12/20/systemd-resolved-is-broken.html Updated docs with CoreDNS info Added labels and fixed minor settings from official yaml file: https://github.com/kubernetes/kubernetes/blob/release-1.9/cluster/addons/dns/coredns.yaml.sed Added a secondary deployment and secondary service ip. This is to mitigate dns timeouts and create high resitency for failures. See discussion at 'https://github.com/coreos/coreos-kubernetes/issues/641#issuecomment-281174806' Set dns list correct. Thanks to @whereismyjetpack Only download KubeDNS or CoreDNS if selected Move dns cleanup to its own file and import tasks based on dns mode Fix install of KubeDNS when dnsmask_kubedns mode is selected Add new dns option coredns_dual for dual stack deployment. Added variable to configure replicas deployed. Updated docs for dual stack deployment. Removed rotate option in resolv.conf. Run DNS manifests for CoreDNS and KubeDNS Set skydns servers on dual stack deployment Use only one template for CoreDNS dual deployment Set correct cluster ip for the dns server
-
- Mar 14, 2018
-
-
zhengchuan hu authored
1. 404 link url 2. kubelet_authentication_token_webhook is not work 3. kube_reserved variable set twice
-
- Mar 12, 2018
-
-
Dann Bohn authored
-
- Mar 08, 2018
-
-
Wong Hoi Sing Edison authored
-
- Mar 07, 2018
-
-
zhengchuan hu authored
-
- Mar 03, 2018
-
-
Jonas Kongslund authored
-
- Feb 21, 2018
-
-
Andreas Krüger authored
Adding health checking to kube proxy. Fixes #2308
-
Wong Hoi Sing Edison authored
-
- Feb 17, 2018
-
-
melkosoft authored
* Added cilium support * Fix typo in debian test config * Remove empty lines * Changed cilium version from <latest> to <v1.0.0-rc3> * Add missing changes for cilium * Add cilium to CI pipeline * Fix wrong file name * Check kernel version for cilium * fixed ci error * fixed cilium-ds.j2 template * added waiting for cilium pods to run * Fixed missing EOF * Fixed trailing spaces * Fixed trailing spaces * Fixed trailing spaces * Fixed too many blank lines * Updated tolerations,annotations in cilium DS template * Set cilium_version to iptables-1.9 to see if bug is fixed in CI * Update cilium image tag to v1.0.0-rc4 * Update Cilium test case CI vars filenames * Add optional prometheus flag, adjust initial readiness delay * Update README.md with cilium info
-
- Feb 12, 2018
-
-
Andreas Krüger authored
xtables lock was missing. Added new option for oom-score to make sure it's not killed in an OOM situation before regular pods.
-
- Feb 06, 2018
-
-
Ryan Zenker authored
* allow installs to not have hostname overriden with fqdn from inventory * calico-config no longer requires local as and will default to global * when cloudprovider is not defined, use the inventory_hostname for cni-calico * allow reset to not restart network (buggy nodes die with this cmd) * default kube_override_hostname to inventory_hostname instead of ansible_hostname
-
Erwan Miran authored
-
- Jan 30, 2018
-
-
rong.zhang authored
Support ipvs mode for kube-proxy
-
- Jan 29, 2018
-
-
Matthew Mosesohn authored
import_tasks will consume far less memory, so it should be used whenever it is compatible.
-
- Jan 23, 2018
-
-
Matthew Mosesohn authored
-
- Jan 22, 2018
-
-
Stanislav Makar authored
Fix 'no such host' problem reported by commands *kubectl logs* and *kubectl exec* when cloud_provider is OpenStack Closes: #2147
-
- Jan 17, 2018
-
-
ArchiFleKs authored
kube-proxy is complaining of missing modules at startup. There is a plan to also support an LVS implementation of kube-proxy in additon to userspace and iptables
-
- Jan 16, 2018
-
-
Jonas Kongslund authored
-
- Jan 09, 2018
-
-
abelgana authored
-
abelgana authored
-
Peter Slijkhuis authored
-