Skip to content

Commit 03d3d4f

Browse files
authored
Making it clearer strict works with EC too
1 parent 62a4c03 commit 03d3d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)