File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
test/integration/simple_zonal/controls Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ module "gke" {
34
34
subnetwork = " ${ var . subnetwork } "
35
35
ip_range_pods = " ${ var . ip_range_pods } "
36
36
ip_range_services = " ${ var . ip_range_services } "
37
- kubernetes_version = " 1.11.4-gke.13"
38
- node_version = " 1.11.4-gke.13"
39
37
service_account = " ${ var . compute_engine_service_account } "
40
38
}
41
39
Original file line number Diff line number Diff line change 87
87
describe "node pool" do
88
88
let ( :node_pools ) { data [ 'nodePools' ] . reject { |p | p [ 'name' ] == "default-pool" } }
89
89
90
- it "is running the expected version of Kubernetes" do
91
- expect ( node_pools ) . to include (
92
- including (
93
- "version" => "1.11.4-gke.13" ,
94
- )
95
- )
96
- end
97
-
98
90
it "has autoscaling enabled" do
99
91
expect ( node_pools ) . to include (
100
92
including (
You can’t perform that action at this time.
0 commit comments