gluster / gluster-kubernetes

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

Update README for "Heketi Admin and User Keys required" error #608

Open ChanderG opened 4 years ago

ChanderG commented 4 years ago

Is easily resolved by updating the command:

./gk-deploy -g --admin-key <key> --user-key <key>

The README instructions should be updated.

Mythobeast commented 4 years ago

Which keys are these? Is this the file name of an id-rsa file? Is this the resource name for a kubernetes Secret? Is this some random string that will be used as a password?

ChanderG commented 4 years ago

From what I recall, random strings to be used as passwords.

letavia commented 4 years ago

I tried with random strings it didt work. And if I looked at the gk-deploy script, user key is not mandatory. Can you shed a light here?

Edited: I used 'admin' as the admin key (not sure if this is considered random) and ignored user key. It worked!!

mart3051 commented 4 years ago

Facing the same issue I tried 'admin' as admin key also it did not work. any help is greatly appreciated

onedr0p commented 4 years ago

@mart3051

./gk-deploy -g --admin-key admin --user-key user

worked for me