From f6bb6ce95117f4a828d1788772445f73e0aa2230 Mon Sep 17 00:00:00 2001 From: Lan Liang Date: Wed, 13 Mar 2024 07:42:46 +0800 Subject: [PATCH] update xline command --- .github/scripts/xline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/xline.yaml b/.github/scripts/xline.yaml index 492f263d0..444bdf659 100644 --- a/.github/scripts/xline.yaml +++ b/.github/scripts/xline.yaml @@ -15,6 +15,6 @@ spec: command: - /bin/sh - -c - - xline --name node1 --members node1=172.18.0.2:2379 --data-dir /tmp/xline --storage-engine rocksdb + - xline --name node1 --members node1=172.18.0.2:2379 --data-dir /tmp/xline --storage-engine rocksdb --client-listen-urls=http://172.18.0.2:2379 --peer-listen-urls=http://172.18.0.2:2380,http://172.18.0.2:2381 --client-advertise-urls=http://172.18.0.2:2379 --peer-advertise-urls=http://172.18.0.2:2380,http://172.18.0.2:2381 hostNetwork: true status: {} \ No newline at end of file