Skip to content

Commit 01061d4

Browse files
authored
Merge pull request #724 from giantswarm/subnet-role-active
Subnet role must be passed
2 parents 60c5d91 + 9c173f7 commit 01061d4

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)