Skip to content
Snippets Groups Projects
Commit 034e92a0 authored by zphrs's avatar zphrs
Browse files

Merge branch 'zphrs-log-fix'

parents c033cd82 acf84d76
No related branches found
No related tags found
No related merge requests found
......@@ -262,6 +262,7 @@ class ClusterConductor:
CONTAINER_ENGINE,
"run",
"-d",
"--log-driver=k8s-file",
"--name",
node_name,
"--env",
......
......@@ -148,5 +148,6 @@ class KVSClient:
node['address'] = flattened_current_view[node["id"]]
request_body = {"view": self.last_view}
print(f"Sending new view: {self.last_view}")
return requests.put(f"{self.base_url}/view", json=request_body, timeout=timeout)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment