Skip to content

Commit

Permalink
docs for k8s compatibility check
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <[email protected]>
  • Loading branch information
Donny Yung committed Sep 29, 2021
1 parent 2a1a284 commit 9bc7371
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/cluster-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import Alert from '@material-ui/lab/Alert';

For the most part, Telepresence doesn't require any special
configuration in the cluster and can be used right away in any
cluster (as long as the user has adequate [RBAC permissions](../rbac)).
cluster (as long as the user has adequate [RBAC permissions](../rbac)
and the cluster's server version is `1.17.0` or higher).

However, some advanced features do require some configuration in the
cluster.
Expand Down
11 changes: 11 additions & 0 deletions releaseNotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ docDescription: >-
changelog: https://github.com/telepresenceio/telepresence/blob/$branch$/CHANGELOG.md

items:
- version: 2.4.5
date: '2021-10-1'
notes:
- type: bugfix
title: Added checks for Telepresence kubernetes compatibility
body: >-
Telepresence currently works with Kubernetes server versions <code>1.17.0</code>
and higher. We have added logs in the connector and <code>traffic-manager</code>
to let users know when they are using Telepresence with a cluster it doesn't support.
docs: reference/cluster-config

- version: 2.4.4
date: '2021-09-27'
notes:
Expand Down

0 comments on commit 9bc7371

Please sign in to comment.