karmada-io / karmada

Open, Multi-Cloud, Multi-Cluster Kubernetes Orchestration
https://karmada.io
Apache License 2.0
4.1k stars 802 forks source link

karmadactl init timedout #3611

Closed hzxuzhonghu closed 10 months ago

hzxuzhonghu commented 11 months ago

karmadactl init has failed many times during kurator test.

The logs shows like below error, i believe it is because of timeout deploying components.

error: wait for Deployment(default/karmada-apiserver) rollout: timedout wairting for......

After digging into it, karmada WaitComponentReadyTimeout is 30s when running init, this is a constant.

Would suggest make it configurable, otherwise it is very fragile for bad network env

XiShanYongYe-Chang commented 11 months ago

/kind help Anyone interested in this issue can assign this task.

karmada-bot commented 11 months ago

@XiShanYongYe-Chang: The label(s) kind/help cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/karmada-io/karmada/issues/3611#issuecomment-1569720493): >/kind help >Anyone interested in this issue can assign this task. Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
XiShanYongYe-Chang commented 11 months ago

/help

karmada-bot commented 11 months ago

@XiShanYongYe-Chang: This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/karmada-io/karmada/issues/3611): >/help Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
LronDC commented 11 months ago

/assign

chaunceyjiang commented 11 months ago

Hi, @hzxuzhonghu Does this pr https://github.com/karmada-io/karmada/pull/3453 is your need?

LronDC commented 10 months ago

Hi, @hzxuzhonghu Does this pr https://github.com/karmada-io/karmada/pull/3453 is your need?

I think it is. But it seems stasis. /unassign

XiShanYongYe-Chang commented 10 months ago

Thanks~ @LronDC @chaunceyjiang I did not notice the target pr.

hzxuzhonghu commented 10 months ago

Yes, thank you all. Hope it can be merged soon