Skip to content

Commit e1f1ccf

Browse files
committed
change flannel iface
1 parent 2fd1674 commit e1f1ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ cat > /etc/sysconfig/flanneld <<EOF
179179
# Flanneld configuration options
180180
FLANNEL_ETCD_ENDPOINTS="http://172.17.8.101:2379"
181181
FLANNEL_ETCD_PREFIX="/kube-centos/network"
182-
FLANNEL_OPTIONS="-iface=eth2"
182+
FLANNEL_OPTIONS="-iface=eth1"
183183
EOF
184184
185185
echo 'enable flannel with host-gw backend'

0 commit comments

Comments
 (0)