Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRD missing from latest helm chart 0.3.8 #199

Open
CoinCoderBuffalo opened this issue Jan 13, 2025 · 1 comment
Open

CRD missing from latest helm chart 0.3.8 #199

CoinCoderBuffalo opened this issue Jan 13, 2025 · 1 comment

Comments

@CoinCoderBuffalo
Copy link

CoinCoderBuffalo commented Jan 13, 2025

NAME CHART VERSION APP VERSION DESCRIPTION
datainfra/druid-operator 0.3.8 v1.2.5 Druid Kubernetes Operator
datainfra/druid-operator 0.3.7 v1.2.4 Druid Kubernetes Operator

When I install version 0.3.8, the CRD does not get installed...

describe crd druids.druid.apache.org
error from server (NotFound): customresourcedefinitions.apiextensions.k8s.io "druids.druid.apache.org" not found

When I install 0.3.7, the CRD does get installed. For the meantime, I am sticking with 0.3.7.

@schmichri
Copy link
Contributor

schmichri commented Jan 15, 2025

With #162 the crds are in the./crdsdirectory now helm default).
This mean an helm install is required and --dry-run doesn't work.

Just tried to install with default values and the crd are on the control-plane


NAME                               CREATED AT
druidingestions.druid.apache.org   2025-01-15T19:02:05Z
druids.druid.apache.org            2025-01-15T19:02:05Z

https://helm.sh/docs/chart_best_practices/custom_resource_definitions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants