- Feb 18, 2020
-
-
Jin Hase authored
-
- Feb 17, 2020
-
-
Erwan Miran authored
* Ability to define plugins.cri.containerd params * addition of containerd field commented as an example * documentation of containerd_config
-
Flowkap authored
UPdate docs to match actuall required settings to perform an unsafe upgrade using cluster.yml playbook. Relates to https://github.com/kubernetes-sigs/kubespray/issues/4736 and https://github.com/kubernetes-sigs/kubespray/issues/4139 (#5609)
-
- Feb 15, 2020
-
-
Erwan Miran authored
* Introduce kubelet_config_extra_args and kubelet_node_config_extra_args to pass params to kubelet via YAML config * kubelet_config_extra_args is not the alternative
-
- Feb 14, 2020
-
-
Nguyen Hai Truong authored
Fix http link to https link for security Signed-off-by: Nguyen Hai Truong <truongnh@vn.fujitsu.com>
-
- Feb 13, 2020
-
-
Bort Verwilst authored
* set helm 3.0 as default * remove trainling space in vars.yml * switched to helm 3.0.3
-
- Feb 11, 2020
-
-
qvicksilver authored
* Fix recover-control-plane to work with etcd 3.3.x and add CI * Set default values for testcase * Add actual test jobs * Attempt to satisty gitlab ci linter * Fix ansible targets * Set etcd_member_name as stated in the docs... * Recovering from 0 masters is not supported yet * Add other master to broken_kube-master group as well * Increase number of retries to see if etcd needs more time to heal * Make number of retries for ETCD loops configurable, increase it for recovery CI and document it
-
rptaylor authored
* improve documentation about user acct and connecting to API * fix lint
-
- Feb 07, 2020
-
-
Fabiano Tessarolo authored
On deployments types where etcd server is splitted from Kube Master, the deployment fails since it cannot find the variable.
-
- Dec 17, 2019
-
-
Maxime Guyot authored
* Rename CI jobs from ubuntu to ubuntu16 * Add CI matrix and script
-
- Dec 12, 2019
-
-
Bort Verwilst authored
* Add Helm 3.x support * tiller enabled when helm < 3.0.0
-
- Dec 04, 2019
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Nov 26, 2019
-
-
xieyanker authored
-
- Nov 07, 2019
-
-
Michael Shen authored
-
- Nov 01, 2019
-
-
Ali Sanhaji authored
* Deploy Cinder CSI driver to provision volumes over OpenStack * Deploy Cinder CSI StorageClass * Cinder CSI doc
-
- Oct 30, 2019
-
-
Pierre Ozoux authored
-
Samina Fu authored
-
- Oct 16, 2019
-
-
Dennis Field authored
Since it is unsupported to skip upgrades, I've detailed the steps for upgrading a step at a time and removed some language that indicated it should work
-
- Oct 09, 2019
-
-
Matthew Mosesohn authored
-
- Oct 02, 2019
-
-
陈谭军 authored
-
- Sep 26, 2019
- Aug 28, 2019
-
-
Guangming Wang authored
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
-
- Aug 23, 2019
-
-
rptaylor authored
-
- Aug 17, 2019
-
-
Guangming Wang authored
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
-
- Aug 16, 2019
-
-
Guangming Wang authored
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
-
- Aug 08, 2019
-
-
Matthew Mosesohn authored
* Refactor calico-rr to run in k8s cluster with taint Change-Id: I75a3169ff5b36ce8302fc7ef1c32d3eb697b5afa * add preinstall checks * rework calico/rr role Change-Id: I2f0a7e6cb77cf91ad4a615923680760d2e5d9ca8 * add empty calico-rr group Change-Id: I006c0a60db9b72d02245bf8fdfabcf982144a5ad
-
- Aug 07, 2019
-
-
Matthew Mosesohn authored
Change-Id: I1c59249f08f16d0f6fd60df6ab61f17a0a7df189
-
- Aug 05, 2019
-
-
Mark Janssen authored
-
- Aug 01, 2019
-
-
Adrian Moisey authored
-
- Jul 31, 2019
- Jul 16, 2019
-
-
Alex Barcelo authored
-
- Jul 10, 2019
-
-
Vilvaramadurai Samidurai authored
-
- Jul 08, 2019
-
-
rptaylor authored
* Add support for Docker plugins * support multiple Docker plugins using looped include * fix yamllint error
-
- Jun 28, 2019
-
-
Simon Lelievre authored
* add macvlan cni to kubespray * macvlan: lint yaml files and fix sample config file * macvlan: add OWNERS file * add macvlan to README * macvlan : CI first shoot * macvlan : CI add full masquerade * delegate retrive pod cidr to master only * macvlan: add config for CI * macvlan: add netchecker deployment
-
- Jun 11, 2019
-
-
Johnny Halfmoon authored
-
- Jun 10, 2019
-
-
Johnny Halfmoon authored
* File and container image downloads are now cached localy, so that repeated vagrant up/down runs do not trigger downloading of those files. This is especially useful on laptops with kubernetes runnig locally on vm's. The total size of the cache, after an ansible run, is currently around 800MB, so bandwidth (=time) savings can be quite significant. * When download_run_once is false, the default is still not to cache, but setting download_force_cache will still enable caching. * The local cache location can be set with download_cache_dir and defaults to /tmp/kubernetes_cache * A local docker instance is no longer required to cache docker images; Images are cached to file. A local docker instance is still required, though, if you wish to download images on localhost. * Fixed a FIXME, wher the argument was that delegate_to doesn't play nice with omit. That is a correct observation and the fix is to use default(inventory_host) instead of default(omit). See ansible/ansible#26009 * Removed "Register docker images info" task from download_container and set_docker_image_facts because it was faulty and unused. * Removed redundant when:download.{container,enabled,run_once} conditions from {sync,download}_container.yml * All features of commit d6fd0d2a by Timoses <timosesu@gmail.com>, merged May 1st 2019, are included in this patch. Not all code was included verbatim, but each feature of that commit was checked to be working in this patch. One notable change: The actual downloading of the kubeadm images was moved to {download,sync)_container, to enable caching. Note 1: I considered splitting this patch, but most changes that are not directly related to caching, are a pleasant by-product of implementing the caching code, so splitting would be impractical. Note 2: I have my doubts about the usefulness of the upload, download and upgrade tags in the download role. Must they remain or can they be removed? If anybody knows, then please speak up.
-
- May 28, 2019
-
-
Maxime Guyot authored
-