- Feb 14, 2017
-
-
Matthew Mosesohn authored
Update calico to v1.0.2
-
Matthew Mosesohn authored
Disable kube_proxy_masquerade_all
-
Antoine Legrand authored
Multiples doc fixes
-
Hung Nguyen Viet authored
-
Hung Nguyen Viet authored
-
Antoine Legrand authored
Install pip on Ubuntu
-
Matthew Mosesohn authored
Replace always_run with check_mode
-
Matthew Mosesohn authored
Set ssl_ca_dirs for rkt based on fact
-
- Feb 13, 2017
-
-
Sergii Golovatiuk authored
- Refactor 'Check if bootstrap is needed' as ansible loop. This allows to add new elements easily without refactoring. Add pip to the list. - Refactor 'Install python 2.x' task to run once if any of rc codes != 0. Actually, need_bootstrap is array of hashes, so map will allow to get single array of rc statuses. So if status is not zero it will be sorted and the last element will be get, converted to bool. Closes: #961 Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Antoine Legrand authored
Install pip on Ubuntu
-
Matthew Mosesohn authored
Clean up dnsmasq purge task
-
Sergii Golovatiuk authored
Closes: #961 Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
Antoine Legrand authored
Document gitlab-runner.sh
-
Matthew Mosesohn authored
-
Antoine Legrand authored
-
Sergii Golovatiuk authored
always_run was deprecated in Ansible 2.2 and will be removed in 2.4 ansible logs contain "[DEPRECATION WARNING]: always_run is deprecated. Use check_mode = no instead". This patch fix deprecation.
-
Matthew Mosesohn authored
Also calico-cni to v1.5.6, calico-policy to v0.5.2 Fixes: #1011
-
Sergii Golovatiuk authored
Since systemd kubelet.service has {{ ssl_ca_dirs }}, fact should be gathered before writing kubelet.service. Closes: #1007 Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Feb 10, 2017
-
-
Matthew Mosesohn authored
Add CI cases for testing upgrade from v2.0.1 release
-
Matthew Mosesohn authored
Add kernel upgrade for CentOS
-
Antoine Legrand authored
Enable reset of dnsmasq if manifest or config changes
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Fixes #1012
-
Matthew Mosesohn authored
Fix misleading HA docs
-
Bogdan Dobrelya authored
use ansible sysctl module for config ip forwarding
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
-
Alexander Block authored
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
Kubernetes Reliability Improvements
-
Matthew Mosesohn authored
Allow kubelet to load kernel modules
-
Matthew Mosesohn authored
These are manual trigger jobs, but should be run if any PR impacts upgrades.
-
Matthew Mosesohn authored
Enable weave upgrade from previous versions
-
Antoine Legrand authored
removed explicit role for efk in cluster.yml
-
Sergii Golovatiuk authored
- Exclude kubelet CPU/RAM (kube-reserved) from cgroup. It decreases a chance of overcommitment - Add a possibility to modify Kubelet node-status-update-frequency - Add a posibility to configure node-monitor-grace-period, node-monitor-period, pod-eviction-timeout for Kubernetes controller manager - Add Kubernetes Relaibility Documentation with recomendations for various scenarios. Signed-off-by: Sergii Golovatiuk <sgolovatiuk@mirantis.com>
-
- Feb 09, 2017
-
-
Matthew Mosesohn authored
Raise readiness probe initial time to 60 (was 30)
-
Matthew Mosesohn authored
fix kube_apiserver_ip/kube_apiserver_port description
-
Vladimir Rutsky authored
-
Matthew Mosesohn authored
Fix upgrade for all daemonset type resources
-
Greg Althaus authored
Update code and docs for that assumption.
-
Greg Althaus authored
kubelet lost the ability to load kernel modules. This puts that back by adding the lib/modules mount to kubelet. The new variable kubelet_load_modules can be set to true to enable this item. It is OFF by default.
-