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

It always gets stuck in this place, can you tell me what to do? #191

Closed
Liu-JJ97 opened this issue Sep 9, 2021 · 8 comments
Closed

It always gets stuck in this place, can you tell me what to do? #191

Liu-JJ97 opened this issue Sep 9, 2021 · 8 comments
Labels
kind/question Indicates an issue that is a support question.

Comments

@Liu-JJ97
Copy link

Liu-JJ97 commented Sep 9, 2021

namespace/sedna created
node/master labeled
customresourcedefinition.apiextensions.k8s.io/datasets.sedna.io created
customresourcedefinition.apiextensions.k8s.io/federatedlearningjobs.sedna.io cre ated
customresourcedefinition.apiextensions.k8s.io/incrementallearningjobs.sedna.io c reated
customresourcedefinition.apiextensions.k8s.io/jointinferenceservices.sedna.io created
Error from server (Timeout): error when creating "build/crds/sedna.io_lifelonglearningjobs.yaml": the server was unable to return a response in the time allotted, but may still be processing the request (post customresourcedefinitions.apiextensions.k8s.io)
Error from server (Timeout): error when creating "build/crds/sedna.io_models.yaml": Timeout: request did not complete within requested timeout 34s

@Liu-JJ97 Liu-JJ97 added the kind/question Indicates an issue that is a support question. label Sep 9, 2021
@JoeyHwong-gk
Copy link
Contributor

Are you using any proxies? put more details about your installtion

@Liu-JJ97
Copy link
Author

I turned off the proxy and downloaded the source code and install files locally, but I still have the same problem.

root@master:# SEDNA_GM_NODE=master
root@master:
# export SEDNA_ROOT=/home/master/sedna
root@master:# git config --global http.sslVerify "false"
root@master:
# chmod 777 /home/master/install.sh
root@master:~# curl https://raw.githubusercontent.com/kubeedge/sedna/main/scripts/installation/install.sh | SEDNA_GM_NODE=$SEDNA_GM_NODE SEDNA_ACTION=create bash -
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9300 100 9300 0 0 8266 0 0:00:01 0:00:01 --:--:-- 8259
NAME STATUS ROLES AGE VERSION
master Ready master 29d v1.17.4
namespace/sedna created
node/master labeled
customresourcedefinition.apiextensions.k8s.io/datasets.sedna.io created
customresourcedefinition.apiextensions.k8s.io/federatedlearningjobs.sedna.io created
customresourcedefinition.apiextensions.k8s.io/incrementallearningjobs.sedna.io created
customresourcedefinition.apiextensions.k8s.io/models.sedna.io created
Error from server: error when creating "build/crds/sedna.io_jointinferenceservices.yaml": etcdserver: request timed out
Error from server (Timeout): error when creating "build/crds/sedna.io_lifelonglearningjobs.yaml": Timeout: request did not complete within requested timeout 34s

@JoeyHwong-gk
Copy link
Contributor

JoeyHwong-gk commented Sep 11, 2021

Try the following solutions and provide feedback please.

# upload sedna to your server first

export SEDNA_ROOT=/home/master/sedna

cd $SEDNA_ROOT/scripts/installation/
cat install.sh | SEDNA_GM_NODE=$SEDNA_GM_NODE SEDNA_ACTION=create bash -

@llhuii
Copy link

llhuii commented Sep 12, 2021

Error from server: error when creating "build/crds/sedna.io_jointinferenceservices.yaml": etcdserver: request timed out

@Liu-JJ97 looks like api-server has problem to connect etcd. Can you check your etcd server?

@llhuii
Copy link

llhuii commented Sep 12, 2021

etcd-io/etcd#11809
kubernetes-sigs/kind#717 (comment)

Look like it is the disk IO issue

@Liu-JJ97
Copy link
Author

Thank you very much. I closed the proxy and resolved it successfully.

@llhuii
Copy link

llhuii commented Sep 17, 2021

Thanks for the feedback.
/close

@kubeedge-bot
Copy link
Collaborator

@llhuii: Closing this issue.

In response to this:

Thanks for the feedback.
/close

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.

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

4 participants