[kube-router] set version to 2.0.0 (#10503)

Signed-off-by: Boris Barnier <bozzo@users.noreply.github.com>
This commit is contained in:
Boris Barnier
2023-11-02 11:19:57 +01:00
committed by GitHub
parent 267a8c6025
commit 870065517f
4 changed files with 20 additions and 6 deletions

View File

@@ -178,7 +178,7 @@ metadata:
namespace: kube-system
rules:
- apiGroups:
- ""
- ""
resources:
- namespaces
- pods
@@ -190,7 +190,7 @@ rules:
- get
- watch
- apiGroups:
- "networking.k8s.io"
- "networking.k8s.io"
resources:
- networkpolicies
verbs:
@@ -198,13 +198,21 @@ rules:
- get
- watch
- apiGroups:
- extensions
- extensions
resources:
- networkpolicies
verbs:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- get
- list
- watch
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1