Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

I've downloaded Kubernetes 1.1.8.

I got the following error

And got the following error:

kubernetes-1.1.8 > ./kubernetes/cluster/kube-up.sh 

... Starting cluster using provider: aws

... calling verify-prereqs

... calling kube-up

Starting cluster using os distro: vivid

Uploading to Amazon S3

Creating kubernetes-staging-0eaf81fbc51209dd47c13b6d8b424149

make_bucket: s3://kubernetes-staging-0eaf81fbc51209dd47c13b6d8b424149/

A client error (NoSuchBucket) occurred when calling the GetBucketLocation operation: The specified bucket does not exist

+++ Staging server tars to S3 Storage: kubernetes-staging-0eaf81fbc51209dd47c13b6d8b424149/devel

usage: aws [options] <command> <subcommand> [<subcommand> ...] [parameters]

To see help text, you can run:

  aws help

  aws <command> help

  aws <command> <subcommand> help

aws: error: argument --region: expected one argument

AWS Console showed that the bucket was created but was empty.

1 Answer

0 votes
by (44.4k points)
The nosuchbucket error only shows up when there is access to view the buckets under a AWS region and it is not available. In this case, the region Kubernetes has access to does not have the bucket in it; this is purely a region issue.

Try again after creating a bucket with the name you have created in the region which Kubernetes is trying to access. If not working yet, comment with more detail.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Oct 28, 2019 in DevOps and Agile by Sammy (47.6k points)
0 votes
1 answer
asked Jul 28, 2020 in AWS by Amyra (12.9k points)
0 votes
1 answer
asked Jul 28, 2020 in AWS by Amyra (12.9k points)

Browse Categories

...