spidernet-io / egressgateway

Network egress policy for Kubernetes

Home Page:https://spidernet-io.github.io/egressgateway/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Egress agent helm values does not work

lou-lan opened this issue · comments

agent.debug.pyroscopeServerAddr not work with helm install.

helm install egressgateway egressgateway/egressgateway -n kube-system \
--set feature.tunnelIpv4Subnet="192.200.0.0/16" \
--set feature.tunnelIpv6Subnet="feee:200::/64" \
--set agent.healthServer.port=5899 \
--set agent.debug.pyroscopeServerAddr="http://10.20.1.20:4040"  \
--wait --debug