Skip to content

Commit

Permalink
[PLAT-14793] [K8s]Rolling restart on k8s universe hangs at 6%
Browse files Browse the repository at this point in the history
Summary:
[PLAT-14793] [K8s]Rolling restart on k8s universe hangs at 6%
In newer k8s versions delete pod hangs unless we also have watch
permissions on the pod as well.
This is tracked by the upstream bug on k8s
kubernetes/kubectl#1411

Test Plan: Tested locally

Reviewers: anabaria

Reviewed By: anabaria

Subscribers: yugaware

Differential Revision: https://phorge.dev.yugabyte.com/D37320
  • Loading branch information
amannijhawan committed Aug 14, 2024
1 parent d94cd31 commit ae354b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stable/yugaware/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ rules:
- "get"
- "list"
- "delete"
- "watch"
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit ae354b3

Please sign in to comment.