Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 625 Bytes

locr.md

File metadata and controls

31 lines (20 loc) · 625 Bytes

locr

使用 helm 安装

必须安装 Helm 才能使用 charts。请参考 Helm 文档 开始使用。

确保 Helm 已正确设置,并且可以访问到 Kubernetes 集群。

1、添加 ketches charts 仓库

helm repo add ketches https://ketches.github.io/helm-charts

2、如果之前已经添加过了,那么你可能需要检索包的最新版本

helm repo update

3、安装 locr chart

helm install locr ketches/locr -n ketches-system --create-namespace

4、卸载 locr chart

helm uninstall locr -n ketches-system