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

Difficulty regarding installation of Karmada Developer kit on Ubntu #5614

Open
jayesh9747 opened this issue Sep 27, 2024 · 9 comments
Open
Labels
kind/question Indicates an issue that is a support question.

Comments

@jayesh9747
Copy link

Please provide an in-depth description of the question you have:

"I want to set up the Karmada developer kit using the documentation here. I followed each step provided in this document, but I am facing difficulties with the installation. I have attached a screenshot of the error that occurred during the installation."

image

@jayesh9747 jayesh9747 added the kind/question Indicates an issue that is a support question. label Sep 27, 2024
@RainbowMango
Copy link
Member

From the picture, I see the script is waiting for the host-cluster to be ready. Do you mean it failed eventually due to a timeout?

@RainbowMango
Copy link
Member

Or, you can run the following command if it timeout:

kubectl --kubeconfig=$HOME/.kube/karmada.config --context karmada-host get --raw=/healthz

@jayesh9747
Copy link
Author

From the picture, I see the script is waiting for the host-cluster to be ready. Do you mean it failed eventually due to a timeout?
yes, absolutely

@jayesh9747
Copy link
Author

image
after runing above command this msg is shown to me

@RainbowMango
Copy link
Member

It shows you cannot access the Karmada API Server from your machine.
I think you can try to run the Kind Quick Start to confirm if kind works on your machine.

@jayesh9747
Copy link
Author

yes , kind is working on my machine
image

and this is config file for runing or joing kubectl to cluster
image

@jayesh9747
Copy link
Author

this is current config of kubectl of my machine
image

@jayesh9747
Copy link
Author

and why my current context is not setup ? after runing docs command ?
image

@RainbowMango
Copy link
Member

Can you access your kind cluster? Try to deploy something on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/question Indicates an issue that is a support question.
Projects
None yet
Development

No branches or pull requests

2 participants