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 kube-api-access volume from debug partner pod (#66)
* Remove kube-api-access volume from debug partner pod
This volume is automatically added by OpenShift, and its definition
varies between Openshift >= 4.7, which uses RootCAConfigMap [1], and
previous versions, which use the default namespace service account.
[1] - https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md#introducing-rootcaconfigmap
* Set automountServiceAccountToken to false
We don't need to access the k8s API from the debug partner pod.
Co-authored-by: edcdavid <[email protected]>
0 commit comments