Closed giggsoff closed 4 months ago
Hi. Thank you for the info.
Do you believe this error relates to incorrect values of node group arguments? We occasionally catch the same error with correct values.
Hi. Thank you for the info.
Do you believe this error relates to incorrect values of node group arguments? We occasionally catch the same error with correct values.
Hi!
I catched that error several times. After that, I changed node_count
to 2
in my sample above and cluster created smoothly several times. I assume that the problem is in options missmatch, because the cluster become ready regardless of error in terraform apply with only one node in node group UI (few minutes after the error).
Hi, does the problem still persists? Using config from original post, I was not able to reproduce it locally
@schirevko I also cannot reproduce it. Hopefully it was resolved on backend side. Let's me close the issue.
Environment
terraform-provider-vkcs v0.7.3
Expected result
k8s cluster deployed with no problems
Actual result
During deployment, after a long time waiting for k8s cluster, I receive:
Additional details
I set in manifest of node group
Looks like provider should validate that
min_nodes
is less than or equal tonode_count
. Or ignore providednode_count
and usemin_nodes
as a base. If both cases are not applicable, at least it should be documented.