File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,25 +40,25 @@ networking:
40
40
machineNetwork:
41
41
- cidr: 10.0.0.0/16
42
42
serviceNetwork:
43
- - 172.30.0.0/16
43
+ - 172.30.0.0/16 <1>
44
44
networkType: Kuryr
45
45
platform:
46
46
openstack:
47
47
cloud: mycloud
48
48
externalNetwork: external
49
49
computeFlavor: m1.xlarge
50
50
lbFloatingIP: 128.0.0.1
51
- trunkSupport: true
52
- octaviaSupport: true
51
+ trunkSupport: true <2>
52
+ octaviaSupport: true <2>
53
53
pullSecret: '{"auths": ...}'
54
54
sshKey: ssh-ed25519 AAAA...
55
55
----
56
-
57
- [NOTE]
58
- ====
59
- Both `trunkSupport` and `octaviaSupport` are automatically discovered by the
56
+ <1> The Amphora Octavia driver creates two ports per load balancer. As a
57
+ result, the service subnet that the installer creates is twice the size of the
58
+ CIDR that is specified as the value of the `serviceNetwork` property. The larger range is
59
+ required to prevent IP address conflicts.
60
+ <2> Both `trunkSupport` and `octaviaSupport` are automatically discovered by the
60
61
installer, so there is no need to set them. But if your environment does not
61
62
meet both requirements, Kuryr SDN will not properly work. Trunks are needed
62
63
to connect the pods to the {rh-openstack} network and Octavia is required to create the
63
64
{product-title} services.
64
- ====
You can’t perform that action at this time.
0 commit comments