From e2fca6594ca64760b99be25f54348e74458bff0f Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Mon, 23 Sep 2024 11:03:35 +0800 Subject: [PATCH] settings: explain support-bundle-image setting fields Signed-off-by: Kiefer Chang Co-authored-by: Jillian <67180770+jillian-maroket@users.noreply.github.com> --- docs/advanced/settings.md | 8 ++++++++ versioned_docs/version-v1.2/advanced/settings.md | 8 ++++++++ versioned_docs/version-v1.3/advanced/settings.md | 8 ++++++++ 3 files changed, 24 insertions(+) diff --git a/docs/advanced/settings.md b/docs/advanced/settings.md index a7972b9d94..e38df8ef5a 100644 --- a/docs/advanced/settings.md +++ b/docs/advanced/settings.md @@ -424,6 +424,14 @@ Specify an IP range in the IPv4 CIDR format. The number of IPs must be four time } ``` +**Supported options and values**: + +The value is a JSON object literal that contains the following key-value pairs: + +- `repository`: Name of the repository that stores the support bundle image. +- `tag`: Tag assigned to the support bundle image. +- `imagePullPolicy`: Pull policy of the support bundle image. The supported values are `IfNotPresent`, `Always`, and `Never`. For more information, see [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) in the Kubernetes documentation. + ### `support-bundle-namespaces` **Versions**: v1.2.0 and later diff --git a/versioned_docs/version-v1.2/advanced/settings.md b/versioned_docs/version-v1.2/advanced/settings.md index 4c38558ec8..1ba7e21b65 100644 --- a/versioned_docs/version-v1.2/advanced/settings.md +++ b/versioned_docs/version-v1.2/advanced/settings.md @@ -411,6 +411,14 @@ Default: } ``` +**Supported options and values**: + +The value is a JSON object literal that contains the following key-value pairs: + +- `repository`: Name of the repository that stores the support bundle image. +- `tag`: Tag assigned to the support bundle image. +- `imagePullPolicy`: Pull policy of the support bundle image. The supported values are `IfNotPresent`, `Always`, and `Never`. For more information, see [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) in the Kubernetes documentation. + ## `support-bundle-namespaces` _Available as of v1.2.0_ diff --git a/versioned_docs/version-v1.3/advanced/settings.md b/versioned_docs/version-v1.3/advanced/settings.md index 35a94a90cc..5970fd3c3c 100644 --- a/versioned_docs/version-v1.3/advanced/settings.md +++ b/versioned_docs/version-v1.3/advanced/settings.md @@ -424,6 +424,14 @@ Specify an IP range in the IPv4 CIDR format. The number of IPs must be four time } ``` +**Supported options and values**: + +The value is a JSON object literal that contains the following key-value pairs: + +- `repository`: Name of the repository that stores the support bundle image. +- `tag`: Tag assigned to the support bundle image. +- `imagePullPolicy`: Pull policy of the support bundle image. The supported values are `IfNotPresent`, `Always`, and `Never`. For more information, see [Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) in the Kubernetes documentation. + ### `support-bundle-namespaces` **Versions**: v1.2.0 and later