Anders Bogsnes
Anders Bogsnes
If I'm running in strict mode, it's generally because I want to fail fast and get immediate feedback - that is also the behaviour of other tooling, including python: Sphinx:...
Certainly, I'd love to give it a shot!
I'm unsure about how to test this implementation, as I can't see a means of getting the node IP address when using pytest-kind. Even `docker inspect` gives me a blank...
Thanks for the review! I'll focus on testing some verifications that the correct values have been set. In terms of the API - since we don't want to reuse the...
I've implemented the two keywords nodeport_host and scheduler_service_type. I've modified the test to simulate calling KubeCluster._start() as closely as possible, as actually calling it will cause the test to fail,...
@jacobtomlinson Thanks for the ping - had left this one a bit fallow! I believe so, incorporated your previous suggestions, though could never get through the CI tests - they...
Progress 😀 I'll have a look
Looks like this is already fixed on master - would it be possible to get a bug fix release? @narendrans