File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -542,7 +542,11 @@ spec:
542
542
543
543
function __handle_error__(){
544
544
cat <<- 'FAIL'
545
- ERROR: The volumes defined in st2.packs.volumes must use ReadWriteMany (RWX) access mode
545
+ ERROR: One or more volumes in st2.packs.volumes (from helm values) does not meet
546
+ StackStorm's shared volumes requirements!
547
+ see: https://github.com/StackStorm/stackstorm-k8s#method-2-shared-volumes
548
+
549
+ HINT: The volumes defined in st2.packs.volumes must use ReadWriteMany (RWX) access mode
546
550
so StackStorm can dynamically install packs from any of the st2actionrunner pods
547
551
and have those file changes available in all of the other StackStorm pods.
548
552
see: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes
You can’t perform that action at this time.
0 commit comments