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
2,156 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,520 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,350 points
4,108 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,060 points
4,399 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
15,475 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,350 points
1,396 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,520 points
963 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