Florian Ruynat
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
3 additions and
3 deletions
-
README.md
-
roles/download/defaults/main.yml
-
roles/network_plugin/kube-router/templates/kube-router.yml.j2
|
|
@ -129,7 +129,7 @@ Note: Upstart/SysV init based OS types are not supported. |
|
|
|
- [contiv](https://github.com/contiv/install) v1.2.1 |
|
|
|
- [flanneld](https://github.com/coreos/flannel) v0.12.0 |
|
|
|
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.3.0 |
|
|
|
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.0.1 |
|
|
|
- [kube-router](https://github.com/cloudnativelabs/kube-router) v1.1.0 |
|
|
|
- [multus](https://github.com/intel/multus-cni) v3.6.0 |
|
|
|
- [ovn4nfv](https://github.com/opnfv/ovn4nfv-k8s-plugin) v1.1.0 |
|
|
|
- [weave](https://github.com/weaveworks/weave) v2.7.0 |
|
|
|
|
|
@ -81,7 +81,7 @@ pod_infra_version: "3.3" |
|
|
|
contiv_version: 1.2.1 |
|
|
|
cilium_version: "v1.8.4" |
|
|
|
kube_ovn_version: "v1.3.0" |
|
|
|
kube_router_version: "v1.0.1" |
|
|
|
kube_router_version: "v1.1.0" |
|
|
|
multus_version: "v3.6" |
|
|
|
ovn4nfv_ovn_image_version: "v1.0.0" |
|
|
|
ovn4nfv_k8s_plugin_image_version: "v1.1.0" |
|
|
|
|
|
@ -28,7 +28,7 @@ spec: |
|
|
|
prometheus.io/scrape: "true" |
|
|
|
{% endif %} |
|
|
|
spec: |
|
|
|
priorityClassName: system-cluster-critical |
|
|
|
priorityClassName: system-node-critical |
|
|
|
serviceAccountName: kube-router |
|
|
|
containers: |
|
|
|
- name: kube-router |
|
|
|