From 4df68b84019ff3220aff574a4519edb29be77156 Mon Sep 17 00:00:00 2001 From: Rongfeng Fu Date: Fri, 15 Apr 2022 11:09:17 +0800 Subject: [PATCH] update example (#99) * update example --- .../autodeploy/distributed-with-obproxy-and-obagent-example.yaml | 1 + example/autodeploy/distributed-with-obproxy-example.yaml | 1 + example/autodeploy/single-with-obproxy-example.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml index 8bf5468..cb2f758 100644 --- a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml +++ b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml @@ -69,6 +69,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_strict_kernel_release: false # External port. The default value is 2883. # listen_port: 2883 # The Prometheus port. The default value is 2884. diff --git a/example/autodeploy/distributed-with-obproxy-example.yaml b/example/autodeploy/distributed-with-obproxy-example.yaml index b38969c..2e28fb3 100644 --- a/example/autodeploy/distributed-with-obproxy-example.yaml +++ b/example/autodeploy/distributed-with-obproxy-example.yaml @@ -69,6 +69,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_strict_kernel_release: false # External port. The default value is 2883. # listen_port: 2883 # The Prometheus port. The default value is 2884. diff --git a/example/autodeploy/single-with-obproxy-example.yaml b/example/autodeploy/single-with-obproxy-example.yaml index 6f6f6e8..94d0025 100644 --- a/example/autodeploy/single-with-obproxy-example.yaml +++ b/example/autodeploy/single-with-obproxy-example.yaml @@ -58,6 +58,7 @@ obproxy-ce: global: # The working directory for obproxy. Obproxy is started under this directory. This is a required field. home_path: /root/obproxy + enable_strict_kernel_release: false # External port. The default value is 2883. # listen_port: 2883 # The Prometheus port. The default value is 2884. -- GitLab