Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Here are the steps to uninstall all the components.

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFEBE6

Important

Before you follow the uninstallation steps, ensure that you have the same namespace (set in the general-config.yaml file) to which you want to perform the uninstall operation.

  1. Log in to the Jumpbox.

  2. Run the following command to execute the shell file, adeptia-connect.sh, available in the Ansible PlaybookAdeptia Connect Rancher package:

    Code Block
    $ sudo ./adeptia-connect.sh --tag=uninstall-all
Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#FFEBE6

Important

If you are using encrypted vault-config.yaml file, you need to pass the argument --ask-vault-pass while executing the shell file as shown in the example below:

$ sudo ./adeptia-connect.sh --ask-vault-pass

...