Denis Khachyan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
19 additions and
3 deletions
-
README.md
-
inventory/sample/group_vars/k8s_cluster/k8s-net-cilium.yml
-
roles/download/defaults/main.yml
-
roles/network_plugin/cilium/templates/cilium-operator/cr.yml.j2
|
|
@ -143,7 +143,7 @@ Note: Upstart/SysV init based OS types are not supported. |
|
|
|
- [cni-plugins](https://github.com/containernetworking/plugins) v1.1.1 |
|
|
|
- [calico](https://github.com/projectcalico/calico) v3.23.3 |
|
|
|
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions) |
|
|
|
- [cilium](https://github.com/cilium/cilium) v1.11.6 |
|
|
|
- [cilium](https://github.com/cilium/cilium) v1.11.7 |
|
|
|
- [flannel](https://github.com/flannel-io/flannel) v0.18.1 |
|
|
|
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.9.7 |
|
|
|
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.0 |
|
|
|
|
|
@ -1,5 +1,5 @@ |
|
|
|
--- |
|
|
|
# cilium_version: "v1.11.6" |
|
|
|
# cilium_version: "v1.11.7" |
|
|
|
|
|
|
|
# Log-level |
|
|
|
# cilium_debug: false |
|
|
|
|
|
@ -110,7 +110,7 @@ flannel_cni_version: "v1.1.0" |
|
|
|
cni_version: "v1.1.1" |
|
|
|
weave_version: 2.8.1 |
|
|
|
pod_infra_version: "3.6" |
|
|
|
cilium_version: "v1.11.6" |
|
|
|
cilium_version: "v1.11.7" |
|
|
|
kube_ovn_version: "v1.9.7" |
|
|
|
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}" |
|
|
|
kube_router_version: "v1.5.0" |
|
|
|
|
|
@ -15,6 +15,22 @@ rules: |
|
|
|
- list |
|
|
|
- watch |
|
|
|
- delete |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- nodes |
|
|
|
verbs: |
|
|
|
- list |
|
|
|
- watch |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
# To remove node taints |
|
|
|
- nodes |
|
|
|
# To set NetworkUnavailable false on startup |
|
|
|
- nodes/status |
|
|
|
verbs: |
|
|
|
- patch |
|
|
|
- apiGroups: |
|
|
|
- discovery.k8s.io |
|
|
|
resources: |
|
|
|