nre-learning / antidote-selfmedicate

Configs and scripts for spinning up a local instance of Antidote on your laptop for testing and lesson development
Apache License 2.0
11 stars 19 forks source link

Move container commands into separate file and correct resume issue. #68

Closed smk4664 closed 4 years ago

smk4664 commented 4 years ago

This PR will move the kubectl commands to their own shell script, so they can be called independently of the selfmedicate script. This will also correct the sub_resume issue by waiting till the containers startup before showing antidote as being ready.

Closes #54 and closes #65

Mierdin commented 4 years ago

Thanks @smk4664