Add DatadogBYOCCluster API and CRD - #3494
Closed
shuheiktgw wants to merge 1 commit into
Closed
shuheiktgw wants to merge 1 commit into
shuheiktgw wants to merge 1 commit into
Conversation
This comment has been minimized.
This comment has been minimized.
shuheiktgw
commented
Sep 22, 2026
| # Remove defaultOverride section in DatadogAgent status due to the error: "datadoghq.com_datadogagents.yaml bigger than total allowed limit" | ||
| $YQ -i 'del(.spec.versions[].schema.openAPIV3Schema.properties.status.properties.defaultOverride)' "$ROOT/$v1/datadoghq.com_datadogagents.yaml" | ||
|
|
||
| # Remove OpenAPI schema descriptions from the BYOC CRD to keep its size under control. |
Contributor
Author
There was a problem hiding this comment.
As I mentioned in my comment here, the generated CRD is too large to be stored in etcd because it exceeds the maximum object size. To bring it under the size limit, the generator removes the field descriptions from the CRD schema.
shuheiktgw
force-pushed
the
add-byoc-api-crd
branch
from
September 22, 2026 13:02
43cd3df to
977fa8f
Compare
shuheiktgw
marked this pull request as ready for review
September 22, 2026 13:24
Member
|
Closing it so it can be re-opened directly from a local branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds the namespaced
datadoghq.com/v1alpha1DatadogBYOCClusterAPI. Most of the code is auto-generated, and the actual changes are inapi/datadoghq/v1alpha1/datadogbyoccluster_types.go.Additional Notes
Checklist
enhancement(requires a maintainer to add it)qa/skip-qalabel