blob: 631b7776febc091cb1b5de0bcfefd5376bfa5426 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
attributes:
pod_network:
weight: 21
type: "select"
value: "weave"
label: "K8s POD network"
values:
- data: "flannel"
label: "Flannel"
- data: "weave"
label: "Weave"
description: "K8s POD network."
pod_network_cidr:
value: '10.244.0.0/16'
label: 'k8s POD CIDR'
weight: 70
type: "text"
description: 'K8s POD network CIDR.'
|