CauchyK零SK壹S
- 已编辑
- 准备openshift
- 部署helm2 (暂不支持helm3)
可参考:https://devopscube.com/install-configure-helm-kubernetes/ - 由于openshift默认不允许在pod中使用root,因此需要规避掉该限制,可执行以下命令
oc adm policy add-scc-to-group anyuid system:authenticated
- 部署kubephere
kubectl apply -f https://raw.githubusercontent.com/kubesphere/ks-installer/master/kubesphere-minimal.yaml