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

[cherry pick to pai-1.4.y] version update #5143

Merged
merged 1 commit into from
Dec 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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