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

k8s dashboard can't search resource, like pod, deployment. #26

Open
huangxuelun opened this issue Dec 19, 2021 · 3 comments
Open

k8s dashboard can't search resource, like pod, deployment. #26

huangxuelun opened this issue Dec 19, 2021 · 3 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@huangxuelun
Copy link

kube-install version: 0.7.4
k8s version: 1.23.0
OS: centOS 7.9
this issue exists for a long time. this version still has it, so I raise up it.

image

@cloudnativer cloudnativer self-assigned this Dec 22, 2021
@cloudnativer cloudnativer added bug Something isn't working question Further information is requested labels Dec 22, 2021
@cloudnativer
Copy link
Owner

This is because the version of kube-dashboard is too low. In addition to the search feature, other features should be available.

@cloudnativer
Copy link
Owner

cloudnativer commented Dec 22, 2021

If you use the version of kube-install 0.7*, you can upgrade manually using the following methods:

docker pull cloudnativer/kubernetes-dashboard-amd64:v2.4.0
temptag=`cat /etc/docker/daemon.json | grep 5000 | cut -d "\"" -f 2 | head -1`
docker tag cloudnativer/kubernetes-dashboard-amd64:v2.4.0 $temptag/kubernetes-dashboard-amd64:v2.4.0
docker push $temptag/kubernetes-dashboard-amd64:v2.4.0
kubectl edit deployment kube-dashboard -n kube-system

Find image: $temptag/kubernetes-dashboard-amd64:v2.2.0 ,
Change it to image: $temptag/kubernetes-dashboard-amd64:v2.4.0,
Then save and quit.
After completing the upgrade of kube-dashboard, you can use it again.

@cloudnativer
Copy link
Owner

We will upgrade kube-dashboard in kube-install 0.8.0. You can follow our roadmap: https://github.com/cloudnativer/kube-install/blob/master/docs/roadmap.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants