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
Similar to AWS, GCP backend config should support public_ips: true/false property:
type: gcp
creds:
type: default
public_ips: false
To provision an instance without public IP in GCP, the instance should have no access config.
The user is expected to set up Cloud NAT that enables instances without public IPs to access the internet. dstack should probably check if Cloud NAT is set up.
The text was updated successfully, but these errors were encountered:
Similar to AWS, GCP backend config should support
public_ips: true/false
property:To provision an instance without public IP in GCP, the instance should have no access config.
The user is expected to set up Cloud NAT that enables instances without public IPs to access the internet. dstack should probably check if Cloud NAT is set up.
The text was updated successfully, but these errors were encountered: