Exemple #1
0
 def _tail_logs(self):
     log_helpers.call_logs(self.config, self.args)
Exemple #2
0
 def _tail_logs(self):
     """need to tail the most recent job just in case there are more than
        one and a user runs `mlt deploy -l`
     """
     self.args["--job-name"] = self.job_sub_dir.replace('k8s/', '')
     log_helpers.call_logs(self.config, self.args)
Exemple #3
0
    def action(self):
        """
        Display logs from all pods for latest run.

        """
        log_helpers.call_logs(self.config, self.args)