- Mar 03, 2018
-
-
Jonas Kongslund authored
-
Jonas Kongslund authored
-
- Mar 02, 2018
-
-
Wong Hoi Sing Edison authored
-
Matthew Mosesohn authored
Fixes #2397
-
rong.zhang authored
-
- Mar 01, 2018
-
-
RongZhang authored
Add etcd-events cluster for kube-apiserver
-
- Feb 28, 2018
-
-
Matthew Mosesohn authored
-
Brad Beam authored
-
Miouge1 authored
-
Dmitry Vlasov authored
-
- Feb 27, 2018
-
-
Matthew Mosesohn authored
For etcdctl commands, use admin cert instead of node because this file doesn't exist on etcd only hosts.
-
Matthew Mosesohn authored
-
Brad Beam authored
-
RongZhang authored
* Fix run kubectl error Fix run kubectl error when first master doesn't work * if access_ip is define use first_kube_master else different master use a different ip * Delete set first_kube_master and use kube_apiserver_access_address
-
RongZhang authored
Upgrade to Kubernetes v1.9.3
-
- Feb 22, 2018
-
-
Brad Beam authored
-
Nedim Haveric authored
-
Brad Beam authored
-
Maxim Krasilnikov authored
* Fixed generate front proxy client certs with vault * fix vault cert management * Distrebute etcd node certs to vault hosts
-
Andreas Krüger authored
Adding health checking to kube proxy. Fixes #2308
-
Andreas Krüger authored
* Set filemode to 0640 weave-net.yml file is readable by all users on the host. It however contains the weave_password to encrypt all pod communication. It should only be readable by root. * Set mode 0640 on users_file with basic auth
-
- Feb 21, 2018
-
-
Matthew Mosesohn authored
Now calico can be deployed if there are other existing pools and not confuse IPAM and end up with pods in the wrong pools.
-
Dann Bohn authored
-
Chris Mildebrandt authored
-
Matthew Mosesohn authored
-
Wong Hoi Sing Edison authored
-
Wong Hoi Sing Edison authored
-
- Feb 20, 2018
-
-
Chris Mildebrandt 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
-
-
RongZhang authored
Fix bug issues #2289
-
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.
-
Virgil Chereches authored
-
Maxim Krasilnikov authored
-
- Feb 10, 2018
-
-
RongZhang authored
fix issues #2265
-
Wong Hoi Sing Edison authored
-
- Feb 09, 2018
-
-
Chia-liang Kao authored
`FAILED! => {"changed": false, "msg": "AnsibleFilterError: Version comparison: unorderable types: str() < int()"}`
-
Brad Beam authored
-
Damian Nowak authored
When etcd exceeds its memory limit, it becomes useless but keeps running. We should let OOM killer kill etcd process in the container, so systemd can spot the problem and restart etcd according to "Restart" setting in etcd.service unit file. If OOME problem keep repeating, i.e. it happens every single restart, systemd will eventually back off and stop restarting it anyway. --restart=on-failure:5 in this file has no effect because memory allocation error doesn't by itself cause the process to die Related: https://github.com/kubernetes-incubator/kubespray/blob/master/roles/etcd/templates/etcd-docker.service.j2 This kind of reverts a change introduced in #1860.
-
mlushpenko authored
-
mlushpenko authored
Even though there it kubeadm_token_ttl=0 which means that kubeadm token never expires, it is not present in `kubeadm token list` after cluster is provisioned (at least after it is running for some time) and there is issue regarding this https://github.com/kubernetes/kubeadm/issues/335, so we need to create a new temporary token during the cluster upgrade.
-