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

Hello, I would like to report an issue (I believe). After trying to delete the deployed helm chart, I can see that there are job pods remained. Here is an...

bug
help wanted
Helm
status:under discussion

This is merely a question that I have started to wonder. We should be able to let `st2runner` dynamically scale its pods during load. [`HorizontalPodAutoscaler`](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/) makes a lot of sense...

enhancement

![image](https://user-images.githubusercontent.com/22612182/154607790-0a2622bb-0cd6-4fc9-bb85-57137abc0b96.png) ![image](https://user-images.githubusercontent.com/22612182/154607945-1c4761de-c890-48bf-a38e-00c9a2a13e8f.png) ![image](https://user-images.githubusercontent.com/22612182/154607959-958cdaf6-d981-420c-8e77-c0c22bc2b6a1.png) Two PODS cannot be started and the Web interface cannot be accessed, but the console interface shows that the installation is successful ![image](https://user-images.githubusercontent.com/22612182/154608077-674810e9-9268-448d-8b73-0089c5b000bc.png) the error log in...

question

Several pods failed to start when the server was restarted. ``` [root@iZj6cd6w5lquaue689jii0Z ~]# microk8s.kubectl get podsNAME READY STATUS RESTARTS AGE stackstorm-job-st2-apikey-load-js2vt 0/1 Completed 0 27h stackstorm-job-st2-key-load-rwmnw 0/1 Completed 0 27h...

bug
help wanted
question

folks, I figured MongoDB standalone architecture handling is also required in configmaps_st2-conf.yaml template. At the moment Standalone or Replicate set both populate list of mondo-pb pod endpoints to config. https://github.com/StackStorm/stackstorm-ha/blob/master/templates/configmaps_st2-conf.yaml...

bug
help wanted
component:mongodb

Folks, I observed an issue with init jobs config (for deployments relay on mongodb), specifically when mongoDB set to run in standalone architecture. k8s do not create headless service for...

bug
help wanted
component:mongodb

We might need a operator to package, deploy and manage stackstorm-ha application Ref: https://operatorhub.io/operator/etcd https://commons.openshift.org/sig/operators.html

feature
K8s

Somewhat similar to https://github.com/StackStorm/st2/issues/4762#issuecomment-675059112, creating a diagram describing complex K8s infrastructure behind the default `stackstorm-ha` that helm deployment provides would be a nice addition. If anyone wants to play with...

help wanted
good first issue
feature
documentation

It might be useful to allow adding custom sidecars to our pods similar to how the prometheus chart does. The prometheus chart also allows templating of the sidecar values, which...

feature
K8s

In #131 we added image.repository. I'd also like to add an optional image.tag, while defaulting to Chart.AppVersion. However, before I make the PR, I am seeing that st2chatops and st2sensorcontainer...

enhancement