Commit b249d3bd authored by Santhosh Kumar's avatar Santhosh Kumar

cleanup code

parent 8d4cf7d3
......@@ -236,7 +236,7 @@ def expose_service():
print("Creating service...")
core_api.create_namespaced_service(namespace=namespace, body=service)
print("Cluster IP address = %s\n" % get_cluster_ip())
print("Cluster IP address = %s\n" % get_cluster_ip(function_name, namespace))
except ApiException as e:
print("Exception when updating deployment: %s\n" % e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment