kls/tmp.py

4 lines
92 B
Python
Raw Normal View History

2024-04-07 15:12:21 +00:00
from subprocess import call
call("kubectl edit deploy -n kube-system traefik", shell=True)