Skip to content

Commit

Permalink
update documentation for default sensor policy
Browse files Browse the repository at this point in the history
  • Loading branch information
gpontejos committed Sep 25, 2024
1 parent d343a0f commit 7f297f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/falcon-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4426,7 +4426,7 @@ spec:
- name: WATCH_NAMESPACE
- name: OPERATOR_NAME
value: falcon-operator
image: quay.io/crowdstrike/falcon-operator:1.0.0
image: quay.io/crowdstrike/falcon-operator:1.2.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
5 changes: 4 additions & 1 deletion docs/deployment/openshift/resources/container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ See `docs/ADVANCED.md` for more details.
| Spec | Default Value | Description |
| :- | :- | :- |
| advanced.autoUpdate | `off` | Automatically updates a deployed Falcon sensor as new versions are released. This has no effect if a specific image or version has been requested. Valid settings are:<ul><li>`force` -- Reconciles the resource after every check for a new version</li><li>`normal` -- Reconciles the resource whenever a new version is detected</li><li>`off` -- No automatic updates</li></ul>
| advanced.updatePolicy | _none_ | If set, applies the named Linux sensor update policy, configured in Falcon UI, to select which version of Falcon sensor to install. The policy must be enabled and must match the CPU architecture of the cluster (AMD64 or ARM64). |
| advanced.updatePolicy | _none_ | If set, applies the named Linux sensor update policy, configured in Falcon UI, to select which version of Falcon sensor to install. The policy must be enabled and must match the CPU architecture of the cluster (AMD64 or ARM64). |

> [!NOTE]
> To use the `Default (Linux)` Sensor Update Policy, assign `advanced.updatePolicy` to `platform_default`.

##### Automatic Update Frequency
The operator checks for new releases of Falcon sensor once every 24 hours by default. This can be adjusted by setting the `--sensor-auto-update-interval` command-line flag to any value acceptable by [Golang's ParseDuration](https://pkg.go.dev/time#ParseDuration) function. However, it is strongly recommended that this be left at the default, as each cycle involves queries to the Falcon API and too many could result in throttling.
Expand Down

0 comments on commit 7f297f4

Please sign in to comment.