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: Cannot install Gaffer Helm charts on Kubernetes 1.25+ #363

Closed
sb89594 opened this issue May 21, 2024 · 3 comments
Closed

Bug: Cannot install Gaffer Helm charts on Kubernetes 1.25+ #363

sb89594 opened this issue May 21, 2024 · 3 comments

Comments

@sb89594
Copy link
Member

sb89594 commented May 21, 2024

Following the instructions here does not currently work and fails with:

Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: resource mapping not found for name: "my-graph-zookeeper" namespace: "" from "": no matches for kind "PodDisruptionBudget" in version "policy/v1beta1" ensure CRDs are installed first

I believe it is because the beta version of this API was deprecated as part of Kubernetes version 1.25 (docs here).

As such, I think the Zookeeper dependency here needs to be updated to use a more upto date version which does not use the beta API.

@GCHQDeveloper314
Copy link
Member

Duplicates #255 which has some more details on this.

There are some other Helm problems currently and as Helm isn't a priority for us, we recommend using docker compose to try out Gaffer.

@GCHQDeveloper314 GCHQDeveloper314 closed this as not planned Won't fix, can't repro, duplicate, stale May 21, 2024
@sb89594
Copy link
Member Author

sb89594 commented May 22, 2024

Thank you for the response, might I suggest if Helm is no longer supported that the documentation be changed to reflect this? Or at least a warning is put on that it won't work on K8s 1.26+ and to use Docker compose instead?

@GCHQDeveloper314
Copy link
Member

Good point, I've raised docs #489 for this.

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