ADD: integrated new KubeControl lib

This commit is contained in:
hwinkel
2024-02-02 13:15:46 +01:00
parent 49fe304069
commit fc7fe2193b

View File

@@ -177,7 +177,7 @@ namespace Entities
MovementPod.setEnvironmentVar("SERVER_IP", SimCore::UtilFunctions::getOwnIP());
MovementPod.setComponent("MovementCalculation");
LOG_S(INFO)<< MovementPod.createYAML();
PodController_->startPod(MovementPod);
LOG_S(INFO)<<PodController_->getServerAddress();
std::this_thread::sleep_for(std::chrono::milliseconds(2000));