Skip to content

Conversation

@jdewinne
Copy link
Member

@jdewinne jdewinne commented Nov 13, 2025

Adds the flag --show-external-only to the command replicated network report --summary

❯ rdev network report 2e1f124d --summary | jq -r '.domains[].domain'
charts.jetstack.io
*
quay.io
replicated.app
proxy.replicated.com
cdn01.quay.io
❯ rdev network report 2e1f124d --summary --show-external-only=false | jq -r '.domains[].domain'
charts.jetstack.io
replicated.app.svc.cluster.local
*
kotsadm-rqlite.kotsadm.svc.cluster.local
kotsadm-rqlite-headless.kotsadm.svc.cluster.local
kotsadm-rqlite.kotsadm.svc.cluster.local.cluster.local
kotsadm-rqlite.kotsadm.svc.cluster.local.svc.cluster.local
quay.io
replicated.app.cluster.local
kotsadm-rqlite.kotsadm.svc.cluster.local.kotsadm.svc.cluster.local
replicated.app
proxy.replicated.com
replicated.app.kotsadm.svc.cluster.local
cdn01.quay.io

@jdewinne jdewinne merged commit 28ebc1c into main Nov 13, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants