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
Helm-chart installation support for k8s version >= 1.25
Kubernetes version: 1.27 Kubernetes distribution: EKS
helm install krane appvia/krane --namespace krane --create-namespace
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: