Skip to content
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

Open
1 task done
hardikbeladiya opened this issue Apr 22, 2020 · 3 comments
Open
1 task done

Getting the unreachable Host for the kubenode01 #242

hardikbeladiya opened this issue Apr 22, 2020 · 3 comments

Comments

@hardikbeladiya
Copy link

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:

Please provide sufficent context about your problem:

How did you install wire-server?

On kubernetes With docker-compose

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

E.g Server A has component X and server B has component Y

Provide details about networking

We don't need to know any specific IP address, but it helps if you provide information whether an IP is ipv4 or ipv6, whether is is publicly reachable from the global internet or not, and if you installed any component of wire-server, which network interfaces are processes listening on?

How did you configure wire-server?

Note: only the configuration from helm charts in wire-server-deploy is what we support, like these defaults applied here in the case of brig. If you have used other configuration files, please post them (or the relevant parts of them).
Did you use the helm charts from wire-server-deploy?
Did you use and adapt configuration files from wire-server? If so, which ones?
Are there any overrides?

Screenshot 2020-04-22 at 7 51 19 PM

@lucendio lucendio transferred this issue from wireapp/wire-server Apr 27, 2020
@lucendio
Copy link
Contributor

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 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, 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.

Furthermore, your description is missing some of the questions in the template. So, we would kindly ask you to add them.

@hardikbeladiya
Copy link
Author

hardikbeladiya commented Apr 27, 2020 via email

@lucendio
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants