This commit is contained in:
parent
d3d2d66478
commit
9d8f9116dd
|
@ -1,6 +0,0 @@
|
||||||
import k8s_func
|
|
||||||
studentList=['s20240101-71','s20240102-71']
|
|
||||||
|
|
||||||
for i in studentList:
|
|
||||||
k8s_func.delete_pod(i)
|
|
||||||
print("delete")
|
|
|
@ -1,7 +0,0 @@
|
||||||
import k8s_func
|
|
||||||
k8s_func.delete_pod('20240101')
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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)
|
|
Loading…
Reference in New Issue