This commit is contained in:
Frostebite 2023-07-23 18:59:41 +01:00
parent e73a8b4580
commit f52e8cea4f
3 changed files with 1 additions and 1 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -104,7 +104,7 @@ status: {}
// log service json // log service json
CloudRunnerLogger.log(`Service: ${JSON.stringify(service.body, undefined, 4)}`); CloudRunnerLogger.log(`Service: ${JSON.stringify(service.body, undefined, 4)}`);
const logs = await CloudRunnerSystem.Run(`kubectl logs http-fileserver -f -p --timestamps`, false, true); const logs = await CloudRunnerSystem.Run(`kubectl logs http-fileserver -f --timestamps`, false, true);
CloudRunnerLogger.log(`Logs: ${logs}`); CloudRunnerLogger.log(`Logs: ${logs}`);
// get cluster ip // get cluster ip