文档工具化 Ops 工具

1. 什么是文档工具化

5.1 安装

  • 安装 Helm
1
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
  • 添加 Helm 仓库
1
helm repo add ops https://www.chenshaowen.com/ops/charts
  • 安装 ops-controller
1
helm install myops ops/ops --version 1.0.0 --namespace ops-system --create-namespace
  • 查看安装结果
1
kubectl get pods -n ops-system