Commit aa168c11 by 李辉02

环境切换为commander

parent 8365bb76
## 添加仓库到本地
```shell
helm repo add k8s-t0-eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc --username 你的账号 --password 你的密码
helm repo add k8s-t0-commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander --username 你的账号 --password 你的密码
```
## 打包
......@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-eoc
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-eoc
helm search repo k8s-t0-commander
# 更新
helm repo update
......@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --dry-run
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
```
## 查询
```shell
helm list -n eoc-standard-dev
helm list -n commander-standard-dev
```
## 卸载
```shell
helm uninstall fileapi -n eoc-standard-dev
helm uninstall fileapi -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
```
......@@ -12,8 +12,8 @@ global:
app:
namespace: commander-standard-dev
replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/
apiHost: eoc-api.aipark.com
imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: commander-api.aipark.com
nacos:
ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848"
......
## 添加仓库到本地
```shell
helm repo add k8s-t0-eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc --username 你的账号 --password 你的密码
helm repo add k8s-t0-commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander --username 你的账号 --password 你的密码
```
## 打包
......@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-eoc
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-eoc
helm search repo k8s-t0-commander
# 更新
helm repo update
......@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --dry-run
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
```
## 查询
```shell
helm list -n eoc-standard-dev
helm list -n commander-standard-dev
```
## 卸载
```shell
helm uninstall fileapi -n eoc-standard-dev
helm uninstall fileapi -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
```
......@@ -12,8 +12,8 @@ global:
app:
namespace: commander-standard-dev
replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/
apiHost: eoc-api.aipark.com
imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: commander-api.aipark.com
nacos:
ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848"
......
## 添加仓库到本地
```shell
helm repo add k8s-t0-eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc --username 你的账号 --password 你的密码
helm repo add k8s-t0-commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander --username 你的账号 --password 你的密码
```
## 打包
......@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-eoc
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-eoc
helm search repo k8s-t0-commander
# 更新
helm repo update
......@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --dry-run
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
```
## 查询
```shell
helm list -n eoc-standard-dev
helm list -n commander-standard-dev
```
## 卸载
```shell
helm uninstall fileapi -n eoc-standard-dev
helm uninstall fileapi -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
```
......@@ -12,8 +12,8 @@ global:
app:
namespace: commander-standard-dev
replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/
apiHost: eoc-api.aipark.com
imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: commander-api.aipark.com
nacos:
ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848"
......
## 添加仓库到本地
```shell
helm repo add k8s-t0-eoc https://k8s-t0.tencentcloudcr.com/chartrepo/eoc --username 你的账号 --password 你的密码
helm repo add k8s-t0-commander https://k8s-t0.tencentcloudcr.com/chartrepo/commander --username 你的账号 --password 你的密码
```
## 打包
......@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell
#
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-eoc
C:\Users\admin\AppData\Roaming\helm\plugins\helm-push\bin\helm-cm-push.exe d:/helmCharts/fileapi-0.0.1.tgz k8s-t0-commander
# 查询
helm search repo k8s-t0-eoc
helm search repo k8s-t0-commander
# 更新
helm repo update
......@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行
```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi --version 0.0.1 -n commander-standard-dev --create-namespace
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --create-namespace
# 预检
helm install fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev --dry-run
helm install fileapi k8s-t0-commander/fileapi -n commander-standard-dev --dry-run
```
## 查询
```shell
helm list -n eoc-standard-dev
helm list -n commander-standard-dev
```
## 卸载
```shell
helm uninstall fileapi -n eoc-standard-dev
helm uninstall fileapi -n commander-standard-dev
```
## 更新
```shell
helm upgrade fileapi k8s-t0-eoc/fileapi -n eoc-standard-dev
helm upgrade fileapi k8s-t0-commander/fileapi -n commander-standard-dev
```
......@@ -12,8 +12,8 @@ global:
app:
namespace: commander-standard-dev
replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/
apiHost: eoc-api.aipark.com
imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: commander-api.aipark.com
nacos:
ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment