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
Copy file name to clipboardExpand all lines: docs/book/src/clustercloudstack/configuration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ cmk list zones listall=true | jq '.zone[] | {name, id}'
61
61
62
62
The network must be declared as an environment variable `CLOUDSTACK_NETWORK_NAME` and is a mandatory parameter.
63
63
As of now, only isolated and shared networks are supported.
64
-
If the specified network does not exist, a new isolated network will be created.
64
+
65
+
If the specified network does not exist, a new isolated network will be created. The newly created network will have a default egress firewall policy that allows all TCP, UDP and ICMP traffic from the cluster to the outside world.
65
66
66
67
The list of networks for the specific zone can be fetched using the cmk cli as follows :
0 commit comments