-
Notifications
You must be signed in to change notification settings - Fork 9
/
config.yaml
29 lines (29 loc) · 931 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
options:
calico-node-image:
type: string
# Please refer to layer-canal/versioning.md before changing the version below.
default: rocks.canonical.com:443/cdk/calico/node:v3.10.1
description: |
The image id to use for calico/node.
calico-policy-image:
type: string
default: rocks.canonical.com:443/cdk/calico/kube-controllers:v3.10.1
description: |
The image id to use for calico/kube-controllers.
cidr:
type: string
default: 10.1.0.0/16
description: |
Network CIDR to assign to Flannel
iface:
type: string
default: ""
description: |
The interface to bind flannel overlay networking. The default value is
the interface bound to the cni endpoint.
ignore-loose-rpf:
type: boolean
default: false
description: |
Enable or disable IgnoreLooseRPF for Calico Felix. This is only used
when rp_filter is set to a value of 2.