-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Pack installation #175
Comments
Just curious...do you have NFS share where the pack is being attempted to be installed? because the only other way is to be done via docker image to my knowledge. |
I have a Ceph Shared Filesystem in the paths |
Yeah, In your specific case, the error is different:
Some packs might need additional OS-level dependencies for building the virtualenv/requirements. Looks like you need Hope that helps. |
@armab That was on point. I installed the gcc package on the action runner containers and it got me past that point on the pack installation. But it could not finish, the packs.load action failed:
This seems more a problem with the pack being out of date with my stackstorm installation. Is it possible for me to six it mannualy? Editing the action file causing the error:
Changing the runner type would fix it? If so, how do I get my correct runner type? |
Looks like you're using some very old K8s pack version. |
@armab Using the github repo url instead of the pack name the installation worked. Thank you for your help! |
Thanks for reporting. What you're saying signalizes that StackStorm Exchange index is unsync with the latest release for the K8s pack. |
I was able to install the slack package in my stackstorm-ha.
This contradicts the documentation that says:
In distributed environment of the Kubernetes cluster st2 pack install won’t work.
It is not detailed why it should no work. Is it because the paths
/opt/stackstorm/{packs,virtualenvs}
are not a shared volume between all deployments? That was my thinking so I created volumes for/opt/stackstorm/packs
and/opt/stackstorm/virtualenvs
.But I'm not able to install the
kubernetes
pack. Is it the expected behavior? Install one pack but not another?The logs from the packs installation:
slack
:kubernetes
:The error
unable to execute 'x86_64-linux-gnu-gcc': No such file or directory
just seems like there is a dependency necessary to install the pack missing.Version:
The text was updated successfully, but these errors were encountered: