You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused pods/exec and pods create RBAC from operator ClusterRole
The pods/exec create permission was vestigial — no exec code exists
in the codebase (no remotecommand, SPDY, or exec helper calls).
The pods create permission was also unused — pods are managed by
StatefulSet, not created directly by the controller.
Retain pods get/list/watch/update/delete (needed for labeling pods
with skipPreStopChecks during CR deletion and deleting pods with
short grace period) and pods update/patch (needed by BGP controller
for pod label management).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments