ENUM
ClusterCreateValidations
Description
List of all validations to perform.
link GraphQL Schema definition
- enum ClusterCreateValidations {
- # Perform all checks.
- # Check if the instance profile is valid.
- # Check if the AWS network config is valid, if passed.
- # Check if the availability zone exists in the specified Azure region.
- # Check if the managed identity is valid and supported.
- # Check if sufficient quota is available to launch the cluster nodes.
- # Check if names of the VMs to be created on Azure are valid.
- # Check if the selected cloud account supports cluster provisioning.
- # Check if a cluster exists with the same name.
- # Validate DNS servers in the request.
- # Check if the immutability config is valid in the request.
- # Check if the node count is supported for the cluster type and version.
- # Skip all checks.
- # Validate NTP servers in the request.
- # Check if the selected object store is supported by the cloud cluster.
- }