Sergey Nuzhdin
4d5c4a13cb
Add missing checksums, update default k8s version to 1.14.3 ( #4850 )
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>
5 years ago
Daniel Holbach
fa791cc344
update link to Weave Net Troubleshooting docs ( #4853 )
Signed-off-by: Daniel Holbach <daniel@weave.works>
5 years ago
Rodrigo Bermúdez Schettino
0c7a50fe1e
README: Make usage section clearer ( #4034 )
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.
5 years ago
Andreas Krüger
38af93b60c
Remove rkt support ( #4671 )
5 years ago
Wilmar den Ouden
b708db4cd5
Update to v1.14.1 ( #4481 )
5 years ago
Maxime Guyot
12086744e0
Update docs for inventory_builder ( #4581 )
5 years ago
Matthew Mosesohn
05dc2b3a09
Use K8s 1.14 and add kubeadm experimental control plane mode ( #4514 )
* Use K8s 1.14 and add kubeadm experimental control plane mode
This reverts commit d39c273d96
.
* 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
5 years ago
Maxime Guyot
bba6d0c613
Fix CI link ( #4521 )
5 years ago
Maxime Guyot
f69b5f7f33
Upgrade to Ansible 2.7.8 ( #4535 )
5 years ago
Jugwan Eom
d83181a2be
add RBD Provisioner Addon ( #3667 ) ( #3668 )
Based on the CephFS Provisioner Addon, the following changes have been made:
- Upstream v2.1.1-k8s1.11
- Configurable Provisioner replicas
5 years ago
Matthew Mosesohn
d39c273d96
Revert "Use K8s 1.14 and add kubeadm experimental control plane mode ( #4317 )" ( #4510 )
This reverts commit 316508626d
.
5 years ago
Matthew Mosesohn
316508626d
Use K8s 1.14 and add kubeadm experimental control plane mode ( #4317 )
* Use Kubernetes 1.14 and experimental control plane support
* bump to v1.14.0
5 years ago
Andreas Krüger
9032e271f1
Upgrade CoreDNS to 1.5.0 ( #4494 )
5 years ago
Maxime Guyot
a4e65c7ceb
Upgrade to Ansible >2.7.0 ( #4471 )
5 years ago
Andreas Krüger
aa162b0d5d
Update kube-router to 0.2.5 ( #4469 )
5 years ago
Maxime Guyot
8947614d97
Upgrade to etcd v3.2.26 ( #4444 )
5 years ago
Andreas Krüger
7a72e567d5
Update CoreDNS to 1.4.0 ( #4422 )
* Update CoreDNS to 1.4.0
* Update readme to reflect CoreDNS update
5 years ago
Bart Verwilst
0efa3e6392
Upgrade to k8s 1.13.5
5 years ago
Bort Verwilst
33024731e4
Upgrade to k8s 1.13.4 ( #4319 )
5 years ago
Maxime Guyot
131c3d4d5b
Add link to Kubespray.io ( #4240 )
5 years ago
johnstudarus
74727b085b
Packet docs ( #4160 )
* Create packet.md
* Update README.md
* Update README.md
* Update packet.md
download the latest version
* Update packet.md
5 years ago
Wong Hoi Sing Edison
1c12c19150
weave: Upgrade to 2.5.1 ( #4248 )
Upstream Changes:
- weave 2.5.1 (https://github.com/weaveworks/weave/releases/tag/v2.5.1 )
Our Changes:
- Sync templates with upstream changes
5 years ago
Sebastian Poxhofer
58dc641001
added hardware requirements in README.md ( #4233 )
* added hardware requirements in README.md
* added hardware requirements in README.md
5 years ago
joakimr-axis
01d70f2c7c
Update flannel version to v0.11.0 ( #4190 )
Change-Id: I27d670803bea82a68d5eb0e49d4677f4afdce55f
5 years ago
Bort Verwilst
db2b76a22a
update k8s to 1.13.3 ( #4192 )
* update k8s to 1.13.3
* update README as well
5 years ago
Danny Kulchinsky
1abd3cf3d7
Update calico version in README ( #4143 )
5 years ago
rongzhang
0b09c8154a
Upgrade kubernetes to v1.13.2
5 years ago
Chad Swenson
80379f6cab
Fix kube-proxy configuration for kubeadm ( #3958 )
- 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`
5 years ago
rongzhang
435ef14379
Upgrade kubernetes to v1.13.1
5 years ago
Maxime Guyot
c3e83f464f
Remove mention of fuel in README ( #3826 )
6 years ago
Rong Zhang
1550c05a7a
Add docker 18.09 support ( #3844 )
6 years ago
Rong Zhang
225f765b56
Upgrade kubernetes to v1.13.0 ( #3810 )
* 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
6 years ago
Wong Hoi Sing Edison
deff6a82fa
ingress-nginx: Upgrade to 0.21.0 ( #3789 )
Upstream Changes:
- ingress-nginx 0.21.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.21.0 )
Our Changes:
- Sync templates with upstream changes
- Remove --default-backend-service requirement. Use the flag only for custom default backends
6 years ago
Aivars Sterns
d30dbdde23
Update all kubernetes-incubator/kubespray refs to kubernetes-sigs/kubespray ( #3780 )
6 years ago
Rong Zhang
02169e8f85
Upgrade kubernetes to 1.12.3 ( #3767 )
6 years ago
Wong Hoi Sing Edison
edfec26988
cert-manager: Upgrade to 0.5.2 ( #3741 )
Upstream Changes:
- cert-manager 0.5.2 (https://github.com/jetstack/cert-manager/releases/tag/v0.5.2 )
Our Changes:
- Templates sync with upstream manifests
6 years ago
Andreas Krüger
d8ad9aedad
Update README with correct versions
README contains wrong versions. Let's fix that.
6 years ago
Wong Hoi Sing Edison
9ebdf0e3cf
weave: Upgrade to 2.5.0 ( #3660 )
* weave: Upgrade to 2.5.0
Upstream Changes:
- weave 2.5.0 (https://github.com/weaveworks/weave/releases/tag/v2.5.0 )
- Adds support for Kubernetes `hostPort` mapping
- Adds support for Kubernetes `ipBlock` NetworkPolicy feature
Our Changes:
- Templates sync with upstream manifests
- Remove legacy nodePort fix
* BC for weave < 2.5.0
6 years ago
Kusanagi9999
e3fdd4a0ac
Move Multus under network plugin section
6 years ago
Louis Woods
bc9e14a762
Adds support for Multus (multiple interfaces) CNI plugin ( #3166 )
* 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
6 years ago
Wong Hoi Sing Edison
1e6ad5acb6
Fixup #3595 : coredns: Upgrade to v1.2.5 ( #3619 )
Upstream Changes:
- coredns v1.2.5 (https://github.com/coredns/coredns/releases/tag/v1.2.5 )
NOTE:
- Switch image repo to https://hub.docker.com/r/coredns/coredns/ (https://github.com/kubernetes-incubator/kubespray/pull/3595#issuecomment-433962973 )
6 years ago
Dmitriy Zinin
d269e7f46c
cilium v1.3.0 ( #3564 )
6 years ago
wilmardo
2149bfbc5b
Revert "CoreDNS v1.2.5 ( #3595 )"
This reverts commit 8ba6b601b0
.
6 years ago
Dmitriy Zinin
8ba6b601b0
CoreDNS v1.2.5 ( #3595 )
6 years ago
Yumo Yang
8fbebf4e83
fix readme.md sample/* ( #3541 )
6 years ago
Rong Zhang
dbe99b59a7
Upgrade kubernetes to v1.12.2 ( #3597 )
6 years ago
Antoine Legrand
90d8f7aa6a
Assert if ansible 2.7 is used ( #3589 )
6 years ago
Wong Hoi Sing Edison
06e1f81801
ingress-nginx: Upgrade to 0.20.0 ( #3565 )
Upstream Changes:
- ingress-nginx 0.20.0 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.20.0 )
Our Changes:
- Sync templates with upstream changes
6 years ago
Kusanagi9999
6923d350f4
Fixed docker version comment in README.md
6 years ago
Kusanagi9999
e5c4e1ecc3
Fix missing s in link to kube-router docs
6 years ago