From 341ee166f5551ad1a04249fcebf37bb007c2ac8e Mon Sep 17 00:00:00 2001 From: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:27:42 +1000 Subject: [PATCH 1/3] Update index.mdx Move @include 'kubernetes-supported-versions.mdx' to main k8s page rather than hidden in helm --- content/vault/v1.18.x/content/docs/platform/k8s/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/vault/v1.18.x/content/docs/platform/k8s/index.mdx b/content/vault/v1.18.x/content/docs/platform/k8s/index.mdx index 162ba5419b..abd4380510 100644 --- a/content/vault/v1.18.x/content/docs/platform/k8s/index.mdx +++ b/content/vault/v1.18.x/content/docs/platform/k8s/index.mdx @@ -40,6 +40,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments. From 7f917b08528d669064e36325d65ed0d3190e6966 Mon Sep 17 00:00:00 2001 From: ram-parameswaran <109940849+ram-parameswaran@users.noreply.github.com> Date: Sat, 23 Aug 2025 00:32:48 +1000 Subject: [PATCH 2/3] Update index.mdx Remove reference 'kubernetes-supported-versions.mdx' from helm --- content/vault/v1.18.x/content/docs/platform/k8s/helm/index.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/vault/v1.18.x/content/docs/platform/k8s/helm/index.mdx b/content/vault/v1.18.x/content/docs/platform/k8s/helm/index.mdx index a0670ec964..d19ff9c846 100644 --- a/content/vault/v1.18.x/content/docs/platform/k8s/helm/index.mdx +++ b/content/vault/v1.18.x/content/docs/platform/k8s/helm/index.mdx @@ -19,8 +19,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the helm chart Helm must be installed and configured on your machine. Please refer to the [Helm From f248606eb5d2dbeb7efdaa5377ec4730469da2d5 Mon Sep 17 00:00:00 2001 From: Ram Parameswaran Date: Mon, 25 Aug 2025 10:56:47 +1000 Subject: [PATCH 3/3] Relocate reference to kubernetes-supported-versions.mdx to main k8s page rather than hidden in helm --- content/vault/v1.13.x/content/docs/platform/k8s/helm/index.mdx | 2 -- content/vault/v1.14.x/content/docs/platform/k8s/helm/index.mdx | 2 -- content/vault/v1.14.x/content/docs/platform/k8s/index.mdx | 2 ++ content/vault/v1.15.x/content/docs/platform/k8s/helm/index.mdx | 2 -- content/vault/v1.15.x/content/docs/platform/k8s/index.mdx | 2 ++ content/vault/v1.16.x/content/docs/platform/k8s/helm/index.mdx | 2 -- content/vault/v1.16.x/content/docs/platform/k8s/index.mdx | 2 ++ content/vault/v1.17.x/content/docs/platform/k8s/helm/index.mdx | 2 -- content/vault/v1.17.x/content/docs/platform/k8s/index.mdx | 2 ++ .../vault/v1.19.x/content/docs/deploy/kubernetes/helm/index.mdx | 2 -- content/vault/v1.19.x/content/docs/deploy/kubernetes/index.mdx | 2 ++ .../vault/v1.20.x/content/docs/deploy/kubernetes/helm/index.mdx | 2 -- content/vault/v1.20.x/content/docs/deploy/kubernetes/index.mdx | 2 ++ 13 files changed, 12 insertions(+), 14 deletions(-) diff --git a/content/vault/v1.13.x/content/docs/platform/k8s/helm/index.mdx b/content/vault/v1.13.x/content/docs/platform/k8s/helm/index.mdx index 53f410103b..9bcdd3f028 100644 --- a/content/vault/v1.13.x/content/docs/platform/k8s/helm/index.mdx +++ b/content/vault/v1.13.x/content/docs/platform/k8s/helm/index.mdx @@ -20,8 +20,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.14.x/content/docs/platform/k8s/helm/index.mdx b/content/vault/v1.14.x/content/docs/platform/k8s/helm/index.mdx index 53f410103b..9bcdd3f028 100644 --- a/content/vault/v1.14.x/content/docs/platform/k8s/helm/index.mdx +++ b/content/vault/v1.14.x/content/docs/platform/k8s/helm/index.mdx @@ -20,8 +20,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.14.x/content/docs/platform/k8s/index.mdx b/content/vault/v1.14.x/content/docs/platform/k8s/index.mdx index 162ba5419b..abd4380510 100644 --- a/content/vault/v1.14.x/content/docs/platform/k8s/index.mdx +++ b/content/vault/v1.14.x/content/docs/platform/k8s/index.mdx @@ -40,6 +40,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments. diff --git a/content/vault/v1.15.x/content/docs/platform/k8s/helm/index.mdx b/content/vault/v1.15.x/content/docs/platform/k8s/helm/index.mdx index 53f410103b..9bcdd3f028 100644 --- a/content/vault/v1.15.x/content/docs/platform/k8s/helm/index.mdx +++ b/content/vault/v1.15.x/content/docs/platform/k8s/helm/index.mdx @@ -20,8 +20,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.15.x/content/docs/platform/k8s/index.mdx b/content/vault/v1.15.x/content/docs/platform/k8s/index.mdx index 162ba5419b..abd4380510 100644 --- a/content/vault/v1.15.x/content/docs/platform/k8s/index.mdx +++ b/content/vault/v1.15.x/content/docs/platform/k8s/index.mdx @@ -40,6 +40,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments. diff --git a/content/vault/v1.16.x/content/docs/platform/k8s/helm/index.mdx b/content/vault/v1.16.x/content/docs/platform/k8s/helm/index.mdx index 53f410103b..9bcdd3f028 100644 --- a/content/vault/v1.16.x/content/docs/platform/k8s/helm/index.mdx +++ b/content/vault/v1.16.x/content/docs/platform/k8s/helm/index.mdx @@ -20,8 +20,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.16.x/content/docs/platform/k8s/index.mdx b/content/vault/v1.16.x/content/docs/platform/k8s/index.mdx index 162ba5419b..abd4380510 100644 --- a/content/vault/v1.16.x/content/docs/platform/k8s/index.mdx +++ b/content/vault/v1.16.x/content/docs/platform/k8s/index.mdx @@ -40,6 +40,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments. diff --git a/content/vault/v1.17.x/content/docs/platform/k8s/helm/index.mdx b/content/vault/v1.17.x/content/docs/platform/k8s/helm/index.mdx index 53f410103b..9bcdd3f028 100644 --- a/content/vault/v1.17.x/content/docs/platform/k8s/helm/index.mdx +++ b/content/vault/v1.17.x/content/docs/platform/k8s/helm/index.mdx @@ -20,8 +20,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.17.x/content/docs/platform/k8s/index.mdx b/content/vault/v1.17.x/content/docs/platform/k8s/index.mdx index 162ba5419b..abd4380510 100644 --- a/content/vault/v1.17.x/content/docs/platform/k8s/index.mdx +++ b/content/vault/v1.17.x/content/docs/platform/k8s/index.mdx @@ -40,6 +40,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments. diff --git a/content/vault/v1.19.x/content/docs/deploy/kubernetes/helm/index.mdx b/content/vault/v1.19.x/content/docs/deploy/kubernetes/helm/index.mdx index 1f87060c97..33ef09f7d3 100644 --- a/content/vault/v1.19.x/content/docs/deploy/kubernetes/helm/index.mdx +++ b/content/vault/v1.19.x/content/docs/deploy/kubernetes/helm/index.mdx @@ -19,8 +19,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the Helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.19.x/content/docs/deploy/kubernetes/index.mdx b/content/vault/v1.19.x/content/docs/deploy/kubernetes/index.mdx index 22e85433a6..d3ed9a61bf 100644 --- a/content/vault/v1.19.x/content/docs/deploy/kubernetes/index.mdx +++ b/content/vault/v1.19.x/content/docs/deploy/kubernetes/index.mdx @@ -41,6 +41,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments. diff --git a/content/vault/v1.20.x/content/docs/deploy/kubernetes/helm/index.mdx b/content/vault/v1.20.x/content/docs/deploy/kubernetes/helm/index.mdx index 1f87060c97..33ef09f7d3 100644 --- a/content/vault/v1.20.x/content/docs/deploy/kubernetes/helm/index.mdx +++ b/content/vault/v1.20.x/content/docs/deploy/kubernetes/helm/index.mdx @@ -19,8 +19,6 @@ This page assumes general knowledge of [Helm](https://helm.sh/) and how to use it. Using Helm to install Vault requires that Helm is properly installed and configured with your Kubernetes cluster. -@include 'kubernetes-supported-versions.mdx' - ## Using the Helm chart Helm must be installed and configured on your machine. Please refer to the [Helm diff --git a/content/vault/v1.20.x/content/docs/deploy/kubernetes/index.mdx b/content/vault/v1.20.x/content/docs/deploy/kubernetes/index.mdx index 22e85433a6..d3ed9a61bf 100644 --- a/content/vault/v1.20.x/content/docs/deploy/kubernetes/index.mdx +++ b/content/vault/v1.20.x/content/docs/deploy/kubernetes/index.mdx @@ -41,6 +41,8 @@ to the Vault cluster which can be used to [store audit logs](/vault/docs/audit). native integrations provided by Vault itself, any other tool built for Kubernetes can choose to leverage Vault. +@include 'kubernetes-supported-versions.mdx' + ## Getting started with Vault and kubernetes There are several ways to try Vault with Kubernetes in different environments.