Skip to content

Commit

Permalink
docs: clarify Kubernetes compatibility with Cilium
Browse files Browse the repository at this point in the history
[ upstream commit 038877c ]

Signed-off-by: André Martins <andre@cilium.io>
Signed-off-by: Robin Hahling <robin.hahling@gw-computing.net>
  • Loading branch information
aanm authored and tklauser committed Aug 6, 2020
1 parent 79346e1 commit 599b49c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Documentation/kubernetes/compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ Kubernetes Compatibility
Cilium is compatible with multiple Kubernetes API Groups. Some are deprecated
or beta, and may only be available in specific versions of Kubernetes.

All Kubernetes versions listed are compatible with Cilium:
All Kubernetes versions listed are e2e tested and guaranteed to be compatible
with Cilium. Older Kubernetes versions not listed in this table do not have
Cilium support. Newer Kubernetes versions, while not listed, will depend on the
backward compatibility offered by Kubernetes.

+-------------------------------------------+---------------------------+----------------------------+
| k8s Version | k8s NetworkPolicy API | CiliumNetworkPolicy |
Expand Down
6 changes: 4 additions & 2 deletions Documentation/kubernetes/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ Requirements
Kubernetes Version
==================

The following Kubernetes versions have been tested in the continuous integration
system for this version of Cilium:
All Kubernetes versions listed are e2e tested and guaranteed to be compatible
with this Cilium version. Older Kubernetes versions not listed here do not have
Cilium support. Newer Kubernetes versions, while not listed, will depend on the
backward compatibility offered by Kubernetes.

* 1.10
* 1.11
Expand Down

0 comments on commit 599b49c

Please sign in to comment.