You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should I preinstall helm on all --masters and --nodes? can I build helm inside sealer image and execute it?
Relevant log output?
/bin/bash: helm: 未找到命令
2024-01-11 11:09:42 [ERROR] [root.go:75] sealer-v0.11.0: failed to execute command(export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin";cd /var/lib/sealer/data/my-cluster/rootfs && helm install nginx application/apps/nginx/) on host(10.3.8.157): error(exit status 127)
### What you expected to happen?
_No response_
### How to reproduce it (as minimally and precisely as possible)?
_No response_
### Anything else we need to know?
_No response_
### What is the version of Sealer you using?
{"gitVersion":"v0.11.0","gitCommit":"f07e804","buildDate":"2023-07-25 02:51:08","goVersion":"go1.17.13","compiler":"gc","platform":"linux/amd64"}
### What is your OS environment?
Anolis OS 8.8
### What is the Kernel version?
5.10.134-13.an8.x86_64
### Other environment you want to tell us?
- Cloud provider or hardware configuration:
- Install tools:
- Others:
The text was updated successfully, but these errors were encountered:
What happen?
here is my Kubefile
nginx is a helm chart, I build sealer image with this command
then I install kubernetes with this command
then install failed with "helm command not found"
should I preinstall helm on all --masters and --nodes? can I build helm inside sealer image and execute it?
Relevant log output?
The text was updated successfully, but these errors were encountered: