Offboarding Instructions
This document describes how to move workload off Prodvana.
Kubernetes
Getting Materialized Configs
If you want to get a copy of your materialized Kubernetes configs or Helm values.yaml, with all parameters and constants substituted in, contact us before following any of the steps on here.
- Modify your Application (not Service) to have the following field set in config:
application:
name: my-app
releaseChannels: ...
noCleanupOnDelete: true # set this to true
pvnctl configs apply <path to app config>
- Delete the Application and/or Services from the Prodvana UI. the Kubernetes resources are retained but are not longer managed by Prodvana.
- Set up the same workload on an alternative deployment product
Custom Runtime, Terraform, Other Workloads
- Delete the associated Service and Application from Prodvana. Prodvana will not delete any of your workload on your Runtime.
- Set up the same workload on an alternative deployment product.
Updated 6 months ago