Closed lukeoguro closed 1 year ago
Currently edamame init will not run due to the the @kubernetes/client-node not being able to find a cluster in the stopTest function. Moved a few lines so this doesn't occur.
edamame init
@kubernetes/client-node
stopTest
can run edamame init successfully!
Currently
edamame init
will not run due to the the@kubernetes/client-node
not being able to find a cluster in thestopTest
function. Moved a few lines so this doesn't occur.