This commit is contained in:
Marian Steinbach 2021-11-11 21:35:56 +01:00
parent 48fcecf256
commit 356f0bbca9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ def main():
random.seed()
random.shuffle(jobs)
# TODO: change to work inside the cluster
kubernetes.config.load_kube_config(context='giantswarm-5jka7')
v1client = kubernetes.client.CoreV1Api()
k8sclient = kubernetes.client.ApiClient()