CrowdStrike / falcon-operator

https://artifacthub.io/packages/olm/falcon-operator/falcon-operator
Apache License 2.0
43 stars 33 forks source link

Operation v1.0.0 - FalconNodeSensor - registry returned invalid tag #547

Closed coolhome closed 3 weeks ago

coolhome commented 4 weeks ago
2024-06-04T19:44:53Z ERROR Reconciler error {"controller": "falconnodesensor", "controllerGroup": "falcon.crowdstrike.com", "controllerKind": "FalconNodeSensor", "FalconNodeSensor": {"name":"falcon-node-sensor"}, "namespace": "", "name": "falcon-node-sensor", "reconcileID": "c2349264-9053-4d62-8671-4b6a02ead0f9", "error": "Error listing repository (//registry.crowdstrike.com/falcon-sensor/us-1/release/falcon-sensor:latest) tags: registry returned invalid tag \"sha256:6fd0ec36b999602ffa3921ad0afef05eb4f256525ea9f6a73b2280099dfe2b4b\": invalid tag format"}

Using the sample config.

redhatrises commented 4 weeks ago

Hello,

Thanks for reporting this. Can you provide your k8s environment as well as method of installation?

coolhome commented 4 weeks ago

@redhatrises -

Provider: Azure AKS Kubernetes Version: 1.28.9 Node Image Version: AKSCBLMariner-V2gen2-202405.03.0 (Azure Linux)

Installed using kubectl following these steps:

  1. https://github.com/CrowdStrike/falcon-operator/blob/main/docs/deployment/azure/README.md#installing-the-falcon-operator
  2. https://github.com/CrowdStrike/falcon-operator/blob/main/docs/deployment/azure/README.md#deploying-the-falcon-node-sensor - Replaced $.spec.falcon_api.client_id/$.spec.falcon_api.client_secret, $.spec.falcon_api.cloud_region with my previous operator version

There was no issue deploying FalconContainer and FalconAdmission using 1.0.0 operator using the Client ID/Secret method.