[FEATURE} Adjust error handling and bump versions
This commit is contained in:
parent
d47a8c3cc4
commit
360dd32860
19 changed files with 1052 additions and 455 deletions
|
@ -18,7 +18,7 @@ export default async function liveLogging(socket, serverNamespace) {
|
|||
const log = new k8s.Log(kc);
|
||||
const logStream = new stream.PassThrough();
|
||||
logStream.on("data", (chunk) =>
|
||||
socket.emit("push", Buffer.from(chunk).toString())
|
||||
socket.emit("push", Buffer.from(chunk).toString()),
|
||||
);
|
||||
log
|
||||
.log(serverNamespace, mcsPods[0], containerName, logStream, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue