[autoscaler][azure] example-full.yaml fails to launch due to faulty head node permissions configuration
See original GitHub issueIn the following, could it be that this should be a deep update rather than a normal one?
E.g. when utilizing the Azure autoscaler, we have a “azure_arm_parameters” key that is being set in
Next to that it is also being set in the YAML definition which will then overwrite the key
As an example, when running my object changes from:
{
"azure_arm_parameters": {
"adminUsername": "ubuntu",
"publicKey": "<MASKED>"
}
}
towards
{
"azure_arm_parameters": {
"vmSize": "Standard_D2s_v3",
"imagePublisher": "microsoft-dsvm",
"imageOffer": "ubuntu-1804",
"imageSku": "1804-gen2",
"imageVersion": "20.07.06"
}
}
Removing the adminUsername
and publicKey
which are required in the Azure ARM templates
Issue Analytics
- State:
- Created 3 years ago
- Comments:17 (9 by maintainers)
Top Results From Across the Web
[autoscaler] Azure SDK version needs to be pinned #13599
ray up example-full.yaml Cluster: <hidden> Checking Azure environment ... object has no attribute 'update' Failed to setup head node.
Read more >Launching Cloud Clusters — Ray v1.10.0
The provided ray/python/ray/autoscaler/aws/example-full.yaml cluster config file will create a small cluster with an m5.large head node (on-demand) ...
Read more >Ray cluster launch on aws with yaml fails due to root ...
The cluster launches initially, but this error occurs when running the yaml file. It connects to aws successfully luanching the head and worker ......
Read more >EC2 instance launch failures - Amazon EC2 Auto Scaling
This page provides information about your EC2 instances that fail to launch, potential causes, and the steps you can take to resolve the...
Read more >If a plan has no permissions set and is exported as YAML ...
2022-06-22 17:10:18,442 INFO [15-BAM::SpecsDetection:pool-18-thread-4] [YamlSpecsImportServiceImpl] Bamboo YAML import failed on incorrect YAML ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great to hear!!!
Yes, that would be great (please assign me to it as well 😃 )
The config issue has been resolved, but I am seeing something else popping up. Should I make a new issue for this one?