Introduction¶
Deploy the operator using the following command:
This will install the operator using the install.yaml that was generated for the latest release. It will create:
- a namespace called
paas-system
; - 2 CRDs (
Paas
andPaasNs
); - a service account, role, role binding, cluster role & cluster role binding for
all permissions required by the operator; As the operator binds role for others the serviceaccount gets the:
bind
permission. It is advised to follow the principle of least privilege and scope thepermission
to only allow binding of the roles set in your operator config by settingresourcesNames
in your role.yaml - a viewer & an editor cluster role for Paas and PaasNs resources;
- a configmap with all operator configuration options;
- a deployment running the operator and a deployment running an encryption service;
Feel free to change config as required.