-
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
Access Denied to https://kubeupv2.s3.amazonaws.com/kops/1.12.0-alpha.1/linux/amd64/utils.tar.gz.sha1 #6577
Comments
Same here (kops create cluster). |
hey @justinsb can you maybe fix this one? Thanks :) |
+1 |
I also noticed that in this new version Anyway, I managed to use it applying local patchs for the version number (so it will download assets from the previous version, which are already acessible) and removing that github address for This way, I could test mixedInstance setup, which were my reason for going with 1.12. |
Fixed in #6680? |
seems to be working now, thanks :) |
1. What
kops
version are you running? The commandkops version
, will displaythis information.
Version 1.12.0-alpha.1 (git-e29765c)
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.kubernetesVersion: 1.11.7
3. What cloud provider are you using?
aws
4. What commands did you run? What is the simplest way to reproduce this issue?
kops update cluster $NAME
5. What happened after the commands executed?
6. What did you expect to happen?
cluster update simulation info printer to terminal
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.
(this is just an upgrade of existing cluster (created with 1.11.1), using 1.12-alpha to handle multi-instance IG)
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.
9. Anything else do we need to know?
looks like a missing resource in s3, or bad permissions?
The text was updated successfully, but these errors were encountered: