From 2941654d583b089e55186a8875c391a266bccb8f Mon Sep 17 00:00:00 2001 From: linxin Date: Tue, 7 May 2024 17:47:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20chore:=E7=A7=BB=E9=99=A4datapath?= =?UTF-8?q?-trace=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84=E5=8C=85=E5=AE=89?= =?UTF-8?q?=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../files/helm/templates/deployment.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ansible/roles/dp-trace-telemetry/files/helm/templates/deployment.yaml b/ansible/roles/dp-trace-telemetry/files/helm/templates/deployment.yaml index b6682ffc..c29ec3e2 100644 --- a/ansible/roles/dp-trace-telemetry/files/helm/templates/deployment.yaml +++ b/ansible/roles/dp-trace-telemetry/files/helm/templates/deployment.yaml @@ -43,14 +43,6 @@ spec: - "bash" - "-ec" - | - dnf -y install autoconf automake libtool - wget -c https://github.com/inotify-tools/inotify-tools/archive/refs/tags/3.21.9.6.tar.gz - tar -zvxf 3.21.9.6.tar.gz -C /usr/local/src/ - cd /usr/local/src/inotify-tools-3.21.9.6/ - ./autogen.sh && ./configure --prefix=/usr/local/inotify-tools && make && make install - echo 'export PATH=$PATH:/usr/local/inotify-tools/bin/' >> ~/.bashrc - source ~/.bashrc - WATCH_DIR="/opt/tsg/dp_trace_telemetry/etc/dynamic" while inotifywait -r -e modify,create "$WATCH_DIR"; do echo "send HUB signal to dp_trace"