-
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
Getting the unreachable Host for the kubenode01 #242
Comments
Hi, First, I moved the issue to the wire-server-deploy repo, since it is related to deploying wire, instead of the server code itself. I guess we need some clarification on your set up first, because some of the given information are contradictory. You want to install wire with docker-compose on top of Kubernetes? To me, this seems to be odd. Kubernetes and Docker-Compose essentially do the same: manage containers. So, you go with either one or the other. We don't have any code, that helps you with the Docker-Compose approach, but we do provide Helm charts, that can be used to install wire on Kubernetes (see docs. The error that is shown in the screen shot, indicates (A) a connection error. So, the environment from which you run Furthermore, your description is missing some of the questions in the template. So, we would kindly ask you to add them. |
Thank you for your response.
I really appreciate your valuable time.
…On Mon, Apr 27, 2020 at 5:21 PM Lucendio ***@***.***> wrote:
Hi,
First, I moved the issue to the wire-server-deploy repo, since it is
related to deploying wire, instead of the server code itself.
I guess we need some clarification on your set up first, because some of
the given information are contradictory.
You want to install wire with docker-compose on top of Kubernetes? To me,
this seems to be odd. Kubernetes and Docker-Compose essentially do the
same: manage containers. So, you go with either one or the other. We don't
have any code, that helps you with the Docker-Compose approach, but we do
provide Helm charts
<https://github.com/wireapp/wire-server-deploy/tree/master/charts>, that
can be used to install wire on Kubernetes (see docs
<https://docs.wire.com/how-to/install/helm.html#helm>.
The error that is shown in the screen shot, indicates (A) a connection
error. So, the environment from which you run ansible-playbook cannot
connect to the machine on which you try to bootstrap Kubernetes. And (b),
it indicates that the step you are currently stuck in, is related to
Kubespray <https://github.com/kubernetes-sigs/kubespray>, which is a
3rd-party software (set of Ansible playbooks and roles) to bootstrap
Kubernetes. This merely prepares an environment to then install wire on top
of it. If you already have a Kubernetes running, I would suggest to
continue with preparing the Helm rollout
<https://docs.wire.com/how-to/install/helm.html>.
Furthermore, your description is missing some of the questions in the
template. So, we would kindly ask you to add them.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#242 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOMHDQI3AD26N53ZRWLUCLROVWUPANCNFSM4MR3H23A>
.
|
@hardikbeladiya In case your issue has been resolved, we'd like to ask you closing it. Otherwise, please follow up on this in order to continue the conversation. Thank you. |
My question: I followed the Step in the Documentation which is provided and I want to install the server offline using Docker Container and kubernetes but when I run this step
poetry run ansible-playbook -i hosts.ini kubernetes.yml -vv
I get the Error for the same.Context:
How did you install wire-server?
How many servers are involved => 1 Server that is the Docker installed in my system along with the kubernete
What is installed on which servers? => Docker and kubernetes
Provide details about networking
How did you configure wire-server?
The text was updated successfully, but these errors were encountered: