Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 896 Bytes

destroy_guide.md

File metadata and controls

25 lines (17 loc) · 896 Bytes

Destroying a Platform

  1. Ensure you configured everything as described in the Bootstrapping Prerequisites

  2. Ensure you configured everything as described in Configuring Azure Login Credentials

  3. Run the following inside bash in the repository's root directory:

    ./scripts/destroy.sh

The following resources will not be destroyed when running FormKube's destroy:

  1. Backup vault including backups
  2. Resource Group defined in platform_rg_name
  3. DNS zone
  4. If masters_os_disk_delete_on_destroy is not explicitly to true, the OS disks of the masters will also not be destroyed.

If you want to quickly test various configurations and don't want to manually delete these values after each apply, check out FormKube's Development Mode.

Authors

  1. ksandermann