We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bdf60 commit 386cb68Copy full SHA for 386cb68
src/packages/server/conat/socketio/dns-scan.ts
@@ -91,7 +91,7 @@ export async function getAddresses(): Promise<string[]> {
91
"-l",
92
"run=hub-conat-router",
93
"-o",
94
- `jsonpath='{range .items[*]}{.metadata.name}{"\\t"}{.status.podIP}{"\\n"}{end}'`,
+ `jsonpath={range .items[*]}{.metadata.name}{"\\t"}{.status.podIP}{"\\n"}{end}`,
95
],
96
});
97
for (const x of stdout.split("\n")) {
0 commit comments