opensandbox-controller Helm Chart
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-controller/0.1.0/opensandbox-controller-0.1.0.tgz \
--namespace opensandbox-system \
--create-namespace或者先下载后安装:
# 下载
wget https://github.com/alibaba/OpenSandbox/releases/download/helm/opensandbox-controller/0.1.0/opensandbox-controller-0.1.0.tgz
# 安装
helm install opensandbox ./opensandbox-controller-0.1.0.tgz \
--namespace opensandbox-system \
--create-namespaceWhat's Changed
- Chart version: 0.1.0
- App version: 0.1.0
- image: sandbox-registry.cn-zhangjiakou.cr.aliyuncs.com/opensandbox/controller:v0.1.0