Open valaparthvi opened 2 months ago
@richard-cox I am not sure which milestone to set here, should it be v2.10.0 with backport-candidate
label?
@valaparthvi that's correct! is this a regression?
@valaparthvi that's correct! is this a regression?
Yes, it is a regression.
Just looked into this a bit, per google docs a 'default' vpc is not guaranteed to be present:
Projects can contain multiple VPC networks. Unless you create an organizational policy that prohibits it, new projects start with a default network (an auto mode VPC network) that has one subnetwork (subnet) in each region.
Whoever picks this up needs to account for this scenario.
/backport v2.10.1
Setup
Describe the bug
The dropdown lists networks alphabetically, so the network starting with a,b, or c and first in the list is selected by default, rather than 'default'.
To Reproduce
Network
andNode Subnet
.Result My existing list contains a network called
cpinjani-private
which is selected by default. Expected Resultdefault
network must be selected by default.Screenshots
2.8 - 2.9 -
Additional context
This can also be misleading since the Networking section is collapsed by default.