opensandbox Helm Chart(all-in-one)
The OpenSandbox Helm Chart (all-in-one) will install both the controller and server components.
Chart Version: 0.1.0
App Version: 0.1.0
Installation
直接从 GitHub Release 安装:
helm install opensandbox \
https://github.com/alibaba/OpenSandbox/releases/download/helm/opensandbox/0.1.0/opensandbox-0.1.0.tgz \
--namespace opensandbox-system \
--create-namespace或者先下载后安装:
# 下载
wget https://github.com/alibaba/OpenSandbox/releases/download/helm/opensandbox/0.1.0/opensandbox-0.1.0.tgz
# 安装
helm install opensandbox ./opensandbox-0.1.0.tgz \
--namespace opensandbox-system \
--create-namespaceNote: This is an all-in-one chart that bundles controller and server. The packaged chart already includes all dependencies, no need to run helm dependency build when installing from release.
What's Changed
- Chart version: 0.1.0
- App version: 0.1.0