Thanks to visit codestin.com
Credit goes to github.com

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

Commit 6f7ac1e

Browse files
author
Yixin Shi
committed
Revised the warning message when users create non-default firewall rules.
1 parent 327f317 commit 6f7ac1e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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)