Skip to content

Commit 1a130fc

Browse files
authored
Making it clearer strict works with EC too (#3493)
* Making it clearer strict works with EC too * Update preflight-defining.mdx
1 parent 62a4c03 commit 1a130fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/vendor/preflight-defining.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ To view all the available analyzers, see the [Analyze](https://troubleshoot.sh/d
105105

106106
### Block Installation with Required (Strict) Preflights {#strict}
107107

108-
For applications installed with KOTS, you can set any preflight analyzer to `strict: true`. When `strict: true` is set, any `fail` outcomes for the analyzer block the deployment of the release.
108+
For applications installed with KOTS or Embedded Cluster, you can set any preflight analyzer to `strict: true`. When `strict: true` is set, any `fail` outcomes for the analyzer block the deployment of the release.
109109

110110
:::note
111111
Strict preflight analyzers are ignored if the `exclude` property is also included and evaluates to `true`. See [exclude](https://troubleshoot.sh/docs/analyze/#exclude) in the Troubleshoot documentation.
112112
:::
113113

114114
### Examples
115115

116-
For common examples of collectors and analyzers used in preflight checks, see [Examples of Preflight Specs](/vendor/preflight-examples).
116+
For common examples of collectors and analyzers used in preflight checks, see [Examples of Preflight Specs](/vendor/preflight-examples).

docs/vendor/preflight-support-bundle-about.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ For information about how to add preflight checks to your application, including
7777

7878
### Blocking Installation with Required (Strict) Preflights
7979

80-
For applications installed with KOTS, it is possible to block the deployment of a release if a preflight check fails. This is helpful when it is necessary to prevent an installation or upgrade from continuing unless a given requirement is met.
80+
For applications installed with KOTS or Embedded Cluster, it is possible to block the deployment of a release if a preflight check fails. This is helpful when it is necessary to prevent an installation or upgrade from continuing unless a given requirement is met.
8181

8282
You can add required preflight checks for an application by including `strict: true` for the target analyzer in the preflight specification. For more information, see [Block Installation with Required (Strict) Preflights](preflight-defining#strict) in _Define Preflight Checks_.
8383

@@ -148,4 +148,4 @@ For more information, see [Add and Customize Support Bundles](support-bundle-cus
148148
Users generate support bundles as `tar.gz` files from the command line, using the support-bundle kubectl plugin. Your customers can share their support bundles with your team by sending you the resulting `tar.gz` file.
149149

150150
KOTS users can also generate and share support bundles from the KOTS Admin Console.
151-
For more information, see [Generate Support Bundles](support-bundle-generating).
151+
For more information, see [Generate Support Bundles](support-bundle-generating).

0 commit comments

Comments
 (0)