This commit is contained in:
30404 2024-08-01 14:40:16 +08:00
parent d3d2d66478
commit 9d8f9116dd
3 changed files with 0 additions and 18 deletions

View File

@ -1,6 +0,0 @@
import k8s_func
studentList=['s20240101-71','s20240102-71']
for i in studentList:
k8s_func.delete_pod(i)
print("delete")

View File

@ -1,7 +0,0 @@
import k8s_func
k8s_func.delete_pod('20240101')

View File

@ -1,5 +0,0 @@
from app import app
import os
if __name__ == "__main__":
app.run(host='0.0.0.0', port=os.environ.get("FLASK_SERVER_PORT"), debug=True)