Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 21, 2023
1 parent 4a85a18 commit 8d742ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions performance_measurement/measure_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ def test_normal(
# prepare workloads
workloads = load_inputs_from_dir(dir=input_dir)

configuration = kubernetes.client.Configuration()
configuration.verify_ssl = False
configuration.debug = False
kubernetes.client.Configuration.set_default(configuration)


# start the k8s cluster
kubeconfig = os.path.join(os.path.expanduser("~"), ".kube", "anvil")
deploy_metrics_server_f = partial(
Expand Down

0 comments on commit 8d742ca

Please sign in to comment.