delete k8s install descs

This commit is contained in:
ethan-liu 2021-11-28 12:14:41 +08:00
parent f3da0d9210
commit b1f7b5ca5b
1 changed files with 0 additions and 16 deletions

View File

@ -27,22 +27,6 @@ docker-compose up -d
默认用户名密码为`admin/123456`
### k8s部署
**下载`kubernetes.yaml`**
```
wget https://gitee.com/jianmu-dev/jianmu-deploy/raw/master/kubernetes.yaml
```
**启动**
```
kubectl apply -f kubernetes.yaml
```
访问[`node节点ip:30180`](http://node节点ip:30180)
默认用户名密码为`admin/123456`
### 创建第一个项目
![create_porject](./images/create_project.png)