organization · inferred from evidence
Lacework
Organization maintaining the helm-charts repository referenced in the issue.
- Lacework helm chart 5.6.0 requires values documented as optional
This was a chart bug. The maintainers put up a fix removing those fields from the required list in the schema, shipped in the following chart release. Upgrade the chart past 5.6.0. Source: https://github.com/lacework/helm-charts/issues/79
- Deprecated flowcontrol API warning still appears on newer Lacework agent versions
The warning is wrong on newer clusters. The agent samples the API where it exists and ignores it where it does not, so the deprecation warning on 1.29+ is a false positive from API discovery. The reporter accepted this explanation. Source:
- Is the Lacework cluster agent safe on Kubernetes 1.29 with removed APIs
It is safe to upgrade. The agent discovers and queries whatever APIs exist on the cluster, so it will not call removed APIs on 1.29. The warnings are a heuristic from API discovery, not actual use of removed APIs. The docs were also updated