Skip to content

Commit

Permalink
docs: kubernetes compatibility board
Browse files Browse the repository at this point in the history
Signed-off-by: zhuangqh <zhuangqhc@gmail.com>
  • Loading branch information
zhuangqh committed Jan 27, 2019
1 parent fdd11e5 commit c2d670d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,18 @@ You can easily setup a basic PouchContainer environment, see [INSTALLATION.md](I

After installing PouchContainer on your machine, maybe it is the exciting moment for you to power your Kubernetes cluster by PouchContainer. There is an easy guide for you to quickly experience this amazing combination [Kubernetes + PouchContainer](docs/kubernetes/pouch_with_kubernetes_deploying.md).

### Kubernetes Compatibility

| | Kubernetes 1.7 | Kubernetes 1.8 | Kubernetes 1.9 | Kubernetes 1.10 | Kubernetes 1.11 | Kubernetes 1.12 | Kubernetes 1.13 |
|---------------------|----------------|----------------|----------------|-----------------|-----------------|-----------------|-----------------|
| PouchContainer 1.0 | N/A | N/A | N/A |||| N/A |
| PouchContainer 1.1 | N/A | N/A | N/A |||| N/A |
| PouchContainer HEAD | N/A | N/A | N/A |||| N/A |

Notes:

* `` It has passed all [NodeConformance tests.](https://github.com/kubernetes/community/blob/master/contributors/devel/conformance-tests.md)

## Contributing

You are warmly welcomed to hack on PouchContainer. We have prepared a detailed guide [CONTRIBUTING.md](CONTRIBUTING.md).
Expand Down
2 changes: 1 addition & 1 deletion hack/testing/run_daemon_cri_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ integration::run_daemon_cri_test_e2e_cases() {
if [[ "${cri_runtime}" == "v1alpha1" ]]; then
KUBERNETES_VERSION="release-1.9"
else
KUBERNETES_VERSION="release-1.12"
KUBERNETES_VERSION="release-1.13"
fi

KUBERNETES_REPO="github.com/kubernetes/kubernetes"
Expand Down

0 comments on commit c2d670d

Please sign in to comment.