A Sawmills account and access to the product dashboard is required to proceed
with installation.
Prerequisites
- Kubernetes Cluster: Access to the target cluster.
- kubectl: Installed and configured to interact with the cluster.
- Helm 3+: Installed and configured.
- Permissions: Ability to create namespaces, secrets, and deploy Helm charts.
Install the Sawmills Collector
- Log in to the Sawmills dashboard.
- Go to the Collectors section (located at the bottom tab of the left navigation menu).
- Click New Collector to open the installation wizard.
Step 1: Configure the Collector
- Name: Provide a unique, descriptive name for the collector.
- Namespace: The Kubernetes namespace where the collector will be installed.
The name should follow your organization’s naming conventions.
Advanced Options
- Require manual deployment for pipeline changes: Enable this only if your environment prevents Sawmills from applying collector updates automatically. When enabled, you must run the provided Helm upgrade command after every pipeline change to deploy the update to the collector.
Step 2: Install the Collector
This step provides the commands needed to deploy the remote operator, which manages the collector in your cluster.- Create a Namespace (only if it does not already exist)
- Create a Secret with your organization API key (only if it does not already exist)
- Install or Upgrade the Remote Operator using Helm
Updating Collector Values
The remote operator deploys the collector into the cluster. Collector values are passed as a values file to the remote operator Helm chart. To change collector configuration, update themanagedCharts.sawmills-collector section in values.yaml and upgrade the remote operator.
For details, see Collector Customization.
Step 3: Validate the Collector
Wait for the install to complete and all pods to enter aRunning state.
Validate the collector by clicking Test Installation. This confirms the collector is deployed and communicating back to Sawmills.
When validation passes, you’ll see success messages and a link to create or assign a pipeline via Pipelines Editor.
If you created the collector but haven’t completed installation yet, its status will show as Awaiting Deployment on
the Collectors page.
Next Actions
- Pipelines Editor: Create a new pipeline or assign an existing pipeline to your collector.
- Done: Finish without creating a pipeline.
- Previous: Go back to change settings.
Recommended Configuration
Remote Operator Resources
By default, 3 replicas of the remote operator are deployed with the following resource requests and limits:Autoscaling
Autoscaling is enabled by default with a minimum of 3 and a maximum of 10 collector instances.Capacity Planning
For detailed guidance on sizing and scaling, see Capacity Planning.KEDA Autoscaling
We recommend using KEDA for autoscaling. KEDA supports more flexible scaling rules and metrics. Enable it by settingkeda.enabled to true in values.yaml: