使用helm install --namespace openebs --name openebs stable/openebs --version 1.5.0 拉取镜像失败
先删除之前拉取的镜像:helm del --purge openebs
第一种方法.使用命令拉取 kubectl apply -f https://openebs.github.io/charts/openebs-operator.yaml
或者第二种方法 helm install --namespace openebs --name openebs stable/openebs
因为网络原因超时,再次拉取一次
Error from server: error when retrieving current configuration of:
Resource: “storage.k8s.io/v1, Resource=storageclasses”, GroupVersionKind: “storage.k8s.io/v1, Kind=StorageClass”
Name: “openebs-device”, Namespace: “”
Object: &{map[“apiVersion”:“storage.k8s.io/v1” “kind”:“StorageClass” “metadata”:map[“annotations”:map[“cas.openebs.io/config”:“#device type will create a PV by\n# issuing a BDC and will extract the path\n# values from the associated BD.\n- name: StorageType\n value: “device”\n” “kubectl.kubernetes.io/last-applied-configuration”:“” “openebs.io/cas-type”:“local”] “name”:“openebs-device”] “provisioner”:“openebs.io/local” “reclaimPolicy”:“Delete” “volumeBindingMode”:“WaitForFirstConsumer”]}
from server for: “https://openebs.github.io/charts/openebs-operator.yaml”: etcdserver: request timed out
查看pods
kubectl get pods --all-namespaces

371

被折叠的 条评论
为什么被折叠?



