We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a50c3c commit c502f19Copy full SHA for c502f19
…/lke_cluster_standard_no_pools/main.yaml …luster_standard_no_pools/tasks/main.yamltests/integration/targets/lke_cluster_standard_no_pools/main.yaml renamed to tests/integration/targets/lke_cluster_standard_no_pools/tasks/main.yaml
@@ -27,7 +27,7 @@
27
assert:
28
that:
29
- create_cluster.changed == false
30
- - "'At least one node pool is required for standard LKE clusters.' in create_cluster.msg"
+ - "'(BUG)At least one node pool must be specified when creating a standard LKE cluster.' in create_cluster.msg"
31
fail_msg: "Expected cluster creation to fail without node_pools, but got: {{ create_cluster }}"
32
success_msg: "Test passed: Cluster creation properly failed without node_pools"
33
0 commit comments