This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Deleting PPC

Steps to delete the cluster

    Uninstalling Features and Protectors

    To uninstall features and protectors, refer the relevant documentation.

    Cleaning up the EKS Resources

    To destroy all created resources, including the EKS cluster and related components, run the following commands.

    # Navigate setup directory
    cd iac_setup
    
    # Clean up all resources
    make clean
    

    Executing this command destroys the PPC and all related components.