This is a research effort, to explore this space. Not a supported capability. If you find this content interesting and you would like to contribute, feel free to contact us and reach out!
When local test on a limited laptop with Minikube or Kind on first init of a local k8s cluster the timeout of 10s is a bit too short, possibly still retrieving remote images etc?
Given it's just an awaitility timeout, considering increating from 10s to something like 30s in all tests.
Example:
```
[ERROR] Errors:
[ERROR] ServiceSelectorMatchesNameButSelectorsDontIT.k8sClusterConditionsSetup:57 » ConditionTimeout Assertion condition defined as a org.drools.ruleops.ServiceSelectorMatchesNameButSelectorsDontIT
expected: "Running"
but was: "Pending" within 10 seconds.
```
When local test on a limited laptop with Minikube or Kind on first init of a local k8s cluster the timeout of 10s is a bit too short, possibly still retrieving remote images etc?
Given it's just an awaitility timeout, considering increating from 10s to something like 30s in all tests.
Example: