Skip to content

Commit

Permalink
add note in install.sh for install --with-hybrid-dpdk(dpdk-v2). (#1699)
Browse files Browse the repository at this point in the history
* add note for dpdk-v2 install
  • Loading branch information
wlooppy committed Jul 18, 2022
1 parent 4530a43 commit b52655f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ENABLE_LB_SVC=${ENABLE_LB_SVC:-false}
# separated by comma, if empty will use the nic that the default route use
IFACE=${IFACE:-}
# Specifies the name of the dpdk tunnel iface.
# Note that the dpdk tunnel iface and tunnel ip cidr should be diffierent with Kubernetes api cidr,otherwise the route will be a problem.
DPDK_TUNNEL_IFACE=${DPDK_TUNNEL_IFACE:-br-phy}

CNI_CONF_DIR="/etc/cni/net.d"
Expand Down

0 comments on commit b52655f

Please sign in to comment.