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
> See clusterctl documentation for further details about *flavors*.
20
34
21
35
In order to fetch the configuration parameters via the terminal, please install [cmk][cmk-download] and [jq][jq-download]
22
36
@@ -60,15 +74,65 @@ cmk list zones listall=true | jq '.zone[] | {name, id}'
60
74
#### Network
61
75
62
76
The network must be declared as an environment variable `CLOUDSTACK_NETWORK_NAME` and is a mandatory parameter.
63
-
As of now, only isolated and shared networks are supported.
77
+
As of now, only isolated and shared networks are supported. The isolated network can also be part of a VPC.
78
+
79
+
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. If the network is part of a VPC, the VPC will also be created if it does not exist.
64
80
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.
81
+
If the offerings are not specified, the default offerings will be used.
66
82
67
83
The list of networks for the specific zone can be fetched using the cmk cli as follows :
0 commit comments