charmed-kubernetes / actions-operator

Apache License 2.0
7 stars 17 forks source link

feat: enable timeout on microk8s wait ready #69

Closed yanksyoon closed 10 months ago

yanksyoon commented 10 months ago

We've encountered an issue where microk8s, when using dockerhub-registry, the cache was serving corrupt images. This made microk8s unable to start and wait-ready was stuck for 6hours+.

To mitigate such behaviors, we add a timeout of 10mins.

yanksyoon commented 10 months ago

@neoaggelos Thanks for approving this, it seems that the test failed due to Error: Custom provider set without credentials: vsphere, would it be due to this being a fork?

neoaggelos commented 10 months ago

Yes, I would not worry about that, it is simply not able to use the credentials because of the fork. Thanks again for the PR!