kls/tmp.py

4 lines
92 B
Python

from subprocess import call
call("kubectl edit deploy -n kube-system traefik", shell=True)