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
In a heterogeneous Kubernetes environment, one may want to have different Tetragon configurations (e.g., different tetragon.extraArgs Helm parameter for different node sizes) for different node groups. The current Helm chart can only be installed once as it creates several Kubernetes resources such as cluster roles based on "Charts.Name".
Describe the feature you would like
One should be able to install the Tetragon Helm chart multiple times within the same cluster. By utilizing nodeSelectors, tolerations, and affinity, users can establish mutually exclusive groups of Kubernetes nodes. This enables multiple deployments of Tetragon to encompass all relevant nodes in the cluster
Is there an existing issue for this?
Is your feature request related to a problem?
In a heterogeneous Kubernetes environment, one may want to have different Tetragon configurations (e.g., different
tetragon.extraArgs
Helm parameter for different node sizes) for different node groups. The current Helm chart can only be installed once as it creates several Kubernetes resources such as cluster roles based on "Charts.Name".Describe the feature you would like
One should be able to install the Tetragon Helm chart multiple times within the same cluster. By utilizing
nodeSelectors
,tolerations
, andaffinity
, users can establish mutually exclusive groups of Kubernetes nodes. This enables multiple deployments of Tetragon to encompass all relevant nodes in the clusterDescribe your proposed solution
#1400 describes a potential fix.
Code of Conduct
The text was updated successfully, but these errors were encountered: