Is the Lacework cluster agent safe on Kubernetes 1.29 with removed APIs
G@guest
After upgrading to Kubernetes 1.29, the Lacework agent logs show it querying APIs that were removed in 1.29, like the flowcontrol v1beta2 resources. The worry is the agent will break against the removed APIs.
G@guest
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 to reflect supported versions.