02.k8s集群部署openebs
这里需要用到pv存储,这里用的是本地存储local pv
组件版本
安装openebs
mkdir /data/local -pwget https://openebs.github.io/charts/openebs-operator.yaml
vim openebs-operator.yaml
查看部署情况

Last updated
这里需要用到pv存储,这里用的是本地存储local pv
mkdir /data/local -pwget https://openebs.github.io/charts/openebs-operator.yaml
vim openebs-operator.yaml

Last updated
kubectl apply -f openebs-operator.yamlkubectl get pods -n openebs -w