mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Update kube-router to 1.1.0 (#6793)
This commit is contained in:
@@ -129,7 +129,7 @@ Note: Upstart/SysV init based OS types are not supported.
|
|||||||
- [contiv](https://github.com/contiv/install) v1.2.1
|
- [contiv](https://github.com/contiv/install) v1.2.1
|
||||||
- [flanneld](https://github.com/coreos/flannel) v0.12.0
|
- [flanneld](https://github.com/coreos/flannel) v0.12.0
|
||||||
- [kube-ovn](https://github.com/alauda/kube-ovn) v1.3.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
|
- [multus](https://github.com/intel/multus-cni) v3.6.0
|
||||||
- [ovn4nfv](https://github.com/opnfv/ovn4nfv-k8s-plugin) v1.1.0
|
- [ovn4nfv](https://github.com/opnfv/ovn4nfv-k8s-plugin) v1.1.0
|
||||||
- [weave](https://github.com/weaveworks/weave) v2.7.0
|
- [weave](https://github.com/weaveworks/weave) v2.7.0
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ pod_infra_version: "3.3"
|
|||||||
contiv_version: 1.2.1
|
contiv_version: 1.2.1
|
||||||
cilium_version: "v1.8.4"
|
cilium_version: "v1.8.4"
|
||||||
kube_ovn_version: "v1.3.0"
|
kube_ovn_version: "v1.3.0"
|
||||||
kube_router_version: "v1.0.1"
|
kube_router_version: "v1.1.0"
|
||||||
multus_version: "v3.6"
|
multus_version: "v3.6"
|
||||||
ovn4nfv_ovn_image_version: "v1.0.0"
|
ovn4nfv_ovn_image_version: "v1.0.0"
|
||||||
ovn4nfv_k8s_plugin_image_version: "v1.1.0"
|
ovn4nfv_k8s_plugin_image_version: "v1.1.0"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ spec:
|
|||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
spec:
|
spec:
|
||||||
priorityClassName: system-cluster-critical
|
priorityClassName: system-node-critical
|
||||||
serviceAccountName: kube-router
|
serviceAccountName: kube-router
|
||||||
containers:
|
containers:
|
||||||
- name: kube-router
|
- name: kube-router
|
||||||
|
|||||||
Reference in New Issue
Block a user