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] Helm-chart installation support for k8s version >= 1.25 #349

Open
oleksandr-shkovyra opened this issue Aug 14, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@oleksandr-shkovyra
Copy link

oleksandr-shkovyra commented Aug 14, 2023

Short issue description

Helm-chart installation support for k8s version >= 1.25

Kubernetes version: 1.27
Kubernetes distribution: EKS

How can we reproduce the issue?

helm install krane appvia/krane --namespace krane --create-namespace

Suggestions on how to fix the issue (OPTIONAL)

The helm chart should be fixed.
The installation with plain k8s resources works fine:

kubectl apply -f https://raw.githubusercontent.com/appvia/krane/master/k8s/one-time/prerequisites.yaml
kubectl apply -f https://raw.githubusercontent.com/appvia/krane/master/k8s/one-time/prerequisites.yaml -n krane
kubectl apply -f https://github.com/appvia/krane/tree/master/k8s -n krane
kubectl apply -f https://raw.githubusercontent.com/appvia/krane/master/k8s/krane-deployment.yaml -n krane
kubectl apply -f https://raw.githubusercontent.com/appvia/krane/master/k8s/redisgraph-deployment.yaml -n krane
kubectl apply -f https://raw.githubusercontent.com/appvia/krane/master/k8s/redisgraph-service.yaml -n krane
kubectl apply -f https://raw.githubusercontent.com/appvia/krane/master/k8s/krane-service.yaml -n krane
@oleksandr-shkovyra oleksandr-shkovyra added the bug Something isn't working label Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant