We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
With #162 the crds are in the./crdsdirectory now helm default). This mean an helm install is required and --dry-run doesn't work.
./crds
helm install
--dry-run
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/
Sorry, something went wrong.
No branches or pull requests
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...
When I install 0.3.7, the CRD does get installed. For the meantime, I am sticking with 0.3.7.
The text was updated successfully, but these errors were encountered: