skupperproject / skewer

A library for documenting and testing Skupper examples
Apache License 2.0
2 stars 2 forks source link

Enhancement request - toggle minikube delete #2

Closed pwright closed 2 years ago

pwright commented 2 years ago

As I'm debugging, I often modify the code to stop the destruction of the minikube instance [1] Would it make sense to have a flag to allow all users running an example to 'set it up' and 'leave it in place'?

[1] https://github.com/skupperproject/skewer/blob/main/python/skewer.py#L172

pwright commented 2 years ago

Addressed by https://github.com/skupperproject/skewer/pull/3 Allowing user to decide where and when to insert a pause to leave an example running or for an example writer to debug a scenario

ssorj commented 2 years ago

Handled a slightly different way using the "demo mode":

https://github.com/skupperproject/skewer#demo-mode