Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2024 09:56 AM
Thanks, @SashankKotta for pointing this out. I was able to resolve the instance pool ID issue but spot_bid_max_price is still failing I am getting the following error
Cluster validation error: Validation failed for azure_attributes.spot_bid_max_price from pool, the value must be present
here is the policy definition in cluster policy
"azure_attributes.spot_bid_max_price": {
"type": "unlimited",
"defaultValue": 100,
"hidden": false
},