From f43c1ad55edecc43f1684b5504763a44b40e9858 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Mon, 6 Jan 2020 15:34:05 -0700 Subject: [PATCH] document --validate=false flag for manual installation to v1.13/earlier (#2172) Signed-off-by: Steve Kriss Co-authored-by: Ashish Amarnath --- site/docs/master/customize-installation.md | 5 ++++- site/docs/v1.2.0/customize-installation.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/site/docs/master/customize-installation.md b/site/docs/master/customize-installation.md index dcb671cef..e928e7b63 100644 --- a/site/docs/master/customize-installation.md +++ b/site/docs/master/customize-installation.md @@ -83,13 +83,16 @@ To generate the YAML without applying it to your cluster, use the `--dry-run -o This is useful for applying bespoke customizations, integrating with a GitOps workflow, etc. +If you are installing Velero in Kubernetes 1.13.x or earlier, you need to use `kubectl apply`'s `--validate=false` option when applying the generated configuration to your cluster. See [issue 2077][7] for more context. + ## Additional options Run `velero install --help` or see the [Helm chart documentation](https://github.com/helm/charts/tree/master/stable/velero) for the full set of installation options. -[0]: supported-providers.md [1]: https://github.com/vmware-tanzu/velero/releases/latest [2]: namespace.md [3]: restic.md [4]: on-premises.md [6]: velero-install.md#usage +[7]: https://github.com/vmware-tanzu/velero/issues/2077 + diff --git a/site/docs/v1.2.0/customize-installation.md b/site/docs/v1.2.0/customize-installation.md index dcb671cef..9ee8ceec2 100644 --- a/site/docs/v1.2.0/customize-installation.md +++ b/site/docs/v1.2.0/customize-installation.md @@ -83,6 +83,8 @@ To generate the YAML without applying it to your cluster, use the `--dry-run -o This is useful for applying bespoke customizations, integrating with a GitOps workflow, etc. +If you are installing Velero in Kubernetes 1.13.x or earlier, you need to use `kubectl apply`'s `--validate=false` option when applying the generated configuration to your cluster. See [issue 2077][7] for more context. + ## Additional options Run `velero install --help` or see the [Helm chart documentation](https://github.com/helm/charts/tree/master/stable/velero) for the full set of installation options. @@ -93,3 +95,4 @@ Run `velero install --help` or see the [Helm chart documentation](https://github [3]: restic.md [4]: on-premises.md [6]: velero-install.md#usage +[7]: https://github.com/vmware-tanzu/velero/issues/2077