-
-
Notifications
You must be signed in to change notification settings - Fork 288
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
Arkade Install Kafka fails #844
Comments
Thanks for the feedback. @Jasstkn is this something you could try out and look into? |
I'll take a look later today. |
@remiconnesson @alexellis the reason is the following: kafka's charts aren't well maintained. There is a lot of issues that are currently opened. One of them addresses issue with PDB that you faced: confluentinc/cp-helm-charts#629. It means that |
Thank you very much for answering that fast In the meantime, For anyone reading this wanting to install kafka on k3s I'm currently looking into this solution:
|
@remiconnesson Confluent provide free Kafka for development. Have you looked into that? We use it for testing the OpenFaaS Pro Kafka Connector |
Any other suggestions for charts @Jasstkn ? |
|
looks like it is using "policy/v1beta1", it is deprecated in v1.21 and completely removed in v1.25 in favor of "policy/v1", mostly helm chart should use this in PodSecurityPolicy or PodDisruptionBudget i would use bitnami charts instead of confluentinc ones, they are more maintained @Jasstkn |
From https://github.com/confluentinc/cp-helm-charts: Confluent Platform Helm Charts [Deprecated] |
What about the one Bitnami maintains? https://github.com/bitnami/charts/tree/main/bitnami/kafka This is more similar in approach than moving to using an operator to install/manage Kafka. |
Expected Behaviour
arkade install kafka
Current Behaviour
Are you a GitHub Sponsor yet (Yes/No?)
Possible Solution
Steps to Reproduce (for bugs)
arkade get k3sup
export PATH=$PATH:$HOME/.arkade/bin/
in .zshrc
, thensource
k3sup install --local --k3s-extra-args "--write-kubeconfig-mode=644"
arkade install kafka
Context
I'm using arkade because it's the only tool I understand yet, I'm not versed in helm yet.
So basically my only shot to install kafka on k3s
This being said, not really affecting me I'm using it for a toy project
I'm opening this issue fyi because every install I did with arkade worked out of the box, it's the first time it doesn't. Beautiful tool.
Your Environment
K3S on ubuntu 22 single node
The text was updated successfully, but these errors were encountered: