启用 Runner 无中断滚动更新
yaml / yaml (pull_request) Successful in 29s

This commit is contained in:
2026-09-21 06:39:11 +00:00
parent e5e2ab1b89
commit dfc55e1d9e
3 changed files with 11 additions and 5 deletions
+3
View File
@@ -19,6 +19,9 @@ rules:
- apiGroups: [""]
resources: [pods]
verbs: [create, get, list, watch, patch, delete]
- apiGroups: [coordination.k8s.io]
resources: [leases]
verbs: [create, get, list, watch, update, patch]
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding