-
Notifications
You must be signed in to change notification settings - Fork 47
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
UI界面登不上去 #67
Comments
It's the view of textarea, in fact no |
Is it the same issue with the #66, if true we can solve the problem in dedicated issue. |
@warjiang i generated the token which mentioned Here. And make Also in input field, I see when How can I solve the issue for login. can you please tell ?
_output/bin/linux/amd64/karmada-dashboard-api |
It seems that you've already solved it by yourself, right ? |
@warjiang yaa... thank you. |
@warjiang , so how I can solve it? |
@Erick-shi can you inspect the network xhr request in the browser dev tools, when you click login, it will be an |
|
@Erick-shi hello, did you run the |
hello, that's my karmada pod kube-controller-manager-7b94cb494f-knlv9 0/1 CrashLoopBackOff 64 (22s ago) 17d
[root@k8scluster-manager ~]# kubectl -n karmada-system get pod
NAME READY STATUS RESTARTS AGE
etcd-0 1/1 Running 14 (2m38s ago) 17d
karmada-aggregated-apiserver-564c75f4d6-nzqv5 1/1 Running 36 (80s ago) 17d
karmada-apiserver-54bc5656f4-rb898 1/1 Running 17 (110s ago) 17d
karmada-controller-manager-76f67d8f77-n8xlh 1/1 Running 68 (76s ago) 17d
karmada-dashboard-6649bd5d8d-kxkmc 1/1 Running 21 (2m ago) 17d
karmada-dashboard-api-68f4cd9c55-lg549 1/1 Running 11 (76s ago) 3d23h
karmada-dashboard-web-6bb6f998f8-vq25w 1/1 Running 3 (2m38s ago) 4d
karmada-scheduler-55d78d87dc-8jcwl 1/1 Running 44 (2m38s ago) 17d
karmada-webhook-586d65d978-2pkv2 1/1 Running 12 (2m38s ago) 17d
kube-controller-manager-7b94cb494f-knlv9 1/1 Running 65 (71s ago) 17d
[root@k8scluster-manager ~]# I have run the |
Hi @Erick-shi , are you trying two kind of our dashboard? The above one is our new dashboard, the one at the bottom is the old version. |
yes, the two dashboard I have to try,but all is failed. |
For the newer dashboard, are you still using the same sa token as before or re-generate a new one? Are you using the guide: https://github.com/karmada-io/dashboard/blob/main/docs/user-guide.md |
I had to try use [root@k8scluster-manager dashboard]# export KUBECONFIG=${HOME}/.kube/karmada.config
[root@k8scluster-manager dashboard]# kubectl config use-context karmada-host
Switched to context "karmada-host".
[root@k8scluster-manager dashboard]# kubectl apply -f karmada-dashboard-sa.yaml
error: error validating "karmada-dashboard-sa.yaml": error validating data: failed to download openapi: the server could not find the requested resource; if you choose to ignore these errors, turn validation off with --validate=false
[root@k8scluster-manager dashboard]# I am use |
@warjiang hi, I have solve my problem export KUBECONFIG=/etc/karmada/karmada-apiserver.config thanks. |
/close |
@RainbowMango: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
当生产token后, token应该是一行,可是粘贴到了web节目中,就换行了,,,是不是bug呢?
The text was updated successfully, but these errors were encountered: