stackstorm-k8s icon indicating copy to clipboard operation
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

Results 67 stackstorm-k8s issues
Sort by recently updated
recently updated
newest added

when i'm trying to run st2web on openshift it requires root previelages in openshift which is not supported

I'm trying to deploy stackstorm-k8s into an environment that enforces resourcequota requiring limits to be defined to all containers and init containers. This environment does not provide a limit range...

help wanted
feature
K8s

Add more details, including command examples, to step 4 of [Releasing information](https://github.com/stackstorm/stackstorm-k8s/?tab=readme-ov-file#releasing-information) to follow for the next release. Links to the upstream documentation are nice, but, it'd be nicer to...

enhancement
help wanted
documentation

Continuing on from the theme in (https://github.com/StackStorm/stackstorm-k8s/pull/400) this PR is another attempt at improving the security hardening of StackStorm in `k8s`. By default - all inter-pod communication between pods within...

feature
security
size/L

In attempt to harden the security of running StackStorm within k8s, this PR makes it such that by default all containers run as a non-root user, generally `1000:1000` (the `stanley`...

feature
status:feedback needed
security
size/L

Instead of running `st2tests` as a `pod`, this runs it as a `job`. To ensure the job only runs once, and fails if a test fails, I've added: ``` restartPolicy:...

size/L

Some containers where missing the ability to specify an `imagePullPolicy`. This adds in those missing options, and matches the global `image`'s Pull Policy.

size/XS

As it says on the tin. Allows the use of go templating in the `st2.packs.configs` value when creating the Configs ConfigMap

feature
Helm
st2
size/XS

Useful when changing the mounted pack image, that removes previously installed packs. Normally the packs have been removed from disk, but are still registered in the Mongo database. This runs...

feature
status:under discussion
size/M