Greg Pontejos
Greg Pontejos
Instead of this change, can you try running the daemonset with the latest image and chart with `node.cleanupOnly: true` so that the latest image can cleanup `/opt/CrowdStrike`, then redeploy? https://github.com/CrowdStrike/falcon-helm/tree/main/helm-charts/falcon-sensor#falcon-sensor-cleanup-daemonset-fails
Hi! I believe the annotations on the service account should be taking care of those variables for you. We this block [here](https://github.com/CrowdStrike/falcon-helm/blob/13d95bfe2989307669d5ab49d2cd1173fe753f38/helm-charts/falcon-sensor/values.yaml#L265) to append annotations to the service account. Are...
Hi, `crowdstrikeConfig.dockerAPIToken` is intended for use with the crowdstrike registry. To use your private registry, use `image.registryConfigJSON` instead. https://github.com/CrowdStrike/falcon-helm/tree/main/helm-charts/falcon-image-analyzer#note For future helm specific issues, please open them under the falcon-helm...
@dependabot rebase
Thanks for reaching out. We'll get these added to the default tolerations for helm/operator.
@ivanaguilario Thanks for creating this. Can you please add the following: 1. A check within the reconciler [here](https://github.com/CrowdStrike/falcon-operator/blob/e1eebb97119d5007560226e1eda8bbefe4ac8a9d/internal/controller/falcon_image_analyzer/falconimage_controller.go#L259) for IAR to ensure that the the tolerations cause a reconciliation loop?...
Hi! I'd be down to implement this. I don't really see any issues with just adding a secretproviderclass and having users fill in the parameters while we define the secret...
Hi! We'll need to dive into this a bit to see if we can juggle around the weights and pre/post delete hooks. My only concern with using the same priorityclass...
Hi! Thanks for reaching out. Was this an in-place update of the FalconNodeSensor manifest when the tolerations were modified or a new deployment? Also, what cluster type are you deploying...
Hi! I'll get this in next release. Can you remove any KPA updates and the version/app bumps from the sensor please? KPA has been deprecated and we're removing them from...