-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: Local testing setup #332
Comments
The sequence of steps to reproduce: For verification I do this:
This results in that I get into the container. 2. Preparation steps described in "Option 2" here: https://docs.wire.com/how-to/install/kubernetes.html File hosts.ini is modified to also contain port number 2222 for SSH.
3. Inside of the "deployment" container I do this:
This works about 30 seconds and results in errors like this:
Does it mean that parallel jobs overlap? Does it mean I can't deploy to a single machine? |
Today I was trying to build and run wire-server on my local machine.
I walked through this guide: https://docs.wire.com/how-to/install/kubernetes.html
Option 2 was my choice. I created a "target" container for deployment with root password-less SSH-access.
It looks that the guide assumes the single target machine. But I couldn't pass this step (ran from inside of the docker container with all dependencies):
The "target" container is
debian-slim
(I triedalpine
as well, but apparently it is not supported).The SSH-access is not a problem, I verified it. The errors are weird and change sometime.
Either lock of dpkg, or complaining that it is impossible to gain root privileges (with root SSH-login!).
It feels for me like simultaneous Ansible jobs are conflicting with each other.
Is single-node deployment really supported?
The text was updated successfully, but these errors were encountered: