Basic algorythm implemented

This commit is contained in:
2021-12-13 02:38:10 +01:00
parent 2e8a4d25b4
commit ee28ef4637
2 changed files with 157 additions and 11 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
import kubernetes
def ensure_running_pod_on_site(site:str):
pass