opensandbox-controller Helm Chart
Chart Version: 0.2.0
App Version: 0.2.0
Installation
直接从 GitHub Release 安装:
helm install opensandbox-controller \
https://github.com/alibaba/OpenSandbox/releases/download/helm/opensandbox-controller/0.2.0/opensandbox-controller-0.2.0.tgz \
--namespace opensandbox-system \
--create-namespace或者先下载后安装:
# 下载
wget https://github.com/alibaba/OpenSandbox/releases/download/helm/opensandbox-controller/0.2.0/opensandbox-controller-0.2.0.tgz
# 安装
helm install opensandbox-controller ./opensandbox-controller-0.2.0.tgz \
--namespace opensandbox-system \
--create-namespaceWhat's Changed
- Chart version: 0.2.0
- App version: 0.2.0