mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
Fix: fix k8s get nodes error log (#4887)
This commit is contained in:
parent
03cd98b1d6
commit
b8b5c1a4cb
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default async function handler(req, res) {
|
|||
const metricsApi = new Metrics(kc);
|
||||
|
||||
const nodes = await coreApi.listNode().catch((error) => {
|
||||
logger.error("Error getting ingresses: %d %s %s", error.statusCode, error.body, error.response);
|
||||
logger.error("Error getting nodes: %d %s %s", error.statusCode, error.body, error.response);
|
||||
logger.debug(error);
|
||||
return null;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue