Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] docs: kubernetes compatibility board #2696

Closed
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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ 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

Whether PouchContainer passes the [NodeConformance tests.](https://github.com/kubernetes/community/blob/master/contributors/devel/conformance-tests.md)

| | 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 | ✓ | ✘ | ✘ | ✘ |
| PouchContainer 1.1 | N/A | N/A | N/A | ✓ | ✘ | ✘ | ✘ |
| PouchContainer HEAD | N/A | N/A | N/A | ✓ | ✓ | ✓ | ✘ |

## 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