You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API does not complain when user specifies external_ips without a pool name:
"external_ips": [
{
"type": "ephemeral"
}
],
The instance doesn't get an external IP in this case. However, user doesn't have permission to list the ip pool names. They will not know what to specify there. The API should probably set the pool_name to default when it is not specified.
The text was updated successfully, but these errors were encountered:
The API does not complain when user specifies external_ips without a pool name:
The instance doesn't get an external IP in this case. However, user doesn't have permission to list the ip pool names. They will not know what to specify there. The API should probably set the pool_name to
default
when it is not specified.The text was updated successfully, but these errors were encountered: