We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Helm chart doesn't seem specify preStop script to lifecycle hook, should reference /usr/share/cassandra/scripts/postStart.sh somehow, but instead just calls nodetool drain: https://github.com/strapdata/helm-charts/blob/master/charts/elassandra/templates/statefulset.yaml#L166
nodetool drain
May be handled somewhere else but my script doesn't seem to run on stop...
(Edit) Not sure that postStart is called either...
The text was updated successfully, but these errors were encountered:
If JMX authentication is enabled, the preStop script failed. PR is welcome to improve this.
Sorry, something went wrong.
No branches or pull requests
Helm chart doesn't seem specify preStop script to lifecycle hook, should reference /usr/share/cassandra/scripts/postStart.sh somehow, but instead just calls
nodetool drain
: https://github.com/strapdata/helm-charts/blob/master/charts/elassandra/templates/statefulset.yaml#L166May be handled somewhere else but my script doesn't seem to run on stop...
(Edit)
Not sure that postStart is called either...
The text was updated successfully, but these errors were encountered: