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] Krane is not compatible with Kubernetes 1.27, 1.25 #331

Closed
krol3 opened this issue Jun 21, 2023 · 1 comment
Closed

[BUG] Krane is not compatible with Kubernetes 1.27, 1.25 #331

krol3 opened this issue Jun 21, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@krol3
Copy link

krol3 commented Jun 21, 2023

Short issue description

Krane version:
OS (Linux/Mac/Windows..): Linux
Kubernetes version: 1.27.1, 1.25.8
Kubernetes distribution (e.g. GKE, EKS, ...): local cluster kind

Krane works for me with this version v1.24.15, the upper version is the same error reported here

How can we reproduce the issue?

Similar to this another issue: #297

Install krane inside Kubernetes-1.27 kind create cluster and run krane report --incluster inside the krane pod.

$ k -n krane exec -ti krane-76d95cc76-mfhxj -- bash
bash-5.1$ krane report --incluster
INFO: This may take several seconds to complete...
INFO: ERR Invalid graph operation on empty key. Graph `rbac-default` will be created.
error: HTTP status code 404, the server could not find the requested resource for GET https://kubernetes.default.svc/apis/policy/v1beta1.
bash-5.1$

Suggestions on how to fix the issue (OPTIONAL)

@krol3 krol3 added the bug Something isn't working label Jun 21, 2023
@krol3 krol3 changed the title [BUG] Krane is not compatible with Kubernetes 1.27 [BUG] Krane is not compatible with Kubernetes 1.27, 1.25 Jun 21, 2023
@marcinc
Copy link
Contributor

marcinc commented Jul 26, 2023

Thank for reporting the issue @krol3. Can you confirm whether you've installed krane using helm chart?
The issue above has been already addressed (#298), however, I can see that the release containing that fix hasn't been cut yet but should go out shortly. I'm going to close the issue for now.

@marcinc marcinc closed this as completed Jul 26, 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

2 participants