File tree Expand file tree Collapse file tree 4 files changed +4
-36
lines changed
simple_regional_private/controls
simple_zonal_private/controls Expand file tree Collapse file tree 4 files changed +4
-36
lines changed Original file line number Diff line number Diff line change 42
42
expect ( data [ 'location' ] ) . to match ( /^.*[1-9]$/ )
43
43
end
44
44
45
- it "uses the public master endpoint" do
46
- expect ( data [ 'privateClusterConfig' ] [ 'enablePrivateEndpoint' ] ) . to eq true
47
- end
48
-
49
- it "uses public nodes" do
50
- expect ( data [ 'privateClusterConfig' ] [ 'enablePrivateNodes' ] ) . to eq true
45
+ it "uses public nodes and master endpoint" do
46
+ expect ( data [ 'privateClusterConfig' ] ) . to eq nil
51
47
end
52
48
53
49
it "has the expected addon settings" do
Original file line number Diff line number Diff line change 162
162
)
163
163
)
164
164
end
165
-
166
- it "has autoupgrade enabled" do
167
- expect ( node_pools ) . to include (
168
- including (
169
- "management" => including (
170
- "autoUpgrade" => true ,
171
- ) ,
172
- )
173
- )
174
- end
175
165
end
176
166
end
177
167
end
Original file line number Diff line number Diff line change 46
46
expect ( data [ 'locations' ] . size ) . to eq 1
47
47
end
48
48
49
- it "uses the public master endpoint" do
50
- expect ( data [ 'privateClusterConfig' ] [ 'enablePrivateEndpoint' ] ) . to eq true
51
- end
52
-
53
- it "uses public nodes" do
54
- expect ( data [ 'privateClusterConfig' ] [ 'enablePrivateNodes' ] ) . to eq true
55
- end
56
-
57
- it "has the expected initial cluster version" do
58
- expect ( data [ 'initialClusterVersion' ] ) . to eq "1.11.4-gke.13"
49
+ it "uses public nodes and master endpoint" do
50
+ expect ( data [ 'privateClusterConfig' ] ) . to eq nil
59
51
end
60
52
61
53
it "has the expected addon settings" do
Original file line number Diff line number Diff line change 166
166
)
167
167
)
168
168
end
169
-
170
- it "has autoupgrade enabled" do
171
- expect ( node_pools ) . to include (
172
- including (
173
- "management" => including (
174
- "autoUpgrade" => true ,
175
- ) ,
176
- )
177
- )
178
- end
179
169
end
180
170
end
181
171
end
You can’t perform that action at this time.
0 commit comments