RasaHQ / financial-demo

A demo for a financial services bot
Apache License 2.0
309 stars 397 forks source link

CI/CD - cleanup AWS Elastic Block Store volumes #154

Closed ArjaanBuijk closed 3 years ago

ArjaanBuijk commented 3 years ago

When deploying Rasa enterprise to a cluster, 3 Persistent Volumes are dynamically provisioned, using the gp2 Storage Class created during cluster creation with eksctl:

  1. postgresql
  2. redis
  3. rabbit

These are awsElasticBlockStore volumes.

These EBS volumes persist when:

They must be removed separately, by the cleanup workflows.

ArjaanBuijk commented 3 years ago

Done!