mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
push k8s logs to LOG SERVICE IP
This commit is contained in:
parent
c77d0baa04
commit
8cafc65464
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -94,7 +94,7 @@ status: {}
|
||||
// get ip address of service
|
||||
const service = await kubeClientCore.readNamespacedService('http-fileserver', namespace);
|
||||
const ip = service.body.status?.loadBalancer?.ingress?.[0]?.ip;
|
||||
if (ip) {
|
||||
if (ip && ip.length > 0) {
|
||||
return ip;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user