Browse Source
Merge pull request #3152 from johnzheng1975/cilium_1.2.0
new cilium stable version: 1.2.0
pull/3102/head
Antoine Legrand
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
README.md
-
roles/download/defaults/main.yml
|
|
@ -97,7 +97,7 @@ Supported Components |
|
|
|
- Network Plugin |
|
|
|
- [calico](https://github.com/projectcalico/calico) v2.6.8 |
|
|
|
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions) |
|
|
|
- [cilium](https://github.com/cilium/cilium) v1.1.2 |
|
|
|
- [cilium](https://github.com/cilium/cilium) v1.2.0 |
|
|
|
- [contiv](https://github.com/contiv/install) v1.1.7 |
|
|
|
- [flanneld](https://github.com/coreos/flannel) v0.10.0 |
|
|
|
- [weave](https://github.com/weaveworks/weave) v2.4.0 |
|
|
|
|
|
@ -43,7 +43,7 @@ vault_version: 0.10.1 |
|
|
|
weave_version: "2.4.0" |
|
|
|
pod_infra_version: 3.0 |
|
|
|
contiv_version: 1.1.7 |
|
|
|
cilium_version: "v1.1.2" |
|
|
|
cilium_version: "v1.2.0" |
|
|
|
|
|
|
|
# Download URLs |
|
|
|
kubeadm_download_url: "https://storage.googleapis.com/kubernetes-release/release/{{ kubeadm_version }}/bin/linux/{{ image_arch }}/kubeadm" |
|
|
|