Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
eos-charts
Commits
41766321
Commit
41766321
authored
Dec 14, 2020
by
Enrico Bocchi
Browse files
Convenient script to deploy/kill the whole cluster
parent
33861de5
Changes
2
Hide whitespace changes
Inline
Side-by-side
install.sh
0 → 100755
View file @
41766321
#!/bin/bash
helm
install
eos-qdb qdb/
helm
install
eos-mq mq/
helm
install
eos-mgm mgm/
helm
install
eos-fst fst/
uninstall.sh
0 → 100755
View file @
41766321
#!/bin/bash
helm uninstall eos-qdb
helm uninstall eos-mq
helm uninstall eos-mgm
helm uninstall eos-fst
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment