Skip to main content

在线安装

Helm

helm repo add supinsight https://charts.supinsight.example.com
helm install supinsight supinsight/supinsight \
--namespace supinsight-system --create-namespace

验证

kubectl -n supinsight-system get pods

:::note TODO

Chart 名、values、Ingress 域名规则、默认账号密码需要补齐。

:::