-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
CronJobs always show Unknown error (404) the server could not find the requested resource #7717
Comments
Same error in my cluster, Kubernetes Dashboard version |
Same error in my cluster, Kubernetes Dashboard version |
Tried rolling back dashboard version, but no luck. Has anyone found a work around for this problem? |
I think #7465 should have fixed this, but no new release has been made yet. |
Hello, can someone confirm when can we expect a new dashboard version with the fix ? |
Indeed, a patch update with this fix would be greatly appreciated! |
also waiting here on it :D |
Yeah same. Last release is 9 months old🥲 |
Same here :( |
Hello, is there something the community can help with here to get it released? 😃 |
You can do some testing for #7969 if you want. |
Same error here. Dashboard v2.7.0 Any updates on this subject? |
there is a guy that got tired of waiting (1 year now i think) with no updates on this so he fixed it himself within 5 min and uploaded his branch of the dashboard, and it works flawlessly :) i wonder why a hotfix have not been released , the codechange is SO easy master...beffe123:kubernetes-dashboard:v2.7.0-fixes image : beffe/kubernetes-dashboard:v2.7.0-fix-cj-2 |
I temporarily fell back to version 2.6.1 to avoid this problem |
Is there an existing PR with these changes, maybe we can up-vote that PR? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
@marekhanus I was able to get an image built using the patch created by beffe123. The image is posted on docker hub. I make no guarantee that it won't blow up your k8s environment but it's running on ours without issue. 😉 |
A new release that will contain the fix should be available next week. There will be lots of other changes too. Ref: #8708 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
I have found out the cause of this problem, please refer to #9622 |
What happened?
Cron Jobs Tab in the Dashboard always shows this error:
Unknown error (404) the server could not find the requested resource
Unfortunately, looks like it only happened after upgrading the k8s cluster to version v1.25.6
I’m using Kubernetes Dashboard chart version: v1.25.6
What did you expect to happen?
open the page normally as other tabs
How can we reproduce it (as minimally and precisely as possible)?
Just opening CronJobs anytime, it shows the error above
pod logs:
2023/04/26 09:04:27 Getting list of all cron jobs in the cluster
2023/04/26 09:04:27 [2023-04-26T09:04:27Z] Outcoming response to 172.16.6.167 with 404 status code
2023/04/26 09:04:27 [2023-04-26T09:04:27Z] Incoming HTTP/1.1 GET /api/v1/login/status request from 172.16.6.167:
2023/04/26 09:04:27 [2023-04-26T09:04:27Z] Outcoming response to 172.16.6.167 with 200 status code
2023/04/26 09:04:29 [2023-04-26T09:04:29Z] Incoming HTTP/1.1 GET /api/v1/namespace request from 172.16.6.167:
Anything else we need to know?
No response
What browsers are you seeing the problem on?
Chrome
Kubernetes Dashboard version
v6.0.7
Kubernetes version
v1.25.6
Dev environment
No response
The text was updated successfully, but these errors were encountered: