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

Update supported k8s versions for the v1.3: add AKS and EKS 1.18, rem… #1324

Merged
merged 1 commit into from
Jan 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ The following table displays the tested Kubernetes and Helm versions.

Name | Version
-------- | -----
K8s with EKS | 1.14<br/>1.15<br/>1.16<br/>1.17
K8s with EKS | 1.15<br/>1.16<br/>1.17<br/>1.18
K8s with Kops | 1.16<br/>1.17<br/>1.18
K8s with GKE | 1.15<br/>1.16
Comment on lines +47 to 49
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.15 version is only supported for release 1.3. So, will it be okay to clearly mention that or will this work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a v1.3 documentation update (I'm merging into the release-v1.3 branch).

K8s with AKS | 1.16<br/>1.17
K8s with AKS | 1.16<br/>1.17<br/>1.18
Helm | 2.14.13 (Linux)
kubectl | 1.15.0

Expand Down