- Dec 11, 2019
-
-
Maxime Guyot authored
-
- Dec 10, 2019
-
-
Maxime Guyot authored
-
- Aug 15, 2019
-
-
Maxime Guyot authored
* Test the CI * Disable CI moderator
-
- Jun 10, 2019
-
-
Andreas Krüger authored
-
- Jun 06, 2019
-
-
Maxime Guyot authored
-
- Apr 30, 2019
-
-
Andreas Krüger authored
* Update CI to use 2.10.0 release * Add rsync as it's required to use synchronize
-
- Apr 25, 2019
-
-
Maxime Guyot authored
-
- Apr 24, 2019
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Apr 20, 2019
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
- Apr 19, 2019
-
-
Maxime Guyot authored
-
- Apr 18, 2019
-
-
Maxime Guyot authored
-
- Apr 17, 2019
-
-
Andreas Krüger authored
* PHASE 2 - Enable Packet-CI in gitlab * Add gitlab files * Reset files back and only keep Packet * Include packet * Add missing Upgrade Tests * Update GCE jobs etc * Fix bug * Yaml lint all gitlab files * Remove GCE * Test * Test again * Enable GCE again * Install requirements * Cleanup the gitlab file * Cleanup runner tags * Install requirements * Test * Test variables for gce * Test again * Test again * Fix * Update
-
- Apr 16, 2019
-
-
Maxime Guyot authored
-
- Apr 15, 2019
-
-
Andreas Holmsten authored
* Add k8s_allowed_remote_ips variable Useful for defining CIDRs allowed to initiate a SSH connection when you don't want to use a bastion. * Add TF_VAR_k8s_allowed_remote_ips variable to tf-apply-ovh
-
Maxime Guyot authored
-
- Apr 11, 2019
-
-
Maxime Guyot authored
-
MarkusTeufelberger authored
-
- Apr 10, 2019
-
-
Maxime Guyot authored
-
Maxime Guyot authored
-
MarkusTeufelberger authored
* Add ansible-lint as gitlab-ci step * Fix jinja2 syntax in include_tasks that breaks ansible-lint * Use a block scalar to get around gitlab quoting/escaping rules * Run ansible-lint in verbose mode in CI
-
- Apr 09, 2019
-
-
Andreas Krüger authored
* Update CI to use 2.9.0 release and update Dockerfile to now use 18.04 * Update CI to use 2.9.0 release and update Dockerfile to now use 18.04 * Update the kubectl bin
-
- Apr 08, 2019
-
-
Andreas Holmsten authored
* Run terraform fmt * Add terraform fmt to .terraform-validate CI step * Add tf-validate-aws CI step * Revert "Add tf-validate-aws CI step" This reverts commit e007225fac831d263613ae9ab2998d11c3e8673d.
-
- Apr 04, 2019
-
-
Maxime Guyot authored
-
- Apr 01, 2019
-
-
MarkusTeufelberger authored
* Lint everything in the repository with yamllint * yamllint fixes: syntax fixes only * yamllint fixes: move comments to play names * yamllint fixes: indent comments in .gitlab-ci.yml file
-
- Feb 14, 2019
-
-
Maxime Guyot authored
-
- Jan 03, 2019
-
-
Andreas Krüger authored
-
- Dec 19, 2018
-
-
rongzhang authored
-
- Dec 07, 2018
-
-
Rong Zhang authored
* Upgrade kubernetes to v1.13.0 * Remove all precense of scheduler.alpha.kubernetes.io/critical-pod in templates * Fix cert dir * Use kubespray v2.8 as baseline for gitlab
-
- Dec 06, 2018
-
-
Andreas Krüger authored
* Remove non-kubeadm deployment * More cleanup * More cleanup * More cleanup * More cleanup * Fix gitlab * Try stop gce first before absent to make the delete process work * More cleanup * Fix bug with checking if kubeadm has already run * Fix bug with checking if kubeadm has already run * More fixes * Fix test * fix * Fix gitlab checkout untill kubespray 2.8 is on quay * Fixed * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path * Readd secret checking * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0 * fix typo * Fix CI jobs to kubeadm again. Fix broken hyperkube path * Fix gitlab * Fix rotate tokens * More fixes * More fixes * Fix tokens
-
- Nov 28, 2018
-
-
Andreas Krüger authored
-
Aivars Sterns authored
-
- Nov 21, 2018
-
-
Rong Zhang authored
* Switch to kubeadm deployment mode Discuss:https://github.com/kubernetes-incubator/kubespray/issues/3301 * Add non-kubeadm upgrage to kubeadm cluster
-
- Nov 10, 2018
-
-
Antoine Legrand authored
* Remove Vault * Remove reference to 'kargo' in the doc * change check order
-
- Nov 04, 2018
-
-
Louis Woods authored
* Adds support for Multus (multiple interfaces) CNI plugin Multus is a latin word for "Multi". As the name suggests, it acts as a Multi plugin in Kubernetes and provides multiple network interface support in a pod. Multus uses the concept of invoking delegates by grouping multiple plugins into delegates and invoking them in the sequential order of the CNI configuration file provided in json format. * Change CNI version (0.1.0->0.3.1) of Contiv to be compatible with Multus
-
- Oct 16, 2018
-
-
JuanJo Ciarlante authored
* [jjo] add kube-router support Fixes cloudnativelabs/kube-router#147. * add kube-router as another network_plugin choice * support most used kube-router flags via `kube_router_foo` vars as other plugins * implement replacing kube-proxy (--run-service-proxy=true) via `kube_proxy_mode: none`, verified in a _non kubeadm_enabled_ install, should also work for recent kubeadm releases via `skipKubeProxyInstall: true` config * [jjo] address PR#3339 review from @woopstar * add busybox image used by kube-router to downloads * fix busybox download groups key * rework kubeadm_enabled + kube_router_run_service_proxy - verify it working ok w/the kubeadm_enabled and kube_router_run_service_proxy true or false - introduce `kube_proxy_remove` fact, to decouple logic from kube_proxy_mode (which affects kubeadm configmap settings, thus no-good to ab-use it to 'none') * improve kube-router.md re: kubeadm_enabled and kube_router_run_service_proxy * address @woopstar latest review * add inventory/sample/group_vars/k8s-cluster/k8s-net-kube-router.yml * fix kube_router_run_service_proxy conditional for kube-proxy removal * fix kube_proxy_remove fact (w/ |bool), add some needed kube-proxy tags on my and existing changes * update kube-router tolerations for 1.12 compatibility * add PriorityClass to kube-router DaemonSet
-
- Oct 10, 2018
-
-
Antoine Legrand authored
* Fix bootstrap_os/ubuntu idempotency * Update bastion role * move container_engine in sub-roles * requires ansible 2.5 * ubuntu18 as first CI job
-
- Oct 04, 2018
-
-
Rong Zhang authored
* Upgrade kubernetes to v1.12.0 Use kubeadm v1alpha3 config * Upgrade coredns and etcd * Upgrage docker to 18.06
-
- Aug 31, 2018
-
-
Antoine Legrand authored
-