gluster-kubernetes icon indicating copy to clipboard operation
gluster-kubernetes copied to clipboard

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

Open ChanderG opened this issue 5 years ago • 5 comments

Is easily resolved by updating the command:

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

The README instructions should be updated.

ChanderG avatar Aug 12 '19 06:08 ChanderG

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?

Mythobeast avatar Sep 13 '19 19:09 Mythobeast

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

ChanderG avatar Sep 14 '19 10:09 ChanderG

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!!

letavia avatar Sep 27 '19 15:09 letavia

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

mart3051 avatar Nov 19 '19 15:11 mart3051

@mart3051

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

worked for me

onedr0p avatar Nov 19 '19 16:11 onedr0p