File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ Feature: CRUD Create
2323 Given an EKS cluster
2424 When I create a resource instance-group.yaml
2525 Then the resource should be created
26- And the resource should converge to selector .status.lifecycle=spot
2726 And the resource should converge to selector .status.currentState=ready
2827 And the resource condition NodesReady should be true
2928 And 2 nodes should be ready
@@ -32,7 +31,6 @@ Feature: CRUD Create
3231 Given an EKS cluster
3332 When I create a resource instance-group-crd.yaml
3433 Then the resource should be created
35- And the resource should converge to selector .status.lifecycle=spot
3634 And the resource should converge to selector .status.currentState=ready
3735 And the resource condition NodesReady should be true
3836 And 2 nodes should be ready
Original file line number Diff line number Diff line change 4848 securityGroups : {{range $element := .NodeSecurityGroups}}
4949 - {{$element}}
5050 {{ end }}
51- tags :
52- - key : k8s-minion-manager
53- value : use-spot
5451 metricsCollection :
5552 - all
Original file line number Diff line number Diff line change 3838 securityGroups : {{range $element := .NodeSecurityGroups}}
3939 - {{$element}}
4040 {{ end }}
41- tags :
42- - key : k8s-minion-manager
43- value : use-spot
4441 metricsCollection :
4542 - all
You can’t perform that action at this time.
0 commit comments