1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-12 21:24:00 +00:00

Add iface option to flannel

This commit is contained in:
galal-hussein
2017-12-12 18:14:18 +02:00
parent b460098db8
commit afa3a41614
3 changed files with 20 additions and 6 deletions

View File

@@ -13,4 +13,5 @@ const (
ControllersImage = "controllersImage"
FlannelImage = "flannelImage"
FlannelCNIImage = "flannelCNIImage"
FlannelIface = "flannelIface"
)