Skip to content

Commit

Permalink
upgrade test version to Kubernetes v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maguowei committed Dec 12, 2018
1 parent 7729658 commit 40bd47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kubernetes-for-china

- 当前在 Ubuntu 18.04 (With Kubernetes v1.12.2) 经过测试可用
- 当前在 Ubuntu 18.04 (With Kubernetes v1.13.0) 经过测试可用

## 安装 `Kubernetes`

Expand Down Expand Up @@ -36,7 +36,7 @@ $ ./load_images.sh
```bash

# 可以用下面的命令列出 kubeadm 需要的 images
$ kubeadm config images list --kubernetes-version=v1.12.2
$ kubeadm config images list --kubernetes-version=v1.13.0

# 集群初始化(init.yml文件中配置了使用阿里的镜像仓库)
$ sudo kubeadm init --config init.yml
Expand Down

0 comments on commit 40bd47e

Please sign in to comment.