You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I expect if domain name more than limit:
before terraform apply I want to see some error and some info how to fix it.
What I see right now:
terraform applying code and after some time show error
Error: Error running command 'if [ 41 -ge 38 ]; then echo "ERR:
The length of the domain for kubeapi (domain:cp.cdev-monitoring-stack-test.cluster.dev, length:41) must not exceed 37 characters.
Domain name includes variables 'var.cluster_name' (cdev-monitoring-stack-test) and 'var.domain' (cdev-monitoring-stack-test.cluster.dev).
then I should destroy created resources, fix variables length and should try to deploy again
The text was updated successfully, but these errors were encountered:
What I expect if domain name more than limit:
before terraform apply I want to see some error and some info how to fix it.
What I see right now:
terraform applying code and after some time show error
then I should destroy created resources, fix variables length and should try to deploy again
The text was updated successfully, but these errors were encountered: