Hrvoje Basic
Hrvoje Basic
/kind feature **Describe the solution you'd like** Option to specify multiple compute clusters per zone. Currently when you create vsphere failure domain you can specify only single compute cluster in...
/kind bug **What steps did you take and what happened:** Deployed private cluster using a BYO (Bring Your Own) VNet which caused problems with the deletion of route tables and...
**What this PR does / why we need it**: Introduces a new flag that allows users to set a `memoryReservationLockedToMax` at VSphereMachineTemplate level. **Which issue(s) this PR fixes**: Fixes #2468
I've tested the deployment without cluster-wide permissions, and it looks good. I would like to avoid creating a ClusterRole for this deployment since the ServiceAccount `falcon-shra-executor` doesn't need permissions to...
Hi, during the falcon-self-hosted-registry-assessment deployment, when I'm using an existing secret for the registry, I'm getting an error: ``` time=2025-02-25T12:24:25.358701Z name=registryassessmentexecutor.sqlite level=Info legacy_level=[INFO] caller=sqlite/sqlite.go:79 msg="running migrations" time=2025-02-25T12:24:25.360957Z name=registryassessmentexecutor.sqlite level=Info legacy_level=[INFO]...
The Helm chart for falcon-self-hosted-registry-assessment is using cluster-wide permissions to read secrets:: https://github.com/CrowdStrike/falcon-helm/blob/main/helm-charts/falcon-self-hosted-registry-assessment/templates/executor-cluster-role.yaml. If my understanding is correct, this service pulls images from a private Artifactory and performs assessments. Why...