MATRIX4284 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_r292100015
########## 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: Hi i have removed this python as my modules are not using it and with that the hard-coded link too. Kindly review my changes and suggest me any further changes if any. ---------------------------------------------------------------- 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