- Jul 15, 2019
-
-
TommyKTheDJ authored
Update README.md to link to the open issue that shows Ansible 2.8.x doesn't work with Kubespray. The requirements.txt file is already fixed to 2.7.8 so only the README needed updating, I think.
-
Andreas Krüger authored
-
Andreas Krüger authored
-
- Jul 12, 2019
-
-
jlacoline authored
-
Jeff Bornemann authored
Fixed Issue #1032 test case for OEL7 AIL with kubeadm Add packet CI stuff for oracle 7
-
- 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 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 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
-
-
D瓜哥 authored
-
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
-
- Jun 09, 2019
-
-
Sergey Nuzhdin authored
This PR adds missing checksums for kubeadm and hyperkube and changes default version to 1.14.3 Signed-off-by: Sergey Nuzhdin <ipaq.lw@gmail.com>
-
- Jun 07, 2019
-
-
Daniel Holbach authored
Signed-off-by: Daniel Holbach <daniel@weave.works>
-
- May 31, 2019
-
-
Rodrigo Bermúdez Schettino authored
Long option --become was used in the example but in the comment describing it the short option -b was used. Use same option in description and example to avoid confusion.
-
- Apr 29, 2019
-
-
Andreas Krüger authored
-
- Apr 24, 2019
-
-
Wilmar den Ouden authored
-
- Apr 20, 2019
-
-
Maxime Guyot authored
-
- Apr 19, 2019
-
-
Matthew Mosesohn authored
* Use K8s 1.14 and add kubeadm experimental control plane mode This reverts commit d39c273d. * Cleanup kubeadm setup run on first master * pin kubeadm_certificate_key in test * Remove kubelet autolabel of kube-node, add symlink for pki dir Change-Id: Id5e74dd667c60675dbfe4193b0bc9fb44380e1ca
-
- Apr 18, 2019
-
-
Maxime Guyot authored
-
- Apr 17, 2019
-
-
Maxime Guyot authored
-
Jugwan Eom authored
Based on the CephFS Provisioner Addon, the following changes have been made: - Upstream v2.1.1-k8s1.11 - Configurable Provisioner replicas
-
- Apr 11, 2019
-
-
Matthew Mosesohn authored
This reverts commit 31650862.
-
Matthew Mosesohn authored
* Use Kubernetes 1.14 and experimental control plane support * bump to v1.14.0
-
- Apr 10, 2019
-
-
Andreas Krüger authored
-
- Apr 09, 2019
-
-
Maxime Guyot authored
-
Andreas Krüger authored
-
- Apr 08, 2019
-
-
Maxime Guyot authored
-
- Apr 04, 2019
-
-
Andreas Krüger authored
* Update CoreDNS to 1.4.0 * Update readme to reflect CoreDNS update
-
- Mar 27, 2019
-
-
Bart Verwilst authored
-
- Mar 07, 2019
-
-
Bort Verwilst authored
-
- Feb 26, 2019
-
-
Maxime Guyot authored
-
johnstudarus authored
* Create packet.md * Update README.md * Update README.md * Update packet.md download the latest version * Update packet.md
-
Wong Hoi Sing Edison authored
Upstream Changes: - weave 2.5.1 (https://github.com/weaveworks/weave/releases/tag/v2.5.1) Our Changes: - Sync templates with upstream changes
-
Sebastian Poxhofer authored
* added hardware requirements in README.md * added hardware requirements in README.md
-
- Feb 07, 2019
-
-
joakimr-axis authored
Change-Id: I27d670803bea82a68d5eb0e49d4677f4afdce55f
-
- Feb 06, 2019
-
-
Bort Verwilst authored
* update k8s to 1.13.3 * update README as well
-
- Feb 01, 2019
-
-
Danny Kulchinsky authored
-
- Jan 11, 2019
-
-
rongzhang authored
-
- Jan 03, 2019
-
-
Chad Swenson authored
- Creates and defaults an ansible variable for every configuration option in the `kubeproxy.config.k8s.io/v1alpha1` type spec - Fixes vars that were orphaned by removing non-kubeadm - Fixes previously harcoded kubeadm values - Introduces a `main` directory for role default files per component (requires ansible 2.6.0+) - Split out just `kube-proxy.yml` in this first effort - Removes the kube-proxy server field patch task We should continue to pull out other components from `main.yml` into their own defaults files as I did here for `defaults/main/kube-proxy.yml`. I hope for and will need others to join me in this refactoring across the project until each component config template has a matching role defaults file, with shared defaults in `kubespray-defaults` or `downloads`
-