openebs / lvm-localpv

Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend LVM2 data storage stack.
Apache License 2.0
235 stars 92 forks source link

installation failure of the latest lvm-operator.yaml #251

Closed cnut closed 11 months ago

cnut commented 11 months ago

What steps did you take and what happened:

kubectl apply -f https://openebs.github.io/charts/lvm-operator.yaml

when I used the command above to install lvm-localpv, I encountered installation failure.

kubectl describe pod openebs-lvm-node-rh5gd -n kube-system
...
  Normal   Pulling    14s   kubelet            Pulling image "openebs/lvm-driver1.2.0"
  Warning  Failed     12s   kubelet            Failed to pull image "openebs/lvm-driver1.2.0": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/openebs/lvm-driver1.2.0:latest": failed to resolve reference "docker.io/openebs/lvm-driver1.2.0:latest": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
...

it seems there is a typo for image: openebs/lvm-driver1.2.0, I changed it to openebs/lvm-driver:1.2.0, this problem will be fixed.

What did you expect to happen: after executing kubectl apply -f https://openebs.github.io/charts/lvm-operator.yaml, the lvm-localpv is installed successfully.

abhilashshetty04 commented 11 months ago

@cnut , Thanks for reporting it. Its a known issue. We will fix this.

Abhinandan-Purkait commented 11 months ago

This has been fixed.