Closed populov closed 3 months ago
Task: SD-373
Basically, repeats this PR solution in rbac helmchart.
rbac
kubectl exec ... requires GET /pods/exec permissions since 1.30 (not only create). Fix Kubernetes RBAC resources to allow developers execute commands in project pods.
kubectl exec ...
create
Summary
Task: SD-373
Basically, repeats this PR solution in
rbac
helmchart.kubectl exec ...
requires GET /pods/exec permissions since 1.30 (not onlycreate
). Fix Kubernetes RBAC resources to allow developers execute commands in project pods.