Basic algorythm implemented
This commit is contained in:
6
birb_scheduler/k8s_buzerator.py
Normal file
6
birb_scheduler/k8s_buzerator.py
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
import kubernetes
|
||||
|
||||
|
||||
def ensure_running_pod_on_site(site:str):
|
||||
pass
|
||||
Reference in New Issue
Block a user