проблема для развертывания гекетии в кубернетесе - PullRequest
0 голосов
/ 02 июля 2019

Я хочу развернуть модуль heketi в кластере kubernetes для доступа к новому кластеру glusterfs В 3 VMS Я создаю heketi ключ

    ssh-keygen -f /etc/heketi/heketi_key -m PEM -t rsa
    ssh-copy-id -i /etc/heketi/heketi_key.pub root@noeud1
    ssh-copy-id -i /etc/heketi/heketi_key.pub root@noeud2
    ssh-copy-id -i /etc/heketi/heketi_key.pub root@noeud3

./gk-deploy --yes -n glusterfs --ssh-keyfile /etc/heketi/heketi_key --ssh-user root --ssh-port 22 topology.json

у меня в kubernetes крушение гекетинских капсул с этим сообщением

Heketi v9.0.0
[cmdexec] ERROR 2019/07/02 14:40:50 
heketi/pkg/remoteexec/ssh/ssh.go:87:ssh.NewSshExecWithKeyFile: Unable to 
get keyfile: ssh: no key found
[cmdexec] ERROR 2019/07/02 14:40:50 
heketi/executors/sshexec/sshexec.go:126:sshexec.NewSshExecutor: Unable to 
read private key file
[heketi] ERROR 2019/07/02 14:40:50 
heketi/apps/glusterfs/app.go:158:glusterfs.(*App).setup: Unable to read 
private key file
ERROR: Unable to start application: Unable to read private key file
...