Mohamed Omar Zaian
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
29 additions and
21 deletions
-
README.md
-
roles/download/defaults/main.yml
-
roles/network_plugin/flannel/templates/cni-flannel-rbac.yml.j2
|
|
@ -171,7 +171,7 @@ Note: Upstart/SysV init based OS types are not supported. |
|
|
|
- [calico](https://github.com/projectcalico/calico) v3.25.1 |
|
|
|
- [canal](https://github.com/projectcalico/canal) (given calico/flannel versions) |
|
|
|
- [cilium](https://github.com/cilium/cilium) v1.13.0 |
|
|
|
- [flannel](https://github.com/flannel-io/flannel) v0.20.2 |
|
|
|
- [flannel](https://github.com/flannel-io/flannel) v0.21.4 |
|
|
|
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.10.7 |
|
|
|
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.5.1 |
|
|
|
- [multus](https://github.com/k8snetworkplumbingwg/multus-cni) v3.8 |
|
|
|
|
|
@ -113,7 +113,7 @@ calico_apiserver_version: "{{ calico_version }}" |
|
|
|
typha_enabled: false |
|
|
|
calico_apiserver_enabled: false |
|
|
|
|
|
|
|
flannel_version: "v0.20.2" |
|
|
|
flannel_version: "v0.21.4" |
|
|
|
flannel_cni_version: "v1.2.0" |
|
|
|
cni_version: "v1.2.0" |
|
|
|
weave_version: 2.8.1 |
|
|
|
|
|
@ -10,25 +10,33 @@ apiVersion: rbac.authorization.k8s.io/v1 |
|
|
|
metadata: |
|
|
|
name: flannel |
|
|
|
rules: |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- pods |
|
|
|
verbs: |
|
|
|
- get |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- nodes |
|
|
|
verbs: |
|
|
|
- list |
|
|
|
- watch |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- nodes/status |
|
|
|
verbs: |
|
|
|
- patch |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- pods |
|
|
|
verbs: |
|
|
|
- get |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- nodes |
|
|
|
verbs: |
|
|
|
- get |
|
|
|
- list |
|
|
|
- watch |
|
|
|
- apiGroups: |
|
|
|
- "" |
|
|
|
resources: |
|
|
|
- nodes/status |
|
|
|
verbs: |
|
|
|
- patch |
|
|
|
- apiGroups: |
|
|
|
- "networking.k8s.io" |
|
|
|
resources: |
|
|
|
- clustercidrs |
|
|
|
verbs: |
|
|
|
- list |
|
|
|
- watch |
|
|
|
--- |
|
|
|
kind: ClusterRoleBinding |
|
|
|
apiVersion: rbac.authorization.k8s.io/v1 |
|
|
|