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

Issue with /docs/getting-started-guides/centos/centos_manual_config/ #1563

Closed
1 task
xavinux opened this issue Oct 26, 2016 · 1 comment
Closed
1 task
Assignees

Comments

@xavinux
Copy link

xavinux commented Oct 26, 2016

This is a...

  • Feature Request
  • [x ] Bug Report

Problem:
In the CentOS guide for Kubernetes installation for etcd to be configure it says this:

  • Configure ETCD to hold the network overlay configuration on master: Warning This network must be unused in your network infrastructure! 172.30.0.0/16 is free in our network.

$ etcdctl mkdir /kube-centos/network

But running the above command will show:

$ etcdctl mkdir /kube-centos/network
Error: client: etcd cluster is unavailable or misconfigured
error #0: dial tcp 127.0.0.1:2379: getsockopt: connection refused
error #1: dial tcp 127.0.0.1:4001: getsockopt: connection refused

Proposed Solution:
First etcd should be start to avoid the error by excuting:

$ systemctl start etcd

Page to Update:
http://kubernetes.io/docs/getting-started-guides/centos/centos_manual_config/

version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.0"

@a-mccarthy
Copy link
Contributor

fixed by #1641 to include instructions to start etcd before configuring

@a-mccarthy a-mccarthy removed their assignment Jan 12, 2017
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

3 participants