Advanced Tasks

This section showcases more advanced use cases of OLM.


Shipping an operator that includes Admission Webhooks

Shipping an operator that supports Multiple Architectures

Operator scoping with OperatorGroups

OLM runs with cluster-admin privileges and is capable of granting permissions to operators that it deploys. By default, an operator can specify any set of permission(s) in the CSV and OLM will consequently grant it to the operator. In effect, an operator can achieve cluster-scoped privilege(s) which may not always be desired. OLM introduces the concept of OperatorGroups to enable cluster admins complete control over the permissions that OLM grants operators that it deploys.

Last modified June 30, 2020: Reorganise navigation for site (826b54b)