Day-2 operations for your Avalanche infrastructure.
For deployment guides, see L1 Deployment or Primary Network.
For command-focused CLI help, use make help-l1, make help-primary, make k8s-help, or make help-all.
# Comprehensive health checks on all nodes
make health-checks
# Include L1 chain status
make health-checks CHAIN_ID=$CHAIN_IDRestart nodes one at a time with health checks (zero downtime):
make rolling-restartZero-downtime version upgrades:
make upgrade VERSION=1.12.0Note: subnet-evm is bundled with avalanchego v1.12.0+ and updates automatically.
Deploy Prometheus + Grafana:
make monitoring
# Access: http://<monitoring-ip>:3000 (admin/admin)Pre-configured dashboards include:
- Node health and sync status
- P2P network metrics
- Chain-specific metrics
- Resource utilization
make logsOr SSH directly:
ssh -i ~/.ssh/avalanche-deploy ubuntu@<node-ip> \
"sudo journalctl -u avalanchego -f --no-pager -n 50"Wipe L1 chain data for redeployment (keeps staking keys):
make reset-l1