dm/python/del.py

7 lines
160 B
Python
Raw Normal View History

2024-07-03 14:08:43 +08:00
import k8s_func
2024-07-04 19:38:50 +08:00
studentList=['n20240101-56','n20240102-56','s20240101-52','s20240102-52']
2024-07-03 14:08:43 +08:00
for i in studentList:
k8s_func.delete_pod(i)
print("delete")