-
Notifications
You must be signed in to change notification settings - Fork 904
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内部部署karmada #1232
Comments
Have you checked Installing Karmada document? |
when i use kubectl-karmada install karmada,the output failed message is follow: I0111 13:59:09.146318 477525 deploy.go:217] Update APIService 'v1alpha1.cluster.karmada.io' how can fix this?? |
Environment:kubectl-karmada is build from source code which tag is v1.0.0 |
Oh, this is a bug that has been fixed by #1228. I think you can re-build the karmada/artifacts/deploy/apiservice.yaml Lines 1 to 16 in eb4b3e2
|
cc @prodanlabs |
Yes, unfortunately, a karmadactl needs to be compiled manually. |
hi @RainbowMango |
I went into the same issue and I can't continue to install karmada after init failed. |
We can't do that even it will work. But we can cut a new release |
you can compile the latest karmadactl from source,you need a golang environment.
|
What is the current-context of kubeconfig? |
That is probably because
Or, you can describe the clusters to see the conditions/events:
We usually use |
the karmada-scheduler's log show that |
|
I noticed that a new |
You can try installing with helm |
/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/test-infra repository. |
看了karmada的启动脚本 都是对给定的一个k8s集群从外部进行部署karmada,有没什么方式可以在k8s集群内部部署karmada的??:
What do you think about this question?: 有官方开发者支持解答一下疑问吗
Environment:
The text was updated successfully, but these errors were encountered: