FudanSELab / train-ticket

Train Ticket - A Benchmark Microservice System
http://139.196.152.44:32677
Apache License 2.0
683 stars 235 forks source link

pod 'ts-consign-price-service' and 'alertmanager' CrashLoopBackOff #257

Closed Buenbk closed 1 year ago

Buenbk commented 1 year ago

Could you please tell me how to clean up the persistent data and set 'ts-consign-price-service' as single instance?

error info of alertmanager: msg="Loading configuration file failed" file=/etc/config/alertmanager.yml err="no global SMTP smarthost set" By the way, is alertmanager neccesary? I just want to collet some data(logs, traces, metrics)

Deep-Yellow commented 1 year ago

To clean up the persistent data

  1. make reset-deploy
  2. some database pods may need help list to view, and destroy them with helm uninstall
  3. clean pvc and pv

alertmanager is used to configure alerting rules. If you don't need it, just ignore it