ADD: integrated new KubeControl lib
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Entities
|
|||||||
|
|
||||||
MovementPod.setEnvironmentVar("SERVER_IP", SimCore::UtilFunctions::getOwnIP());
|
MovementPod.setEnvironmentVar("SERVER_IP", SimCore::UtilFunctions::getOwnIP());
|
||||||
MovementPod.setComponent("MovementCalculation");
|
MovementPod.setComponent("MovementCalculation");
|
||||||
LOG_S(INFO)<< MovementPod.createYAML();
|
|
||||||
PodController_->startPod(MovementPod);
|
PodController_->startPod(MovementPod);
|
||||||
LOG_S(INFO)<<PodController_->getServerAddress();
|
LOG_S(INFO)<<PodController_->getServerAddress();
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
|
std::this_thread::sleep_for(std::chrono::milliseconds(2000));
|
||||||
|
|||||||
Reference in New Issue
Block a user