Mercurial > code > home > repos > infra
diff tasks.py @ 59:fa7a71b8a97f
more dns checks, including from inside containers in k8s`
author | drewp@bigasterisk.com |
---|---|
date | Sun, 01 May 2022 23:30:09 -0700 |
parents | 00d5cd21cade |
children | a949704defd0 |
line wrap: on
line diff
--- a/tasks.py Sun May 01 23:27:33 2022 -0700 +++ b/tasks.py Sun May 01 23:30:09 2022 -0700 @@ -43,6 +43,10 @@ def dns_check(ctx): ctx.run(cmd + 'inventory.py dns_check.py -v', pty=True) +@task +def dns_k8s_check(ctx): + ctx.run('env/bin/python dns_k8s_check.py', pty=True) + @task def wireguard(ctx):