Skip to content

Commit 9c173f7

Browse files
committed
Subnet role must be passed
1 parent d2491d5 commit 9c173f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloud/scope/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ func (s *ClusterScope) SubnetSpecs() []*compute.Subnetwork {
213213
Description: pointer.StringDeref(subnetwork.Description, infrav1.ClusterTagKey(s.Name())),
214214
Network: s.NetworkLink(),
215215
Purpose: pointer.StringDeref(subnetwork.Purpose, "PRIVATE_RFC_1918"),
216+
Role: "ACTIVE",
216217
})
217218
}
218219

0 commit comments

Comments
 (0)