Version: 1.0
Installation
Quick Install#
Install Pullup CRDs and components with the pre-generated YAML files.
The YAML file is generated with kustomize. You can see the source files in deployment folder, which contains:
- A namespace
pullupwhich contains the following resources. - Pullup custom resource definitions (CRD).
- A Service account
pullup. - RBAC for accessing Pullup CRD, writing events and the leader election.
- Deployments of the controller and the webhook.
- A service which exposes the webhook server.
RBAC#
After Pullup is installed, you have to grant access of the resources which will be used in triggers.
The following example includes Deployment and Service. See here for more details about RBAC.
rbac.yml
Uninstall#
To uninstall Pullup from your cluster, delete the pullup namespace.