akash-network / support

Akash Support and Issue Tracking
5 stars 4 forks source link

helm, node: switch to a smaller snapshot by default #8

Closed andy108369 closed 1 year ago

andy108369 commented 1 year ago

the default one is rather large.. should switch to a smaller one (Polkachu has 2Gi snapshot)

...
[#3adc74 82GiB/233GiB(35%) CN:16 DL:29MiB ETA:1h27m37s]
[#3adc74 82GiB/233GiB(35%) CN:16 DL:31MiB ETA:1h23m2s]
  Download Progress Summary as of Mon Jan 23 00:23:10 2023 
===============================================================================
[#3adc74 82GiB/233GiB(35%) CN:16 DL:31MiB ETA:1h21m28s]
FILE: /root/.akash/data/snapshot.tar.gz

helm-chart supports this already, just need to make it a default:

helm upgrade \
  --install \
  akash-node \
  akash/akash-node \
  -n akash-services \
  --set akash_node.snapshot_polkachu=true
andy108369 commented 1 year ago

=> https://github.com/akash-network/helm-charts/pull/186