mirror of
https://github.com/rancher/steve.git
synced 2025-09-17 15:58:41 +00:00
Add disable filter to allow exec/logs
This commit is contained in:
@@ -557,7 +557,7 @@ func (s *PodImpersonation) augmentPod(pod *v1.Pod, sa *v1.ServiceAccount) *v1.Po
|
|||||||
Value: "/root/.kube/config",
|
Value: "/root/.kube/config",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Command: []string{"sh", "-c", "kubectl proxy || true"},
|
Command: []string{"sh", "-c", "kubectl proxy --disable-filter || true"},
|
||||||
SecurityContext: &v1.SecurityContext{
|
SecurityContext: &v1.SecurityContext{
|
||||||
RunAsUser: &zero,
|
RunAsUser: &zero,
|
||||||
RunAsGroup: &zero,
|
RunAsGroup: &zero,
|
||||||
|
Reference in New Issue
Block a user