- 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
-
- May 19, 2019
-
-
Mateus Caruccio authored
-
- May 07, 2019
-
-
Andreas Krüger authored
* Minor cleanups * Add comment in docs that nodelocaldns cache is enabled by default
-
- May 01, 2019
-
-
Timoses authored
* Download to delegate and sync files when download_run_once * Fail on error after saving container image * Do not set changed status when downloaded container was up to date * Only sync containers when they are actually required Previously, non-required images (pull_required=false as image existed on target host) were synced to the target hosts. This failed as the image was not downloaded to the download_delegate and hence was not available for syncing. * Sync containers when only missing on some hosts * Consider images with multiple repo tags * Enable kubeadm images pull/syncing with download_delegate * Use kubeadm images list to pull/sync 'kubeadm config images pull' is replaced by collecting the images list with 'kubeadm config images list' and using the commonly used method of pull/syncing the images. * Ensure containers are downloaded and synced for all hosts * Fix download/syncing when download_delegate is a kubernetes host
-
- Apr 29, 2019
-
-
qvicksilver authored
-
Andreas Krüger authored
-
- Apr 24, 2019
-
-
Vincent Gramer authored
add the support of the folling property in azure-credential-check.yml - azure_loadbalancer_sku: Sku of Load Balancer and Public IP. Candidate values are: basic and standard. - azure_exclude_master_from_standard_lb: excludes master nodes from standard load balancer. - azure_disable_outbound_snat: disables the outbound SNAT for public load balancer rules - useInstanceMetadata: Use instance metadata service where possible - azure_primary_availability_set: (Optional) The name of the availability set that should be used as the load balancer backend
-