Skip to content

Commit 44d966c

Browse files
authored
Documents limitation on policy enforcement
This change documents that Embedded Cluster does not support enforcing policy on the workloads run by the embedded cluster. This may not be a common use case, so it may not make sense to add this change. I'm suggesting it and asking @ajp-io and @chris-sanders to take a look.
1 parent ae09ed9 commit 44d966c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/vendor/embedded-overview.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Embedded Cluster has the following limitations:
7575

7676
* **Templating not supported in Embedded Cluster Config**: The [Embedded Cluster Config](/reference/embedded-config) resource does not support the use of Go template functions, including [KOTS template functions](/reference/template-functions-about).
7777

78+
* **Policy enforcement on Embedded Cluster workloads is not supported**: The Embedded Cluster runs workloads that required higher levels of privilege. If you application installs a policy enforcement engine such as Gatekeeper or Kyverno it should not enforce policy in the namespaces used by the embedded cluster.
79+
7880
## Quick Start
7981

8082
You can use the following steps to get started quickly with Embedded Cluster. More detailed documentation is available below.
@@ -372,4 +374,4 @@ toolkit:
372374
373375
<SupportBundleIntro/>
374376
375-
<EmbeddedClusterSupportBundle/>
377+
<EmbeddedClusterSupportBundle/>

0 commit comments

Comments
 (0)