mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 22:04:43 +03:00
Fix "netchecker-server" ClusterRole (#4730)
* Add sha256 hashes for calicoctl v3.6.1 Hashes are added to calicoctl_binary_checksums for both adm and arm platforms. * Add rules for "network-checker.ext" resource to "netchecker-server" ClusterRole So that it could access the resource after it is created. Corresponding issues: https://github.com/Mirantis/k8s-netchecker-server/issues/125 https://github.com/kubernetes-sigs/kubespray/issues/3281
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2db2898112
commit
14749df6f3
@@ -10,3 +10,6 @@ rules:
|
|||||||
- apiGroups: ["apiextensions.k8s.io"]
|
- apiGroups: ["apiextensions.k8s.io"]
|
||||||
resources: ["customresourcedefinitions"]
|
resources: ["customresourcedefinitions"]
|
||||||
verbs: ['*']
|
verbs: ['*']
|
||||||
|
- apiGroups: ["network-checker.ext"]
|
||||||
|
resources: ["agents"]
|
||||||
|
verbs: ['*']
|
||||||
|
|||||||
Reference in New Issue
Block a user