helm icon indicating copy to clipboard operation
helm copied to clipboard

Helm chart for deploy Gremlin client

Results 18 helm issues
Sort by recently updated
recently updated
newest added

## Background * Gremlin currently allows a host shutdown in two different ways: using a `/proc/sysrq-trigger`, and issuing a shutdown from the host's `PID` namespace. Only the latter [is documented](https://www.gremlin.com/docs/fault-injection-experiments-shutdown),...

**We would like to be able to provide these annotations.** 🔈 In our lower environments we have spot nodes with spotless. The spot nodes apps/deployments are candidates for eviction (Preempted)....

## Background * The following drivers are replacements for these runc drivers: `containerd-linux`, `crio-linux`, `docker-linux` * These drivers have been released and default for about four months now, and we...

collect_processes has been removed from the agent, so removing from the helm chart as well

## Background Add permissions so that Argo rollouts can be targeted (agent changes are still needed). ## Changes Added RBAC rules for `argoproj.io` API group to allow `get`, `list`, and...

The chao agent can accept an argument to limit the targeting of namespaces watched and uploaded. This change exposes that argument more easily in the helm chart. ``` helm template...

**Background** We typically attempt to generate a stable clientId based on gremlin namespace creation time. For some customers this is not sustainable and they want to set this explicitly

This capability was required for Gremlin versions older than 2.18.2, because our `runc` drivers would run sidecars with a "capabilities-add" request that was unaccompanied by a "drop-all" request and `CAP_NET_RAW`...