Error saying the program curl is currently not installed

0 votes

I'm setting up a kubernetes cluster on my virtual machines. It consists of one master and two nodes. I'm following this blog.

I end up with an error when I execute this command:

curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -

error:
the program 'curl' is currently not installed
Nov 23, 2018 in Kubernetes by Ali
• 11,360 points
1,570 views

1 answer to this question.

0 votes

Install curl using this command:

apt-get update && apt-get install -y apt-transport-https curl
answered Nov 23, 2018 by Hannah
• 18,570 points

Related Questions In Kubernetes

0 votes
1 answer

Error saying "The specified bucket does not exist" in kubernetes

Bucket is created in another region. Looks like ...READ MORE

answered Aug 31, 2018 in Kubernetes by Kalgi
• 52,360 points
3,769 views
0 votes
2 answers

Error saying “Error from server (NotFound): the server could not find the requested resource”

official Documentation says: A client should be skewed ...READ MORE

answered Sep 19, 2018 in Kubernetes by Nilesh
• 7,050 points
4,046 views
0 votes
1 answer
+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,525 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,978 views
0 votes
1 answer

Error saying Ports in use when initializing the cluster

You get this error because there already ...READ MORE

answered Nov 23, 2018 in Kubernetes by Hannah
• 18,570 points
703 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