Skip to content

Commit

Permalink
Merge pull request kubernetes#17213 from aojea/kindnet_permissions
Browse files Browse the repository at this point in the history
fix kindnet permissions
  • Loading branch information
k8s-ci-robot authored Jan 15, 2025
2 parents 961a786 + 32854ff commit dc30826
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
version: 9.99.0
- id: k8s-1.32
manifest: networking.kindnet/k8s-1.32.yaml
manifestHash: 94a6df20bdbaafa96a21757cce17c3423a82e9fff86308de418cdbb0b272bb41
manifestHash: b6731b412e046c9ae24d1a845169a3ed153ab57f544c88cf37497d2b56efd406
name: networking.kindnet
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ rules:
- list
- watch
- patch
- apiGroups:
- ""
resources:
- nodes/proxy
- nodes/configz
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
version: 9.99.0
- id: k8s-1.32
manifest: networking.kindnet/k8s-1.32.yaml
manifestHash: 7acb14096bbfa57eeddf70108830a2904d227671b7140af7de5f0adf1a2e98dc
manifestHash: 6cd95c3169eee904a4b1e9605f49aee25903b0bca938f830bfe9b3d1981918e8
name: networking.kindnet
needsRollingUpdate: all
selector:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ rules:
- list
- watch
- patch
- apiGroups:
- ""
resources:
- nodes/proxy
- nodes/configz
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ rules:
- list
- watch
- patch
- apiGroups:
- ""
resources:
- nodes/proxy
- nodes/configz
verbs:
- get
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit dc30826

Please sign in to comment.