falcosecurity / charts

Community managed Helm charts for running Falco with Kubernetes
Apache License 2.0
243 stars 288 forks source link

Pod of the falco-exporter DamonSet won't be scheduled in Kuberenetes 1.28 cluster control-plane node. #579

Closed lir2002 closed 9 months ago

lir2002 commented 11 months ago

Default tolerations won't let pod be scheduled in control-plane in Kubernetes 1.28 cluster. https://github.com/falcosecurity/charts/blame/ae533043238b778b3f7ff178eb1a46ecab54b7cf/charts/falco-exporter/values.yaml#L117 Suggest add a toleration:

- effect: NoSchedule
  key: node-role.kubernetes.io/control-plane
alacuku commented 9 months ago

/close

poiana commented 9 months ago

@alacuku: Closing this issue.

In response to [this](https://github.com/falcosecurity/charts/issues/579#issuecomment-1929769201): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.