falcon-operator icon indicating copy to clipboard operation
falcon-operator copied to clipboard

[FEATURE REQUEST] Ability to Sync DaemonSet version with a sensor update policy

Open falcon-pioupiou opened this issue 1 year ago • 2 comments

Operator should be able to monitor via API the version of sensors applied in a sensor update policy on a schedule basis. if the policy is updated then operator should update the DaemonSet CRD with the new version to trigger a new deployment.

falcon-pioupiou avatar Apr 14 '23 16:04 falcon-pioupiou

Can you share the yaml file of Operator--> NodeSensor to understand how it works if i apply the DaemonSet for EKS or AKS cluster?

afroz1 avatar Aug 31 '23 08:08 afroz1

hello @afroz1

why commenting on this issue which is not related to your request ?

You can use helm to achieve your need: https://github.com/CrowdStrike/falcon-helm/tree/main/helm-charts/falcon-sensor

helm repo add crowdstrike https://crowdstrike.github.io/falcon-helm --force-update

helm template falcon-helm crowdstrike/falcon-sensor -n falcon-system --create-namespace --set falcon.cid="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-bb" --set node.image.repository="FALCON_IMAGE_REPO" --set node.image.tag="FALCON_IMAGE_TAG" --set node.image.registryConfigJSON="FALCON_IMAGE_PULL_TOKEN"

falcon-pioupiou avatar Aug 31 '23 08:08 falcon-pioupiou