- Dec 10, 2019
-
-
Craig Rodrigues authored
-
- Nov 28, 2019
-
-
Matthew Mosesohn authored
Change-Id: I3fff04f0211cd9c2e8235acaf51c3aa98abc8bb7
-
- Nov 27, 2019
-
-
Florian Ruynat authored
-
- Nov 11, 2019
-
-
Bjoern Teipel authored
Since upgrading k8s beyond 1.16.0 version, helm init does no longer work with helm < 2.16.0 due to https://github.com/helm/helm/issues/6374 This PR closes issue #5331
-
Florent Monbillard authored
| Kubernetes Version | cri-tools Version | |--------------------|-------------------| | 1.16.x | v1.16.0 | | 1.15.X | v1.15.0 | | 1.14.X | v1.14.0 | | 1.13.X | v1.13.0 | | 1.12.X | v1.12.0 | | 1.11.X | v1.11.1 | - Upgrade to cri-tools 1.16.1 - Add checksums for cri-tools 1.16.1
-
- Oct 17, 2019
-
-
Matthew Mosesohn authored
* Generate TLS certs for calico typha Change-Id: I3883f49c124c52d0fc5b900ca2b44e4e2ed0d707 * Add group vars note Change-Id: I63550dfef616e884efdbd42010a90b2c04c5eb69
-
Hugo Blom authored
* Add support for Kubernetes 1.16.1 * Defaults to 1.16.1 * add 1.16.2 checksums and set new version as default * correct 1.16.2 checksums and add 1.15.5 checksums
-
Maxime Guyot authored
-
- Oct 16, 2019
-
-
Maxime Guyot authored
-
Xiaodu authored
-
Maxime Guyot authored
-
- Oct 02, 2019
-
-
Matthew Mosesohn authored
* Switch to Kubernetes v1.16.0 Change-Id: I5d6a9528b2d443750fc5e031aff15ad3ffead158 * Fix download localhost cached file path Change-Id: I65e79b70e3d1b37265ebc60f41b460cf4b0a0d47 * fix kubeadm etcd for v1.16 Change-Id: I6888a00fd48b530a38b0b31c4095492476af42d2 * disable tf packet jobs Change-Id: I075c4666547fdea4c50ec04864f38e2cfaa79154 * Disable contiv packet jobs. Fix kube-router Change-Id: I3170e8789e60711d4cee8faf65f2094480b79b8d * bump sonobuoy version Change-Id: Ib946905629c7c53ed88f08fb2f41c454457a0097
-
- Sep 23, 2019
-
-
pando85 authored
-
- Sep 18, 2019
-
-
Florent Monbillard authored
-
Qingkun Li authored
This allows to easily override the gcr, quay, and docker repos with the mirror repos in countries like China, where the default accesses are blocked or unstable.
-
- Sep 10, 2019
-
-
Matthew Mosesohn authored
Cleaned up deprecated APIs: apps/v1beta1 apps/v1beta2 extensions/v1beta1 for ds,deploy,rs Add workaround for deploying helm using incompatible deployment manifest. Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
-
- Aug 20, 2019
-
-
Andreas Krüger authored
-
- Aug 15, 2019
-
-
Bort Verwilst authored
Signed-off-by: Bart Verwilst <bart@verwilst.be>
-
w33dw0r7d authored
-
- Aug 14, 2019
-
-
Oilbeater authored
-
- Aug 09, 2019
-
-
Simon Lelievre authored
-
Bort Verwilst authored
-
- Aug 06, 2019
-
-
Holger Frydrych authored
* Needs an additional cilium-operator deployment. * Added option to enable hostPort mappings.
-
- Jul 31, 2019
-
-
Oilbeater authored
-
Andreas Krüger authored
-
- Jul 30, 2019
-
-
Johannes Scheuermann authored
-
- Jul 21, 2019
-
-
Hugo Blom authored
* update to kubernetes 1.15.1 * Revert to sonobuoy 0.15.0 * update test timeout from 3 to 5 minutes
-
Matthew Mosesohn authored
Change-Id: I8d8e59a97823390f40e8810905ca52430329f040
-
- Jul 16, 2019
-
-
Matthew Mosesohn authored
-
- Jul 15, 2019
-
-
Andreas Krüger authored
-
Andreas Krüger authored
-
- Jul 12, 2019
-
-
Stanislav Makar authored
-
- Jul 09, 2019
-
-
jlacoline authored
* Add calico 3.7.3 support * add calico_datastore variable to policy controller role * add missing clusterrole rules for calico policy controller * disable calico kube controller when kdd mode is used for versions < 3.6
-
Matthew Mosesohn authored
Change-Id: I9ef52232176fe8e2a99b4f09ae05e1451f7ad1ff
-
- Jul 02, 2019
-
-
okamototk authored
* Use K8s 1.15 * Use Kubernetes 1.15 and use kubeadm.k8s.io/v1beta2 for InitConfiguration. * bump to v1.15.0 * Remove k8s 1.13 checksums. * Update README kubernetes version 1.15.0. * Update metrics server 0.3.3 for k8s 1.15 * Remove less than k8s 1.14 related code * Use kubeadm with --upload-certs instead of --experimental-upload-certs due to depricate * Update dnsautoscaler 1.6.0 * Skip certificateKey if it's not defined * Add kubeadm-conftolplane.v2beta2 for k8s 1.15 or later * Support kubeadm control plane for k8s 1.15 * Update sonobuoy version 0.15.0 for k8s 1.15
-
- Jun 30, 2019
-
-
okamototk authored
* Add limited containerd support Containerd support for Ubuntu + Calico * Added CRI-O support for ubuntu * containerd support. * Reset containerd support. * fix lint. * implemented feedback * Change task name cri xx instead of cri-o in reset task and timeout condition. * set crictl to fixed version * Use docker-ce's container.io package for containerd. * Add check containerd is installable or not. * Avoid stop docker when use containerd and optimize retry for reset. * Add config.toml. * Fixed containerd for kubelet.env. * Merge PR #4629 * Remove unused ubuntu variable for containerd * Polish code for containerd and cri-o * Refactoring cri socket configuration. * Configurable conmon. * Remove unused crictl/runc download * Now crictl and runc is downloaded by common crictl.yml. * fixed yamllint error * Fixed brokenfiles by conflict. * Remove commented line in config.toml * Remove readded v1.12.x version * Fixed broken set_docker_image_facts * Fix yamllint errors. * Remove unused apt source * Fix crictl could not be installed * Add containerd config from skolekonov's PR #4601
-
- Jun 24, 2019
-
-
Andreas Krüger authored
* Upgrade to etcd version 3.3.10 per 1.14 release notes. * Update etcd binary checksums
-
- Jun 17, 2019
-
-
Simon Lelievre authored
-
- Jun 14, 2019
-
-
Simon Lelievre authored
* CNI plugins: bump version 0.8.1 * cni plugins : update checksums * cni : update readme
-
- Jun 11, 2019
-
-
Andreas Krüger authored
* Require minimum version of Kubernetes * Remove checksums for kubernetes version 1.12 * Add kube_version to precheck output and add min required version to README * Fix merge * Fix defaults * Fix typo in precheck
-