Replies: 2 comments
-
If this may help you . |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where should your application package be installed, and whether you use PVC or NFS to store the package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I’m currently running StackStorm on microk8s and have been following the setup instructions from the official documentation. However, I’ve been encountering an issue when trying to install packs, specifically the ‘rabbitmq’ pack.
The command I’ve been using to install the pack is kubectl exec -it stackstorm-ha-1715676993-st2client-7595ccbd6-hnk89 --namespace default -- st2 pack install rabbitmq. However, during the installation process, I’ve been receiving errors. These errors seem to occur at different stages - sometimes at the ‘install_pack_requirements’ stage, and other times at the ‘register_pack’ stage.
I’ve checked the directory /opt/stackstorm/packs and it exists and is writable. Despite this, the pack installations are failing. This issue isn’t limited to the ‘rabbitmq’ pack - I’ve tried with other packs and encountered the same problem.
I’ve also attempted to install the packs directly through the web interface, but unfortunately, I’ve encountered similar errors there as well.
I would appreciate any guidance or suggestions on what might be causing this issue and how to resolve it.
1 case with install_pack_requirements:
2 case: with register_pack:
with web interface:
Output status pods:
Beta Was this translation helpful? Give feedback.
All reactions