Mercurial > code > home > repos > victoriametrics
diff tasks.py @ 27:eec015e90818
reformat
author | drewp@bigasterisk.com |
---|---|
date | Thu, 29 Jun 2023 14:12:22 -0700 |
parents | cd115f1ca2a8 |
children | eb1de82c93aa |
line wrap: on
line diff
--- a/tasks.py Thu Jun 29 13:58:34 2023 -0700 +++ b/tasks.py Thu Jun 29 14:12:22 2023 -0700 @@ -1,11 +1,9 @@ -import json - import yaml from invoke import task from kubernetes import config -from k8s_ops import firstPodName, replaceCmap, refreshPodCmaps import alert_rules +from k8s_ops import firstPodName, refreshPodCmaps, replaceCmap config.load_kube_config()