Go to file
wojiushixiaobai 8694cb0d54 Update index.yaml
Signed-off-by: wojiushixiaobai <wojiushixiaobai@users.noreply.github.com>
2022-07-12 10:59:30 +00:00
_config.yml Set theme jekyll-theme-cayman 2021-12-14 18:05:36 +08:00
index.yaml Update index.yaml 2022-07-12 10:59:30 +00:00
README.md Sync README from master 2022-01-21 03:41:16 +00:00

JumpServer Kubernetes Helm Chart

Release Charts

  • Kubernetes 1.20+
  • Helm 3.0

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

helm repo add jumpserver https://jumpserver.github.io/helm-charts
helm repo list

You can then run helm search repo jumpserver to see the charts.

Documentation

wget https://raw.githubusercontent.com/jumpserver/helm-charts/main/charts/jumpserver/values.yaml
vi values.yaml

install

helm install jms-k8s jumpserver/jumpserver -n default -f values.yaml