Skip to content

Commit

Permalink
Update documented minimum supported k8s versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Feb 1, 2022
1 parent 4629f4a commit d0e1ce8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ weight: 2
---

{{< requirement title="Minimum Kubernetes version" >}}
Vector must be installed on Kubernetes version **1.15** or higher.
Vector must be installed on Kubernetes version **1.15** or higher. Vector is
tested with Kubernetes versions **1.19** or higher.
{{< /requirement >}}

[Kubernetes], also known as **k8s**, is an open source container orchestration system for automating application deployment, scaling, and management. This page covers installing and managing Vector on the Kubernetes platform.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ components: sources: kubernetes_logs: {
Vector is tested extensively against Kubernetes. In addition to Kubernetes
being Vector's most popular installation method, Vector implements a
comprehensive end-to-end test suite for all minor Kubernetes versions starting
with `1.15`.
with `1.19`.
"""
}

Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/services/kubernetes.cue
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ services: kubernetes: {
name: "Kubernetes"
thing: "a \(name) cluster"
url: urls.kubernetes
versions: ">= 1.15"
versions: ">= 1.19"
}

0 comments on commit d0e1ce8

Please sign in to comment.