mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-09-13 13:49:16 +00:00
perf: 更新说明
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
## 使用方法
|
## 使用方法
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install jumpserver ./
|
helm repo add jumpserver https://jumpserver.github.io/helm-charts
|
||||||
```
|
```
|
||||||
|
|
||||||
## 介绍
|
## 介绍
|
||||||
@@ -17,33 +17,7 @@ helm install jumpserver ./
|
|||||||
- Kubernetes 1.20+
|
- Kubernetes 1.20+
|
||||||
- Helm 3.0
|
- Helm 3.0
|
||||||
|
|
||||||
## 安装
|
**Tip**: List all releases using `helm repo list`
|
||||||
|
|
||||||
发布名为 `jumpserver` 的 release:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
helm install jumpserver ./
|
|
||||||
```
|
|
||||||
|
|
||||||
安装到指定 namespace
|
|
||||||
|
|
||||||
```bash
|
|
||||||
helm install jumpserver ./ -n default
|
|
||||||
```
|
|
||||||
|
|
||||||
上条命令把默认配置的 JumpServer 部署到了 kubernetes 集群中,[参数](#参数)一节中列出了配置参数
|
|
||||||
|
|
||||||
**Tip**: List all releases using `helm list`
|
|
||||||
|
|
||||||
## 卸载
|
|
||||||
|
|
||||||
删除 `jumpserver` release:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
$ helm delete jumpserver
|
|
||||||
```
|
|
||||||
|
|
||||||
上条命令删除了所有包含在 release 中的组件
|
|
||||||
|
|
||||||
## 参数
|
## 参数
|
||||||
|
|
||||||
@@ -107,10 +81,10 @@ helm install jumpserver ./ \
|
|||||||
|
|
||||||
**注**: 默认使用 [values.yaml](values.yaml)
|
**注**: 默认使用 [values.yaml](values.yaml)
|
||||||
|
|
||||||
### 示例
|
## 示例
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install jumpserver . -n jms \
|
helm install jms-k8s jumpserver/jumpserver -n default \
|
||||||
--set core.config.secretKey=GxrLH7rewfsRN8B9Zl6MEGD50Uou4LF6UVsEIayGMhYll8dqmn \
|
--set core.config.secretKey=GxrLH7rewfsRN8B9Zl6MEGD50Uou4LF6UVsEIayGMhYll8dqmn \
|
||||||
--set core.config.bootstrapToken=ilR8RvAbK7lgRTxs \
|
--set core.config.bootstrapToken=ilR8RvAbK7lgRTxs \
|
||||||
--set global.storageClass=nfs \
|
--set global.storageClass=nfs \
|
||||||
@@ -127,6 +101,16 @@ helm install jumpserver . -n jms \
|
|||||||
--set externalRedis.password=PasswordRedis
|
--set externalRedis.password=PasswordRedis
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 卸载
|
||||||
|
|
||||||
|
删除 `jms-k8s` release:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ helm delete jms-k8s -n default
|
||||||
|
```
|
||||||
|
|
||||||
|
上条命令删除了所有包含在 release 中的组件
|
||||||
|
|
||||||
## 鸣谢说明
|
## 鸣谢说明
|
||||||
|
|
||||||
本项目初始代码是由 [xiaomaimuchanyiyiba](https://github.com/xiaomaimuchanyiyiba) 贡献。[原仓库地址](https://github.com/xiaomaimuchanyiyiba/jumpserver)
|
本项目初始代码是由 [xiaomaimuchanyiyiba](https://github.com/xiaomaimuchanyiyiba) 贡献。[原仓库地址](https://github.com/xiaomaimuchanyiyiba/jumpserver)
|
||||||
|
Reference in New Issue
Block a user