Versions Compared

Key

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

...

  1. Open an existing Snaplex in the Org:

    1. Navigate to the target Snaplex in Manager.

    2. Click on the Snaplex name to display the Update Snaplex dialog.
      Alternatively, if none exists, Create a Snaplex

  2. On the Downloads tab, download the Configuration file using the option image-20240624-095938.png . Paste this file into your Helm Chart or use the API api/1/rest/public/snaplex/config/<path_to_groundplex> to download the slpropz file.

    update-snaplex.png

  3. Click Cancel to exit the dialog.

  4. To ensure that the Kubernetes pods continue to run:

    1. Use the API to retrieve the information needed to install and configure a node on a Groundplex.
      GET https://{controlplane_path}/api/1/rest/public/snaplex/config/{plex_path}?{query_parameters}. Learn more at Retrieve config info for a Groundplex or use the API /api/1/rest/public/snaplex/config/<path_to_groundplex> to download the slpropz file.

    2. Set the parameter snaplogic_secret in the Helm chart YAML file to the name of the Kubernetes secret you create, as described in the Deploy the Helm Chart section.

...