Skip to content

Commit 81f72d0

Browse files
authored
remove enable-live-migration-optimize templately (#4892)
Signed-off-by: clyi <clyi@alauda.io>
1 parent 5d787e2 commit 81f72d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

charts/kube-ovn/templates/controller-deploy.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ spec:
139139
- --enable-anp={{- .Values.func.ENABLE_ANP }}
140140
- --ovsdb-con-timeout={{- .Values.func.OVSDB_CON_TIMEOUT }}
141141
- --ovsdb-inactivity-timeout={{- .Values.func.OVSDB_INACTIVITY_TIMEOUT }}
142-
- --enable-live-migration-optimize={{- .Values.func.ENABLE_LIVE_MIGRATION_OPTIMIZE }}
143142
securityContext:
144143
runAsUser: {{ include "kubeovn.runAsUser" . }}
145144
privileged: false

dist/images/install.sh

-1
Original file line numberDiff line numberDiff line change
@@ -4344,7 +4344,6 @@ spec:
43444344
- --enable-anp=$ENABLE_ANP
43454345
- --ovsdb-con-timeout=$OVSDB_CON_TIMEOUT
43464346
- --ovsdb-inactivity-timeout=$OVSDB_INACTIVITY_TIMEOUT
4347-
- --enable-live-migration-optimize=$ENABLE_LIVE_MIGRATION_OPTIMIZE
43484347
securityContext:
43494348
runAsUser: ${RUN_AS_USER}
43504349
privileged: false

0 commit comments

Comments
 (0)