Error while setting up kubernetes

0 votes
I'm getting the following error while setting up kubernetes

[ERROR Service-Docker]: docker service is not active, please run 'systemctl start docker.service'

[ERROR FileContent--proc-sys-net-bridge-bridge-nf-call-iptables]: /proc/sys/net/bridge/bridge-nf-call-iptables does not exist

[ERROR FileContent--proc-sys-net-ipv4-ip_forward]: /proc/sys/net/ipv4/ip_forward contents are not set to 1
Sep 4, 2018 in Kubernetes by Hannah
• 18,570 points
16,211 views

3 answers to this question.

+1 vote

Try executing the following command and join the cluster again

systemctl start docker.service-

It worked for me

For further details, refer to the Kubernetes Course.

answered Sep 4, 2018 by Kalgi
• 52,360 points
+1 vote
echo '1' > /proc/sys/net/ipv4/ip_forward
answered Mar 10, 2019 by anonymous
+4 votes

echo "1" > /proc/sys/net/bridge/bridge-nf-call-iptables

answered May 16, 2019 by sivashankar
According to the error this file does not exist.
Its works for me
This action solved my issue.
please do upvote the answer, if it has helped.

Thank You :)
thanks it worked for me

Related Questions In Kubernetes

0 votes
3 answers

Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) while setting up kubernetes

Execute these three commands: sudo rm /var/lib/apt/lists/lock sudo rm ...READ MORE

answered Nov 27, 2018 in Kubernetes by Maverick
• 10,840 points
1,418 views
0 votes
1 answer

Error while creating kubernetes dashboard

The installation fails because there is no ...READ MORE

answered Aug 27, 2018 in Kubernetes by Kalgi
• 52,360 points
1,554 views
+2 votes
3 answers

Error while doing kubernetes-init command

The reason that it mentions the port ...READ MORE

answered Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
23,434 views
0 votes
1 answer

oci runtime error while running kubernetes on rancher cluster

You need to switch Docker to 1.12.x; ...READ MORE

answered Sep 6, 2018 in Kubernetes by Kalgi
• 52,360 points
932 views
0 votes
2 answers

Setting up Ingress (Kubernetes)

Also try creating the config maps for ...READ MORE

answered Sep 11, 2018 in Kubernetes by Hannah
• 18,570 points
865 views
+1 vote
1 answer
0 votes
3 answers

Error while joining cluster with node

Hi Kalgi after following above steps it ...READ MORE

answered Jan 17, 2019 in Others by anonymous
14,524 views
+4 votes
1 answer

Installing Web UI (Dashboard):kubernetes-dashboard on main Ubuntu 16.04.6 LTS (Xenial Xerus) server

Follow these steps: $ kubeadm reset $ kubeadm init ...READ MORE

answered Apr 12, 2019 in Kubernetes by Kalgi
• 52,360 points

reshown Apr 12, 2019 by Kalgi 5,977 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP