Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
update branch name and image tag to v1.4 in installation doc (#5143)
Browse files Browse the repository at this point in the history
  • Loading branch information
suiguoxin authored Dec 2, 2020
1 parent a999241 commit a8a22e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ openpai-004,10.0.0.4
```yaml
user: <your-ssh-username>
password: <your-ssh-password>
branch_name: pai-1.3.y
docker_image_tag: v1.3.0
branch_name: pai-1.4.y
docker_image_tag: v1.4.0

# Optional

Expand Down Expand Up @@ -192,7 +192,7 @@ docker_image_tag: v1.3.0
On the dev box machine, use the following commands to clone the OpenPAI repo:

```bash
git clone -b pai-1.3.y https://github.com/microsoft/pai.git # change to a different branch if you want to deploy a different version
git clone -b pai-1.4.y https://github.com/microsoft/pai.git # change to a different branch if you want to deploy a different version
cd pai/contrib/kubespray
```

Expand Down
6 changes: 3 additions & 3 deletions docs_zh_CN/manual/cluster-admin/installation-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ openpai-004,10.0.0.4
```yaml
user: <your-ssh-username>
password: <your-ssh-password>
branch_name: pai-1.3.y
docker_image_tag: v1.3.0
branch_name: pai-1.4.y
docker_image_tag: v1.4.0

# Optional

Expand Down Expand Up @@ -191,7 +191,7 @@ docker_image_tag: v1.3.0
在dev box机器上,使用下面的命令克隆OpenPAI的源代码。

```bash
git clone -b pai-1.3.y https://github.com/microsoft/pai.git # 如果您想要部署不同的版本,请切换到相应的branch。
git clone -b pai-1.4.y https://github.com/microsoft/pai.git # 如果您想要部署不同的版本,请切换到相应的branch。
cd pai/contrib/kubespray
```

Expand Down

0 comments on commit a8a22e1

Please sign in to comment.