Where do I store my access secret key for my kube-up sh to work

0 votes
I've created a kubernetes cluster on AWS using kops. I need to set my access/secret key values for the kube-up.sh setup and I'm not very sure about where to set it. I know its probably a very stupid doubt, but any help would be appreciated.

Thank you
Jan 4, 2019 in Kubernetes by Ali
• 11,360 points
417 views

1 answer to this question.

0 votes

Hey @ali, If you've already installed and configured AWS CLI, you literally don't have to worry about setting it up manually at a specific location. 

Execute the following command

aws configure

It'll prompt you to add your credentials and automatically gets saved ~/ .aws/credentials

Have a look at the official documentation for details

answered Jan 4, 2019 by Nik

Related Questions In Kubernetes

0 votes
1 answer

Where to set aws access/secret key for kube-up.sh

put following commands into a file xxxxx export ...READ MORE

answered Oct 29, 2018 in Kubernetes by Kalgi
• 52,360 points
720 views
0 votes
1 answer

How do I create a service account for my dashboard and get all the credentails

Run the following commands: This command will create ...READ MORE

answered Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
1,478 views
0 votes
1 answer
0 votes
1 answer

What all packages do i need to install to use kubernetes on my machine?

Install below packages on all of your ...READ MORE

answered Jul 11, 2019 in Kubernetes by Sirajul
• 59,230 points
668 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,360 points
933 views
0 votes
1 answer

Create LoadBalancer for kubernetes cluster in aws

Hello @Lina, If you're running your cluster on ...READ MORE

answered Oct 8, 2018 in Kubernetes by Kalgi
• 52,360 points
522 views
+1 vote
1 answer
0 votes
1 answer
0 votes
2 answers

How do I update all my pods if the image changed but the tag is the same? - Kubernetes

Make sure your imagePullPolicy is set to Always(this is the ...READ MORE

answered Aug 6, 2019 in Kubernetes by Sirajul
• 59,230 points
3,102 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