diff options
Diffstat (limited to 'src/fuel-plugin/environment_config.yaml')
-rw-r--r-- | src/fuel-plugin/environment_config.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/fuel-plugin/environment_config.yaml b/src/fuel-plugin/environment_config.yaml new file mode 100644 index 0000000..631b777 --- /dev/null +++ b/src/fuel-plugin/environment_config.yaml @@ -0,0 +1,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.' |