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
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...
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...
   Two PODS cannot be started and the Web interface cannot be accessed, but the console interface shows that the installation is successful  the error log in...
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...
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...
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...
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
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...
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...
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...