helmchart icon indicating copy to clipboard operation
helmchart copied to clipboard

Helm chart for kubernetes deployments

Results 15 helmchart issues
Sort by recently updated
recently updated
newest added

Replacing if/else branch in templates with the ternary function in values.

On a k8s cluster with public worker node, the child daemonset will be available publicly on port 19999, since it runs with `hostNetwork: true` From the Securing Netdata pages, and...

We’re trying to configure parent.configs with different user configuration files for a subset of nodes, to achieve partial rollout of a change in alarm notification settings; we have a big...

Netdata needed to be removed due to consuming ALL available file descriptors (mildly entertaining that this isn't a monitored metric in netdata, that I could find). From `lsof` it appears...

Since a good deal of netdata's value is in keeping its' footprint as small as possible, and instances are stateless, adding default limits for child pods seem to make sense....