Commit aa168c11 by 李辉02

环境切换为commander

parent 8365bb76
## 添加仓库到本地 ## 添加仓库到本地
```shell ```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 ...@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell ```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 helm repo update
...@@ -31,27 +31,27 @@ helm repo update ...@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -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-eoc/fileapi -n eoc-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 ```shell
helm list -n eoc-standard-dev helm list -n commander-standard-dev
``` ```
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n eoc-standard-dev helm uninstall fileapi -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -12,8 +12,8 @@ global:
app: app:
namespace: commander-standard-dev namespace: commander-standard-dev
replicas: 1 replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/ imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: eoc-api.aipark.com apiHost: commander-api.aipark.com
nacos: nacos:
ip: "nacos-headless.nacos.svc.cluster.local" ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848" port: "8848"
......
## 添加仓库到本地 ## 添加仓库到本地
```shell ```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 ...@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell ```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 helm repo update
...@@ -31,27 +31,27 @@ helm repo update ...@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -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-eoc/fileapi -n eoc-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 ```shell
helm list -n eoc-standard-dev helm list -n commander-standard-dev
``` ```
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n eoc-standard-dev helm uninstall fileapi -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -12,8 +12,8 @@ global:
app: app:
namespace: commander-standard-dev namespace: commander-standard-dev
replicas: 1 replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/ imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: eoc-api.aipark.com apiHost: commander-api.aipark.com
nacos: nacos:
ip: "nacos-headless.nacos.svc.cluster.local" ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848" port: "8848"
......
## 添加仓库到本地 ## 添加仓库到本地
```shell ```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 ...@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell ```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 helm repo update
...@@ -31,27 +31,27 @@ helm repo update ...@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -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-eoc/fileapi -n eoc-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 ```shell
helm list -n eoc-standard-dev helm list -n commander-standard-dev
``` ```
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n eoc-standard-dev helm uninstall fileapi -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -12,8 +12,8 @@ global:
app: app:
namespace: commander-standard-dev namespace: commander-standard-dev
replicas: 1 replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/ imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: eoc-api.aipark.com apiHost: commander-api.aipark.com
nacos: nacos:
ip: "nacos-headless.nacos.svc.cluster.local" ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848" port: "8848"
......
## 添加仓库到本地 ## 添加仓库到本地
```shell ```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 ...@@ -17,10 +17,10 @@ helm package . --destination d:/helmCharts
```shell ```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 helm repo update
...@@ -31,27 +31,27 @@ helm repo update ...@@ -31,27 +31,27 @@ helm repo update
需要在k8s集群上执行 需要在k8s集群上执行
```shell ```shell
helm install fileapi k8s-t0-eoc/fileapi --version 0.0.1 -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-eoc/fileapi -n eoc-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 ```shell
helm list -n eoc-standard-dev helm list -n commander-standard-dev
``` ```
## 卸载 ## 卸载
```shell ```shell
helm uninstall fileapi -n eoc-standard-dev helm uninstall fileapi -n commander-standard-dev
``` ```
## 更新 ## 更新
```shell ```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: ...@@ -12,8 +12,8 @@ global:
app: app:
namespace: commander-standard-dev namespace: commander-standard-dev
replicas: 1 replicas: 1
imageUrl: k8s-t0.tencentcloudcr.com/eoc/ imageUrl: k8s-t0.tencentcloudcr.com/commander/
apiHost: eoc-api.aipark.com apiHost: commander-api.aipark.com
nacos: nacos:
ip: "nacos-headless.nacos.svc.cluster.local" ip: "nacos-headless.nacos.svc.cluster.local"
port: "8848" 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