We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327f317 commit c768eaaCopy full SHA for c768eaa
1 file changed
tools/cli/commands/create.py
@@ -50,8 +50,9 @@
50
_DATALAB_FIREWALL_RULE_DESCRIPTION = 'Allow SSH access to Datalab instances'
51
_DATALAB_UNEXPECTED_FIREWALLS_WARNING_TEMPLATE = (
52
'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.')
+ '`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 '
55
+ 'to the customized firewall rules.')
56
57
_DATALAB_NO_FIREWALL_WARNING = (
58
'\nWarning: --no-firewall-rule requires firewall rules to be '
0 commit comments