- Nov 22, 2016
-
-
Bogdan Dobrelya authored
Pre download all required container images as roles' deps. Drop unused flannel-server-helper images pre download. Improve pods creation post-install test pre downloaded busybox. Improve logs collection script with kubectl describe, fix sudo/etcd/weave commands. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
- Nov 21, 2016
-
-
Bogdan Dobrelya authored
Fix download once
-
Bogdan Dobrelya authored
Ensure that etcd health checks always pass
-
Bogdan Dobrelya authored
Allow failures for coreos/weave
-
Bogdan Dobrelya authored
Add service-node-port-range parameter for kube-apiserver
-
- Nov 19, 2016
-
-
Dan Bode authored
in the etcd handler, the reload etcd action was called after ansible waits for etcd to be up, this means that the health checks which are called immediately after fail (resulting in the etcd role always failing and never finishing) This patch changes the order to move the 'wait for etcd up' resource after the 'reload etcd resource', ensuring that the service is up before the health check is called.
-
- Nov 18, 2016
-
-
Bogdan Dobrelya authored
Unless https://github.com/kubernetes-incubator/kargo/issues/613 fixed. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Bogdan Dobrelya authored
* Add download_localhost for the download_run_once mode, which is use the ansible host (a travis node for CI case) to store and distribute containers across cluster nodes in inventory. Defaults to false. * Rework download_run_once logic to fix idempotency of uploading containers. * For Travis CI, enable docker images caching and run Travis workers with sudo enabled as a dependency * For Travis CI, deploy with download_localhost and download_run_once enabled to shourten dev path drastically. * Add compression for saved container images. Defaults to 'best'. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com> Co-authored-by: Aleksandr Didenko <adidenko@mirantis.com>
-
Maciej Filipiak authored
-
Aleksandr Didenko authored
Add one more step (task) to containers download/upload sequence - copy saved .tar containers to ansible host (delegate_to: localhost). Then upload images to target nodes. It uses synchronize module so if ansible host (localhost) is the same host as kube-master[0] then new task causes no issues and the copy to localhost process is basically skipped.
-
Antoine Legrand authored
Update roadmap.md
-
Smaine Kahlouch authored
Fix collect/upload logs for CoreOS
-
- Nov 17, 2016
-
-
Alexandre Bourget authored
-
Matthew Mosesohn authored
Fix failure if image package index is outdated
-
Bogdan Dobrelya authored
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Antoine Legrand authored
Fix inventory example
-
ant31 authored
-
- Nov 16, 2016
-
-
sneumann authored
Moved the variable setting to the apt-get install part where it matters as requested in the review.
-
Bogdan Dobrelya authored
Fix sugested bootstrap options
-
Bogdan Dobrelya authored
Improve CI test matrix
-
- Nov 15, 2016
-
-
Bogdan Dobrelya authored
Move CNI config and add MTU support for calico-cni
-
Bogdan Dobrelya authored
For Travis CI and GCE, add a naive generator script into a markdown table. Add GCE/Travis CI matrix docs. Add CoreOS test cases. Rework existing cases w/o loosing of coverage. Rework postinstall tests to support CoreOS as well. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Aleksandr Didenko authored
- Move CNI configuration creation for Calico to appropriate network_plugin role from kubernetes/node. - Add support for MTU configuration in Calico.
-
sneumann authored
-
sneumann authored
-
Bogdan Dobrelya authored
Replace calico-cni binaries with calico/cni container
-
Smaine Kahlouch authored
Fix mountflags and kubelet config
-
Bogdan Dobrelya authored
Add missing --require-kubeconfig to the if..else stanza. Make sure certs dirs mounted in RO. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Antoine Legrand authored
update comment with valid options for bootstrap_os
-
Antoine Legrand authored
Fix kubelet deprecated options
-
Matthew Mosesohn authored
Fix etcd ssl for canal
-
Matthew Mosesohn authored
Generate kubectl bash completion from kubectl instead of file
-
Matthew Mosesohn authored
upgrade k8s version to 1.4.6
-
Spencer Smith authored
-
- Nov 14, 2016
-
-
Smana authored
-
Bogdan Dobrelya authored
Fix collect_info script
-
Matthew Mosesohn authored
--api-servers now just reads kubeconfig --config is now --pod-manifest-path Fixes #542
-
Bogdan Dobrelya authored
Fix missing journal ctl utc key. Rework kube* logs collection. Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
-
Aleksandr Didenko authored
- Move CNI configuration from `kubernetes/node` role to `network_plugin/canal` - Create SSL dir for Canal and symlink etcd SSL files - Add needed options to `canal-config` configmap - Run flannel and calico-node containers with proper configuration
-
Matthew Mosesohn authored
-