You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Tutorial: Set Helm Chart Values with KOTS](/vendor/tutorial-config-setup)
287
+
* [Setting Helm Values with KOTS](/vendor/helm-optional-value-keys)
287
288
* [`values`](/reference/custom-resource-helmchart-v2#values) in _HelmChart v2_
288
289
289
290
1. <CreateRelease/>
@@ -308,7 +309,7 @@ Before you begin this task, you can complete the [Add Preflight Checks to a Helm
308
309
309
310
To define preflight checks for your application:
310
311
311
-
1. In your Helm chart `templates` directory, add a Kubernetes Secret that includes a preflight spec. For more information, see [Defining Preflight Checks](/vendor/preflight-defining).
312
+
1. In your Helm chart `templates` directory, add a Kubernetes Secret that includes a preflight spec. For more information, see [Defining Preflight Checks](/vendor/preflight-defining). For examples, see [Example Preflight Specs](/vendor/preflight-examples).
312
313
:::note
313
314
If your application is deployed as multiple Helm charts, add the Secret to the `templates` directory for the chart that is installed first.
314
315
:::
@@ -356,7 +357,7 @@ To add the default support bundle spec to your application:
356
357
357
358
1. (Recommended) At a minimum, Replicated recommends that all support bundle specs include the `logs` collector. This collects logs from running Pods in the cluster.
358
359
359
-
For example:
360
+
**Example:**
360
361
361
362
```yaml
362
363
apiVersion: v1
@@ -383,7 +384,8 @@ To add the default support bundle spec to your application:
383
384
```
384
385
385
386
For more information, see:
386
-
* <a href="/vendor/support-bundle-customizing">Adding and Customizing Support Bundles</a>
387
+
* [Adding and Customizing Support Bundles](/vendor/support-bundle-customizing)
388
+
* [Example Support Bundle Specs](/vendor/support-bundle-examples)
387
389
* [Pod Logs](https://troubleshoot.sh/docs/collect/logs/) in the Troubleshoot documentation.
388
390
389
391
1. (Recommended) Ensure that any preflight checks that you added are also include in your support bundle spec. This ensures that support bundles collect at least the same information collected when running preflight checks.
@@ -400,7 +402,7 @@ To add the default support bundle spec to your application:
400
402
401
403
For information about how to generate support bundles, see [Generating Support Bundles](/vendor/support-bundle-generating).
402
404
403
-
1. (Optional) Customize the support bundle spec by adding additional collectors and analyzers. You can also choose to do this later. See [Step 2: Customize the Spec](/vendor/support-bundle-customizing#customize-the-spec) in _Adding and Customizing Support Bundles_.
405
+
1. (Optional) Customize the support bundle spec by adding additional collectors and analyzers.
404
406
405
407
### Task 9: Alias Replicated Endpoints with Your Own Domains
0 commit comments