Skip to content

Commit

Permalink
Docs: Add list of supported k8s versions for agent injector (#16433)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhjp authored Jul 26, 2022
1 parent 9d6c6f7 commit 2368548
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions website/content/docs/platform/k8s/injector/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ the request. This functionality is provided by the [vault-k8s](https://github.co
project and can be automatically installed and configured using the
[Vault Helm](https://github.com/hashicorp/vault-helm) chart.

## Supported Kubernetes Versions

The following [Kubernetes minor releases][k8s-releases] are currently supported.
The latest version of the injector is tested against each version. It may work
with other versions of Kubernetes, but those are not supported.

* 1.24
* 1.23
* 1.22
* 1.21
* 1.20
* 1.19

[k8s-releases]: https://kubernetes.io/releases/

## Overview

The Vault Agent Injector works by intercepting pod `CREATE` and `UPDATE`
Expand Down

0 comments on commit 2368548

Please sign in to comment.