From 9d8f9116dd2a445996d172dfcf51404403db5208 Mon Sep 17 00:00:00 2001 From: 30404 <3040471803@qq.com> Date: Thu, 1 Aug 2024 14:40:16 +0800 Subject: [PATCH] 21 --- python/del.py | 6 ------ python/test.py | 7 ------- python/wsgi.py | 5 ----- 3 files changed, 18 deletions(-) delete mode 100644 python/del.py delete mode 100644 python/test.py delete mode 100644 python/wsgi.py diff --git a/python/del.py b/python/del.py deleted file mode 100644 index f5f535c..0000000 --- a/python/del.py +++ /dev/null @@ -1,6 +0,0 @@ -import k8s_func -studentList=['s20240101-71','s20240102-71'] - -for i in studentList: - k8s_func.delete_pod(i) - print("delete") diff --git a/python/test.py b/python/test.py deleted file mode 100644 index e5cf91c..0000000 --- a/python/test.py +++ /dev/null @@ -1,7 +0,0 @@ -import k8s_func -k8s_func.delete_pod('20240101') - - - - - diff --git a/python/wsgi.py b/python/wsgi.py deleted file mode 100644 index e6d548e..0000000 --- a/python/wsgi.py +++ /dev/null @@ -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) \ No newline at end of file