Allow a custom wait duration for kwok
provider
#478
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
kwok
provider
#478
What do you want to see?
When a
kwok
cluster is instantiated using the defaultNewProvider()
method, the cluster has no wait time defined. This may cause race conditions (though we only saw this happening on Windows and MacOS machines, not Linux).Currently, to work around this and still use
envfuncs.CreateClusterWithConfig()
, you can create a custom cluster first:kwok.NewCluster()
sets a default wait time of 1 minute, which is enough for most scenarios we've tested. That being said, it would be great to useClusterOpts
to set the duration instead. An example of how it might look in the same situation is:Extra Labels
No response
The text was updated successfully, but these errors were encountered: