Nested Kustomizations with dependsOn failing dry-run #5362
Unanswered
darylgraham
asked this question in
Q&A
Replies: 1 comment
-
|
@darylgraham did you ever figure this out? Facing the same thing with metallb which also keeps its CRDs in a subchart. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I'm trying to install the Datadog Agent and Operator. The Operator provides the CRDs that are used in the Agent manifest, so I have a "Core" Kustomization that points to an OCI source. That source image has 2 folders, one for each component, and an
overlay.yamlthat sits at the root of the image and defines a Kustomization for each component. The Agent Kustomization depends on the Operator.After applying that to the cluster, the Core Kustomization is failing with the error message:
DatadogAgent/datadog/datadog-agent dry-run failed: no matches for kind "DatadogAgent" in version "datadoghq.com/v2alpha1"The only hint I have that might be causing this is that the Operator installs via a HelmRelease. The
datadog-operatorchart does not contain the CRDs directly, but has a dependency on a second helm chart. Could this be causing the issue?Files below:
Beta Was this translation helpful? Give feedback.
All reactions