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 0f10ab4 commit 5c50579Copy full SHA for 5c50579
src/commands/network.mjs
@@ -212,7 +212,7 @@ export class NetworkCommand extends BaseCommand {
212
title: `Check HAProxy for: ${chalk.yellow(nodeId)}`,
213
task: () =>
214
self.k8.waitForPodReady([
215
- 'fullstack.hedera.com/type=envoy-proxy'
+ 'fullstack.hedera.com/type=haproxy'
216
], 1, 60 * 15, 1000) // timeout 15 minutes
217
})
218
}
@@ -223,7 +223,7 @@ export class NetworkCommand extends BaseCommand {
223
title: `Check Envoy Proxy for: ${chalk.yellow(nodeId)}`,
224
225
226
- 'fullstack.hedera.com/type=haproxy'
+ 'fullstack.hedera.com/type=envoy-proxy'
227
228
229
0 commit comments