-
Notifications
You must be signed in to change notification settings - Fork 4k
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
AWS CN Pricing endpoint #3276
Comments
Same issue here with 1.17.2: endpoint for AWS CN (both regions) should be https://pricing.cn-north-1.amazonaws.com.cn/offers/v1.0/cn/AmazonEC2/current/index.json |
I think the ideal way to resolve this is to move away from the use of the pricing API. Alternatively you should now (as of the latest releases) be able to use the hardcoded list by using the I'd meant to move away from the pricing APIs to resolve #2696 which includes some of the other issues with the use of the Pricing API and never got around to it earlier in the year. I'll see if I can find the time to pick this work back up. |
related issue #3076 |
I am also running into this issue in cn-north-1 using AS 1.15.7. Is there a workaround or projected fix date? |
Using 1.17.2,So what is the work around here for clusters that do not have internet access? How do we set the aws-use-static-instance-list flag? |
I approve PR #3528. |
[issue](kubernetes/autoscaler#3276) [tempory fix](kubernetes/autoscaler#3076) is set aws-use-static-instance-list = true
Is there any scheduler to merge the fix into some release ? |
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-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I got the same issue with the CA version is 9.9.2.
|
autoscaler/cluster-autoscaler/cloudprovider/aws/aws_util.go
Line 35 in ca6bbc9
the pricing API is not support AWS CN regions, is there any alternative way to pass it?
The text was updated successfully, but these errors were encountered: