-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackStorm-ha chart doesn't remove old initContainers for packs #260
Labels
Comments
Workaround: Delete the deployments for the affected pods (not just the pods themselves) and re-run the helm chart. This should not destroy any state stored in Mongo or Redis or RabbitMQ |
This belongs to https://github.com/stackStorm/stackstorm-ha project and repository. Transferred there from stackstorm/st2. |
Still happens. |
We found using ArgoCD to manage worked around this issue.
Hope this helps
…On Sun, May 8, 2022, 7:43 AM alexander-pwatcher ***@***.***> wrote:
Still happens.
—
Reply to this email directly, view it on GitHub
<#260 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPWAWTKWAVVVWSLJ2CWNADVI6ZIXANCNFSM5GTMHT3Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
We have a deployment in k8s (GKE) using stackstorm-ha, with some minor custom modifications.
As we deploy the helm chart with different versions of our custom pack as a container Helm keeps on adding new initContainers but not removing the old ones.
Each run of the helm chart with an updated custom pack adds an init container
STACKSTORM VERSION
Paste the output of
st2 --version
: st2 3.5.0, on Python 3.6.9OS, environment, install method
Kubernetes, GCP, slightly modified stackstorm-ha helm chart. Modifications are mostly JWT login support for GCP IAP
Steps to reproduce the problem
Expected Results
A single initContainer for the new version replacing the old version of the custom pack
Actual Results
Duplicate initContainer blocks in the deployment
Making sure to follow these steps will guarantee the quickest resolution possible.
Thanks!
The text was updated successfully, but these errors were encountered: