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
When deploying over OpenShift cluster, samba-operator should deploy the
SeviceAccount, Role and RoleBinding which link the SmbShare pod to
samba-SCC within the namespace of the SmbShare itself (unlike previous
code, which deploy them once with the namespace of the operator). In
addition, starting of OpenShift 4.12 certain annotations needs to be
associated with the namespace on which the SmbShare pod runs in order to
elevate its privileges.
The patch is a refactoring to the existing code. The creation of the
relevant objects is done from within the reconcile loop of the SmbShare
itself. It assumes that the user already deployed a well known SCC with
the name 'samba' on the cluster.
Signed-off-by: Shachar Sharon <[email protected]>
0 commit comments