This is an automated email from the ASF dual-hosted git repository.

healchow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new f15ba2889 [INLONG-6341][Docker] Update the default cluster and tag 
name for Agent (#6342)
f15ba2889 is described below

commit f15ba28895ec1a0a7f531b7951c3d7394d9e8975
Author: Charles Zhang <[email protected]>
AuthorDate: Mon Oct 31 20:46:16 2022 +0800

    [INLONG-6341][Docker] Update the default cluster and tag name for Agent 
(#6342)
---
 inlong-agent/agent-docker/Dockerfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/inlong-agent/agent-docker/Dockerfile 
b/inlong-agent/agent-docker/Dockerfile
index d28a04f60..a1c736702 100644
--- a/inlong-agent/agent-docker/Dockerfile
+++ b/inlong-agent/agent-docker/Dockerfile
@@ -38,8 +38,9 @@ ENV AUDIT_ENABLE=true
 ENV ETH_NETWORK=eth0
 ENV AGENT_FETCH_INTERVAL=10
 ENV AGENT_HEARTBEAT_INTERVAL=10
-ENV CLUSTER_NAME=default
-ENV CLUSTER_TAG=''
+ENV CLUSTER_NAME=default_agent
+ENV CLUSTER_TAG=default_cluster
+ENV CLUSTER_IN_CHARGES=admin
 ENV AGENT_JVM_HEAP_OPTS="-XX:+UseContainerSupport 
-XX:InitialRAMPercentage=40.0 -XX:MaxRAMPercentage=80.0 
-XX:-UseAdaptiveSizePolicy"
 ADD agent-docker.sh bin/
 RUN chmod +x bin/agent-docker.sh

Reply via email to