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

ERROR: Unable to access datastore to query node configuration<calico-node:v2.6.2> #22

Open
chengyumiao opened this issue May 22, 2019 · 2 comments

Comments

@chengyumiao
Copy link

May 22 17:56:32 10-23-28-27 docker[17909]: ERROR: Unable to access datastore to query node configuration
May 22 17:56:32 10-23-28-27 docker[17909]: Terminating
May 22 17:56:32 10-23-28-27 docker[17909]: Calico node failed to start
May 22 17:56:32 10-23-28-27 systemd[1]: kube-calico.service: Main process exited, code=exited, status=1/FAILURE
May 22 17:56:32 10-23-28-27 docker[18004]: calico-node
May 22 17:56:32 10-23-28-27 systemd[1]: kube-calico.service: Unit entered failed state.
May 22 17:56:32 10-23-28-27 systemd[1]: kube-calico.service: Failed with result 'exit-code'.
May 22 17:56:42 10-23-28-27 systemd[1]: kube-calico.service: Service hold-off time over, scheduling restart.
May 22 17:56:42 10-23-28-27 systemd[1]: Stopped calico node.

@chengyumiao
Copy link
Author

solution:

将协议加上去

ExecStart=/usr/bin/docker run --net=host --privileged --name=calico-node
-e ETCD_ENDPOINTS=http://10.23.81.12:2379 \

@SkyBadBoy
Copy link

solution:

将协议加上去

ExecStart=/usr/bin/docker run --net=host --privileged --name=calico-node
-e ETCD_ENDPOINTS=http://10.23.81.12:2379 \

你好协议怎么加

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