- Feb 13, 2017
-
-
Vladimir Rutsky authored
"shell" step doesn't support check mode, which currently leads to failures, when Ansible is being run in check mode (because Ansible doesn't run command, assuming that command might have effect, and no "rc" or "output" is registered). Setting "check_mode: no" allows to run those "shell" commands in check mode (which is safe, because those shell commands doesn't have side effects).
-
Antoine Legrand authored
Document gitlab-runner.sh
-
Antoine Legrand authored
-
- 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
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.
-
Matthew Mosesohn authored
Lower weave RAM settings.
-
Mark Lee authored
-
Mark Lee authored
-
Bogdan Dobrelya authored
Adding vault role
-
Bogdan Dobrelya authored
enable proxy support on docker repository
-
David Crook authored
-
Antoine Legrand authored
Also add the system nameservers to upstream servers in dnsmasq
-
Antoine Legrand authored
fix typo: "explicetely"
-
Josh Conant authored
-
Josh Conant authored
-
- Feb 08, 2017
-
-
Sergii Golovatiuk authored
- Since Weave 1.8.x was rewritten in Golang we may decrease RAM settings to continue using g1-small for CI
-
Matthew Mosesohn authored
Daemonsets cannot be simply upgraded through a single API call, regardless of any kubectl documentation. The resource must be purged and then recreated in order to make any changes.
-
Alexander Block authored
Also make no-resolv unconditional again. Otherwise, we may end up in a resolver loop. The resolver loop was the cause for the piling up parallel queries.
-
Matthew Mosesohn authored
Change docker save compress level to 1
-
Matthew Mosesohn authored
Fix check for node-NODEID certs existence
-
Matthew Mosesohn authored
Adding EFK logging stack
-