gluster / gluster-kubernetes

GlusterFS Native Storage Service for Kubernetes
Apache License 2.0
874 stars 390 forks source link

Installation halt on heketi-storage-copy-job #614

Open kmmndr opened 4 years ago

kmmndr commented 4 years ago

Issue

The installation script gk-deploy is waiting for a job heketi-storage-copy-job which never complete. The job seems to be missing a mount point heketi-storage (see full logs below).

$ ./gk-deploy --deploy-gluster --yes --verbose --admin-key 12345678901234567890123456789012 --user-key 09876543210987654321098765432109
...
Error waiting for job 'heketi-storage-copy-job' to complete.

Environment

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.2", GitCommit:"f6278300bebbb750328ac16ee6dd3aa7d3549568", GitTreeState:"archive", BuildDate:"2019-08-29T18:43:18Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.4-k3s.1", GitCommit:"a7531b1ab3fd5ff987b074472ddfb84a2f5326bc", GitTreeState:"clean", BuildDate:"2019-09-19T22:36Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}
$ git rev-parse HEAD
7246eb4053c8c5336e4da68d86b76124d435eb3e

Logs