bugfix:修复因缺少驱动的库导致容器启动失败问题

This commit is contained in:
fumingwei
2023-05-09 15:12:47 +08:00
committed by 付明卫
parent 1671b671c3
commit a35400365e
6 changed files with 6 additions and 5 deletions

View File

@@ -35,12 +35,12 @@ queue_no_enobufs=1
#scm_socket_file=/var/run/.tfe_kmod_scm_socket
# send cmsg
send_switch=1
send_switch=0
ip=127.0.0.1
cmsg_port=2475
# watch dog
watchdog_switch=1
watchdog_switch=0
watchdog_port=2476
[watchdog_tfe]

View File

@@ -132,9 +132,6 @@ enable_breakpad_upload=0
cp /opt/tsg/config/main.conf /opt/tsg/sapp/tsgconf/main.conf
cp /opt/tsg/config/maat.conf /opt/tsg/sapp/tsgconf/maat.conf
cp /opt/tsg/config/sapp.toml /opt/tsg/sapp/etc/sapp.toml
{{- if eq .Values.proxy.enable .Values.define_enable_val_yes }}
cp /opt/tsg/config/kni.conf /opt/tsg/sapp/etc/kni/kni.conf
{{- end }}
cp /opt/tsg/config/wangw.conf /opt/tsg/sapp/etc/wannat/wangw.conf
cp /opt/tsg/config/wire_graft.conf /opt/tsg/sapp/etc/wire_graft/wire_graft.conf
cp /opt/tsg/config/tsg_conn_sketch.inf /opt/tsg/sapp/plug/business/tsg_conn_sketch/tsg_conn_sketch.inf

View File

@@ -42,6 +42,7 @@ spec:
- "bash"
- "-ec"
- |
ldconfig
{{ template "traffic-engine.firewall.copy-config-to-dest" . }}
{{ template "traffic-engine.firewall.prestart" . }}
{{ template "traffic-engine.firewall.start" . }}

View File

@@ -43,6 +43,7 @@ spec:
- "bash"
- "-ec"
- |
ldconfig
{{ template "traffic-engine.proxy.copy-config-to-dest" . }}
{{ template "traffic-engine.proxy.prestart" . }}
{{ template "traffic-engine.proxy.start" . }}

View File

@@ -61,6 +61,7 @@ spec:
- "bash"
- "-ec"
- |
ldconfig
{{ template "traffic-engine.sce.copy-config-to-dest" . }}
{{ template "traffic-engine.service-chaining.prestart" . }}
{{ template "traffic-engine.service-chaining.start" . }}

View File

@@ -43,6 +43,7 @@ spec:
- "bash"
- "-ec"
- |
ldconfig
{{ template "traffic-engine.shaping.copy-config-to-dest" . }}
{{ template "traffic-engine.shaping.get-service-node-port" . }}
{{ template "traffic-engine.shaping.set-shaping-config" . }}