mirror of https://github.com/k3s-io/k3s
Merge pull request #60470 from cjcullen/sched
Automatic merge from submit-queue (batch tested with PRs 60470, 59149, 56075, 60280, 60504). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Add scheduling.k8s.io to the known groups for audit logging on GCE. This lets PriorityClass objects get logged. ```release-note NONE ```pull/6/head
commit
f82b38cfaa
|
@ -729,6 +729,7 @@ function create-master-audit-policy {
|
|||
- group: "networking.k8s.io"
|
||||
- group: "policy"
|
||||
- group: "rbac.authorization.k8s.io"
|
||||
- group: "scheduling.k8s.io"
|
||||
- group: "settings.k8s.io"
|
||||
- group: "storage.k8s.io"'
|
||||
|
||||
|
|
Loading…
Reference in New Issue