Skip to content

Commit bdefe7b

Browse files
authored
Update troubleshoot-collection.md (#5007)
add common issue
1 parent 069d705 commit bdefe7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/send-data/kubernetes/troubleshoot-collection.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,10 @@ Delete the pod forcefully by adding `--force --grace-period=0` to the `kubectl d
912912

913913
If you are running the out of the box rancher monitoring setup, you cannot run our Prometheus operator alongside it. The Rancher Prometheus Operator setup will actually kill and permanently terminate our Prometheus Operator instance and will prevent the metrics system from coming up. If you have the Rancher prometheus operator setup running, they will have to use the UI to disable it before they can install our collection process.
914914

915+
### unmarshal errors: field collector_selector not found in type config.Config
916+
917+
This typically points to a schema (CRD) that’s out of date. Ensure you have the correct CRDs applied in the cluster.
918+
915919
### Falco and Google Kubernetes Engine (GKE)
916920

917921
`Google Kubernetes Engine (GKE)` uses Container-Optimized OS (COS) as the default operating system for its worker node pools. COS is a security-enhanced operating system that limits access to certain parts of the underlying OS. Because of this security constraint, Falco cannot insert its kernel module to process events for system calls. However, COS provides the ability to use extended Berkeley Packet Filter (eBPF) to supply the stream of system calls to the Falco engine. eBPF is currently only supported on GKE and COS. For more information, see [Falco documentation](https://falco.org/docs/getting-started/third-party/#gke).

0 commit comments

Comments
 (0)