Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 30 additions & 19 deletions castai/sdk/api.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions docs/resources/node_template.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 19 additions & 19 deletions examples/resources/castai_node_template/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,25 @@ resource "castai_node_template" "default_by_castai" {
}

constraints {
on_demand = true
spot = false
use_spot_fallbacks = true
fallback_restore_rate_seconds = 300
enable_spot_diversity = true
spot_diversity_price_increase_limit_percent = 20
spot_interruption_predictions_enabled = true
spot_interruption_predictions_type = "aws-rebalance-recommendations"
compute_optimized_state = "disabled"
storage_optimized_state = "disabled"
is_gpu_only = false
min_cpu = 2
max_cpu = 8
min_memory = 4096
max_memory = 16384
architectures = ["amd64"]
azs = ["us-east-2a", "us-east-2b"]
burstable_instances = "disabled"
customer_specific = "disabled"
on_demand = true
spot = false
use_spot_fallbacks = true
fallback_restore_rate_seconds = 300
enable_spot_reliability = true
spot_reliabiliy_price_increase_limit_percent = 20
spot_interruption_predictions_enabled = true
spot_interruption_predictions_type = "aws-rebalance-recommendations"
compute_optimized_state = "disabled"
storage_optimized_state = "disabled"
is_gpu_only = false
min_cpu = 2
max_cpu = 8
min_memory = 4096
max_memory = 16384
architectures = ["amd64"]
azs = ["us-east-2a", "us-east-2b"]
burstable_instances = "disabled"
customer_specific = "disabled"

instance_families {
include = ["c5"]
Expand Down
Loading