Allow user to choose networking for containers
This commit provides ability to choose the network.
Calico is default.
Change-Id: I9dd97385d981db91791cc51ebb9f3265188fa984
(cherry picked from commit 05e6967318
)
This commit is contained in:

committed by
Sergey Kraynev

parent
3c32a91ba4
commit
966e2c2dd5
@@ -61,6 +61,7 @@ Application:
|
||||
minionNodes: repeat($minionNode, $.appConfiguration.maxMinionCount)
|
||||
nodeCount: $.appConfiguration.minionCount
|
||||
gatewayCount: $.appConfiguration.gatewayCount
|
||||
useFlannel: $.appConfiguration.useFlannel
|
||||
gatewayNodes: repeat($gatewayNode, $.appConfiguration.maxGatewayCount)
|
||||
dockerRegistry: $.appConfiguration.dockerRegistry
|
||||
dockerMirror: $.appConfiguration.dockerMirror
|
||||
@@ -105,6 +106,13 @@ Forms:
|
||||
description: >-
|
||||
Check to assign floating IP to Kubernetes nodes
|
||||
required: false
|
||||
- name: useFlannel
|
||||
type: boolean
|
||||
initial: false
|
||||
label: Use Flannel networking instead of Calico
|
||||
description: >-
|
||||
Check, if you are going use the Flannel networking instead of Calico
|
||||
required: false
|
||||
- name: unitNamingPattern
|
||||
type: string
|
||||
initial: kube-#
|
||||
|
Reference in New Issue
Block a user