diff --git a/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml b/example/autodeploy/distributed-with-obproxy-and-obagent-example.yaml index 8bf54683016d2f1c76623aad8ada4baf7bfb84f5..cb2f7584c2c4e5d377f79042335c945bc8236f87 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 b38969c83f5d2cc781caae41ba24cfdd677a0abe..2e28fb37bf76cb07544ac1d7f3e619ccd6d7b207 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 6f6f6e8b1e274e1b1f566aea7ec6df609d8cc380..94d0025e07fe6696ffc8f847b770efedb85cca28 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.