asqasq commented on a change in pull request #76: Crail Kubernetes Deployment on POD Network with revised docker configuration to acomodate Node Discovery URL: https://github.com/apache/incubator-crail/pull/76#discussion_r291958143
########## File path: kubernetes/dockerfiles/crail-apache/datanode.py ########## @@ -0,0 +1,84 @@ +############## Pocket resource utilization daemon #################### + +#from jsonsocket import Client +import time +import psutil +import ifcfg +import threading +import pickle +import sys +import socket +import struct + +CONTROLLER_IP = "10.1.47.178" Review comment: This seems to be a hard-coded IP to me. Why? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services