stackstorm-k8s
stackstorm-k8s copied to clipboard
K8s Helm Chart that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
The primary upstream for `helm-unittest` has moved from `quintush/helm-unittest` to `helm-unittest/helm-unittest`. So, we need to update these lines to refer to the helm-unittest org: https://github.com/StackStorm/stackstorm-k8s/blob/ef1ed634521cc17c2e907f56349b93f17ceae440/tests/README.md?plain=1#L7 https://github.com/StackStorm/stackstorm-k8s/blob/ef1ed634521cc17c2e907f56349b93f17ceae440/tests/README.md?plain=1#L14 https://github.com/StackStorm/stackstorm-k8s/blob/ef1ed634521cc17c2e907f56349b93f17ceae440/tests/README.md?plain=1#L25 https://github.com/StackStorm/stackstorm-k8s/blob/ef1ed634521cc17c2e907f56349b93f17ceae440/.github/workflows/unit.yaml#L38 And then...
how does the st2actionrunner know what ip and port the redis server is running on? I would expect some sort of environment variable passed into the action runner container but...
Adds a conditional to skip adding the preStop sleep (added in #382) for clusters that do not use kubelet. My cluster, for example, uses the Calico eBPF-based dataplane, so it...
I've noticed that in our CI runs, the `k3s`/`minikube` deployment steps are randomly failing as the 3rd `pod` in the `mongo` `statefulset` is randomly crash looping. On the `k3s` E2E...
https://github.com/StackStorm/st2/discussions/6198 I have this problem there
Is there a way to set the version of a pack as a git tag, rather than hard-coding it in `pack.yaml`? If not, consider it a feature request.