-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protokube not specify the AWS_REGION in the manifest of etcd-manager #6098
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
kindly ping @justinsb /remove-lifecycle rotten |
We need a region to start from to make AWS calls. us-east-1 works for most credentials, but not for cn-north-1 credentials. Instead, we get the current region from metadata when running on EC2; and we continue to fall-back to us-east-1. For CLI commands (kops) the user will still have to set AWS_REGION, but for system binaries (nodeup, etcd-manager), this should default appropriately. Note that the region doesn't have to be the actual region of the bucket, just a region we can access. Issue kubernetes#6098
We need a region to start from to make AWS calls. us-east-1 works for most credentials, but not for cn-north-1 credentials. Instead, we get the current region from metadata when running on EC2; and we continue to fall-back to us-east-1. For CLI commands (kops) the user will still have to set AWS_REGION, but for system binaries (nodeup, etcd-manager), this should default appropriately. Note that the region doesn't have to be the actual region of the bucket, just a region we can access. Issue kubernetes#6098
We need a region to start from to make AWS calls. us-east-1 works for most credentials, but not for cn-north-1 credentials. Instead, we get the current region from metadata when running on EC2; and we continue to fall-back to us-east-1. For CLI commands (kops) the user will still have to set AWS_REGION, but for system binaries (nodeup, etcd-manager), this should default appropriately. Note that the region doesn't have to be the actual region of the bucket, just a region we can access. Issue kubernetes#6098
We need a region to start from to make AWS calls. us-east-1 works for most credentials, but not for cn-north-1 credentials. Instead, we get the current region from metadata when running on EC2; and we continue to fall-back to us-east-1. For CLI commands (kops) the user will still have to set AWS_REGION, but for system binaries (nodeup, etcd-manager), this should default appropriately. Note that the region doesn't have to be the actual region of the bucket, just a region we can access. Issue kubernetes#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes#6098.
In particular, we are picking up the fix for kubernetes#6098.
In particular, we are picking up the fix for kubernetes#6098.
In particular, we are picking up the fix for kubernetes#6098.
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
In particular, we are picking up the fix for kubernetes/kops#6098
1. What
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.10.0
2. What Kubernetes version are you running?
kubectl version
will print theversion if a cluster is running or provide the Kubernetes version specified as
a
kops
flag.1.9.3
3. What cloud provider are you using?
AWS
4. What commands did you run? What is the simplest way to reproduce this issue?
Follow the instructions in https://github.com/kubernetes/kops/blob/master/docs/etcd/manager.md.
5. What happened after the commands executed?
etcd-manager
failed to start because of wrong default regionus-east-1
.6. What did you expect to happen?
etcd-manager
should locate the bucket incn-north-1
region.7. Please provide your cluster manifest. Execute
kops get --name my.example.com -o yaml
to display your cluster manifest.You may want to remove your cluster name and other sensitive information.
8. Please run the commands with most verbose logging by adding the
-v 10
flag.Paste the logs into this report, or in a gist and provide the gist link here.
In fact, the bug is unrelated to
kops
, but related toprotokube
, so I guess I should paste the logs ofetcd-manager
here:9. Anything else do we need to know?
The text was updated successfully, but these errors were encountered: