Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions tools/cli/commands/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
_DATALAB_FIREWALL_RULE_DESCRIPTION = 'Allow SSH access to Datalab instances'
_DATALAB_UNEXPECTED_FIREWALLS_WARNING_TEMPLATE = (
'The network `{0}` has firewall rules that were not created by the '
'`datalab` command line tool. Instances created in that network may '
'be open to traffic that they should not be exposed to.')
'`datalab` command line tool. Instances that have been created or existed '
'in that network may be open to traffic that they are not intended to due '
'to the customized firewall rules.')

_DATALAB_NO_FIREWALL_WARNING = (
'\nWarning: --no-firewall-rule requires firewall rules to be '
Expand Down