Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 791 Bytes

UNINSTALL.md

File metadata and controls

16 lines (15 loc) · 791 Bytes

Uninstall Procedure

1-Edge Part

  • From the Edge Cluster, execute the following command:
    curl -O https://raw.githubusercontent.com/chriscrcodes/talk-to-your-factory/main/artifacts/templates/deploy/4_edge-unprovision.yaml
    ansible-playbook 4_edge-unprovision.yaml
    edge-uninstall

2-Cloud Part

  • From Azure Portal > Azure Cloud Shell, upload the files variables.yaml (from your Edge Cluster) and 5_cloud-unprovision.yaml via Manage files > Upload.
  • Execute the following command:
    ansible-playbook 5_cloud-unprovision.yaml
    cloud-uninstall