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

[Bug]: CRD is missing integration attribute #277

Closed
3 of 4 tasks
jkleinlercher opened this issue Nov 30, 2023 · 1 comment
Closed
3 of 4 tasks

[Bug]: CRD is missing integration attribute #277

jkleinlercher opened this issue Nov 30, 2023 · 1 comment

Comments

@jkleinlercher
Copy link
Contributor

Checklist

  • I've searched for similar issues and couldn't find anything matching
  • I've included steps to reproduce the behavior

Affected Components

  • K8sGPT (CLI)
  • K8sGPT Operator

K8sGPT Version

V0.0.24

Kubernetes Version

V1.26.0

Host OS and its Version

Steps to reproduce

  1. Install operator helm chart according to readme
  2. define „integrations“ attribute
  3. „Integrations“ attribute is ignored

Expected behaviour

„Integrations“ attribute should be honored as described. Maybe also other attributes are missing?

Actual behaviour

„Integrations“ attribute in K8sGPT CR is ignored

Additional Information

hey all, I just tried the latest operator version 0.0.24. It seems the K8sGPT CR doesn't work as excepted. The "integrations" attribut is not known when installing the operator via helm. I guess the problem is that the integrations attribut is only defined in the CRD here https://github.com/k8sgpt-ai/k8sgpt-operator/blob/v0.0.24/config/crd/bases/core.k8sgpt.ai_k8sgpts.yaml#L84-L95 but not in https://github.com/k8sgpt-ai/k8sgpt-operator/blob/v0.0.24/chart/operator/templates/k8sgpt-crd.yaml and in the official helm-chart it seems that the https://github.com/k8sgpt-ai/k8sgpt-operator/blob/v0.0.24/chart/operator/templates/k8sgpt-crd.yaml is used. Any ideas?

@AlexsJones
Copy link
Member

Fixed in 0.0.25

@arbreezy arbreezy closed this as completed Dec 1, 2023
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

3 participants