You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Reverting back to non etcd-manager based etcd deployments worked fine and also running the commands on the host seems to work. Probably this is some issue with the systemd inside the container vs. the systemd on the host?
I had the exact same problem today. The problem goes away if you use the host's pid namespace when running the docker container. Initially I was running the container as:
$ docker run --privileged --net=host -v /:/rootfs kopeio/etcd-manager:3.0.20190930 <args>
where it exhibited the same error Failed to create bus connection: No data available
kopeio/etcd-manager:1.0.20180729
fails to mount etcd volumes withFailed to create bus connection: No data available
kops Version 1.10.0 (git-8b52ea6d1)
cluster.yml
one of the three masters:
The text was updated successfully, but these errors were encountered: