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
In a cluster with PSP enabled, we need to grant enough privileges to the control plane components or else they won't be scheduled. The creation of these resources doesn't hurt even if the PSP admission controller is not enabled.
A PSP granting enough privileges for the Linkerd containers:
@alpeb@grampelberg Do we have any opinion on whether we want to introduce a new install and upgrade option like (--enable-psp), or just always install the policies by default? The policies won't be in-effect until the PSP admission controller is enabled.
In a cluster with PSP enabled, we need to grant enough privileges to the control plane components or else they won't be scheduled. The creation of these resources doesn't hurt even if the PSP admission controller is not enabled.
A PSP granting enough privileges for the Linkerd containers:
A ClusterRole pointing to that PSP:
A ClusterRoleBinding binding that role to all the Linkerd ServiceAccounts:
For CNI, we also need to create a separate PSP, ClusteRole and ClusterRoleBinding, given the CNI pod requires a bit more privileges.
The text was updated successfully, but these errors were encountered: