Skip to content

Commit

Permalink
fix: add and set ENABLE_KEEP_VM_IP=true to keep vm ip (#1702)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobz965 authored and hongzhen-ma committed Aug 25, 2022
1 parent 20ed232 commit b3a6998
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/images/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ HW_OFFLOAD=${HW_OFFLOAD:-false}
ENABLE_LB=${ENABLE_LB:-true}
ENABLE_NP=${ENABLE_NP:-true}
ENABLE_EXTERNAL_VPC=${ENABLE_EXTERNAL_VPC:-true}
ENABLE_KEEP_VM_IP=${ENABLE_KEEP_VM_IP:-true}
# The nic to support container network can be a nic name or a group of regex
# separated by comma, if empty will use the nic that the default route use
IFACE=${IFACE:-}
Expand Down Expand Up @@ -1906,6 +1907,7 @@ spec:
- --logtostderr=false
- --alsologtostderr=true
- --log_file=/var/log/kube-ovn/kube-ovn-controller.log
- --keep-vm-ip=$ENABLE_KEEP_VM_IP
env:
- name: ENABLE_SSL
value: "$ENABLE_SSL"
Expand Down

0 comments on commit b3a6998

Please sign in to comment.