Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
falcon-pioupiou opened this issue Apr 14, 2023 · 2 comments

Comments

@falcon-pioupiou
Copy link
Contributor

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.

@afroz1
Copy link

afroz1 commented Aug 31, 2023

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

@falcon-pioupiou
Copy link
Contributor Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants