-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
While configuring Cast-AI on an existing Azure Kubernetes Service (AKS) cluster, I encountered an issue where the deployment would fail or behave unexpectedly unless I explicitly set the default_node_configuration_name value.
Steps to Reproduce:
Deploy Cast-AI on an existing AKS cluster using default configuration.
Observe that the node configuration is not applied correctly, causing errors in cluster integration.
Explicitly set the node configuration in your Terraform/Helm setup:
default_node_configuration_name = "default"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels