File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
test/integration/simple_zonal/controls Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ module "gke" {
3434 subnetwork = " ${ var . subnetwork } "
3535 ip_range_pods = " ${ var . ip_range_pods } "
3636 ip_range_services = " ${ var . ip_range_services } "
37- kubernetes_version = " 1.11.4-gke.13"
38- node_version = " 1.11.4-gke.13"
3937 service_account = " ${ var . compute_engine_service_account } "
4038}
4139
Original file line number Diff line number Diff line change 4646 expect ( data [ 'locations' ] . size ) . to eq 1
4747 end
4848
49- it "has the expected initial cluster version" do
50- expect ( data [ 'initialClusterVersion' ] ) . to eq "1.11.4-gke.13"
51- end
52-
5349 it "has the expected addon settings" do
5450 expect ( data [ 'addonsConfig' ] ) . to eq ( {
5551 "horizontalPodAutoscaling" => { } ,
7975 describe "node pool" do
8076 let ( :node_pools ) { data [ 'nodePools' ] . reject { |p | p [ 'name' ] == "default-pool" } }
8177
82- it "is running the expected version of Kubernetes" do
83- expect ( node_pools ) . to include (
84- including (
85- "version" => "1.11.4-gke.13" ,
86- )
87- )
88- end
89-
9078 it "has autoscaling enabled" do
9179 expect ( node_pools ) . to include (
9280 including (
You can’t perform that action at this time.
0 commit comments