openyurtio / raven

provide layer 3 and layer 7 network connectivity among pods in different physical regions
Apache License 2.0
57 stars 37 forks source link

add helm chart #78

Closed xavier-hou closed 1 year ago

xavier-hou commented 1 year ago

Signed-off-by: hxcGit houxc_mail@163.com

usage

helm install raven-agent charts/raven-agent --set vpn.psk=`openssl rand -hex 64`  -n kube-system

Raven-agent requires a unique vpn psk, we can generate one with the command: 'openssl rand -hex 64'. And pass it to helm by '--set vpn.psk=`openssl rand -hex 64`'. Currently, we set psk to "OPENYURT-RAVEN-AGENT-VPN-PSK" in values.yaml. Users should replace it manually.

codecov[bot] commented 1 year ago

Codecov Report

Merging #78 (822bd8e) into main (f69371b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   45.59%   45.59%           
=======================================
  Files           7        7           
  Lines         805      805           
=======================================
  Hits          367      367           
  Misses        386      386           
  Partials       52       52           
Flag Coverage Δ
unittests 45.59% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

njucjc commented 1 year ago

LGTM