Skip to content
This repository was archived by the owner on Sep 3, 2022. It is now read-only.

Commit c768eaa

Browse files
authored
Revised the warning message when users create non-default firewall rules. (#2183)
Co-authored-by: Yixin Shi <yxshi@google.com>
1 parent 327f317 commit c768eaa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/cli/commands/create.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@
5050
_DATALAB_FIREWALL_RULE_DESCRIPTION = 'Allow SSH access to Datalab instances'
5151
_DATALAB_UNEXPECTED_FIREWALLS_WARNING_TEMPLATE = (
5252
'The network `{0}` has firewall rules that were not created by the '
53-
'`datalab` command line tool. Instances created in that network may '
54-
'be open to traffic that they should not be exposed to.')
53+
'`datalab` command line tool. Instances that have been created or existed '
54+
'in that network may be open to traffic that they are not intended to due '
55+
'to the customized firewall rules.')
5556

5657
_DATALAB_NO_FIREWALL_WARNING = (
5758
'\nWarning: --no-firewall-rule requires firewall rules to be '

0 commit comments

Comments
 (0)