Skip to content

eoscanada/diagnose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a0c8874 · Nov 5, 2020

History

82 Commits
Jan 7, 2020
Oct 28, 2019
Oct 28, 2019
Dec 1, 2019
Jan 3, 2020
Dec 2, 2019
Jan 3, 2020
Jan 3, 2020
Dec 3, 2019
Dec 7, 2019
Dec 7, 2019
Dec 3, 2019
Jan 3, 2020
Jan 3, 2020
Dec 3, 2019
Jun 4, 2020
Jan 3, 2020
Jan 3, 2020
Nov 5, 2020
Oct 28, 2019

Repository files navigation

Diagnose

Small tool to diagnose the in-cluster components, quick internal debug tools.

Try it locally

  • Set up port-forward on etcd to port 2379
  • Start node server
  • Start go server
kubectl -n dmesh port-forward svc/etcd-client 2379
cd frontend && yarn install && yarn start
go install && diagnose  \
	--api-url=https://mainnet.eos.dfuse.io \
	--blocks-store=gs://dfuseio-global-blocks-us/eos-mainnet/v3 \
	-db-connection=dfuseio-global:dfuse-saas:aca3-v5 \
	-namespace=eos-mainnet \
        -protocol=EOS \
	-search-indexes-store=gs://dfuseio-global-indices-us/eos-mainnet/v2-1/ \
	-dev \
	-skip-k8s