You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, an agent always run as a DaemonSet. In cases when agent is used to collect logs from external sources this adds more pressure on source system while not adding a value.
It would be great if agent could also use other controller types such as Deployment or StatefulSet so that it would be possible to control number of agent replicas running in cluster.
The text was updated successfully, but these errors were encountered:
Check Releases to make sure your agent is on the latest version.
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the forked project rr404/oss-governance-bot repository.
@zekker6: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind bug
/kind documentation
/kind enhancement
Details
I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the forked project rr404/oss-governance-bot repository.
Currently, an agent always run as a
DaemonSet
. In cases when agent is used to collect logs from external sources this adds more pressure on source system while not adding a value.It would be great if agent could also use other controller types such as
Deployment
orStatefulSet
so that it would be possible to control number of agent replicas running in cluster.The text was updated successfully, but these errors were encountered: