Skip to content

Commit

Permalink
settings: explain support-bundle-image setting fields (#643)
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
Co-authored-by: Jillian <67180770+jillian-maroket@users.noreply.github.com>
  • Loading branch information
bk201 and jillian-maroket authored Sep 25, 2024
1 parent 881cb01 commit 9c55a97
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions versioned_docs/version-v1.2/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_
Expand Down
8 changes: 8 additions & 0 deletions versioned_docs/version-v1.3/advanced/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c55a97

Please sign in to comment.