The cluster can be deleted using:Local Deployment - To remove all cluster nodes, follow the same
steps as for a Horizontal Scale In. This involves:
Delicensing
Panorama cleanup
- Running terraform destroy sequentially within each folder
- Instead of running terraform destroy in each folder (as in step 3 for local
deployment), execute the script ./deploy_cluster.sh
destroy. This script will perform the terraform destroy
operation for all nodes and provide a final summary.
Additionally, after all references on Panorama have been removed, execute
the delete cluster command to finalize the removal of the
cluster. This deletion can also be performed through the UI, followed by a
commit to
Panorama.
delete cluster <cluster-name>
Vertical Scaling (Resource Update)
- Power off the KVM instance for the node.
- Manually modify vCPU, memory, or network interface parameters on
the KVM host using the virt-manager or CLI.
- Power on the KVM instance.
- Update corresponding parameters in the SCM template for
consistency.
Applying Terraform after changing variables such as vCPU or memory is not
recommended. Doing so may not only prevent the changes from taking effect
but could also result in the destruction of the cluster.
Interface Attachor Detach (P-Nodes Only)
- Power off the VM.
- Manually attach or detach interfaces using libvirt commands.
- Power on the VM.
Upgrade or Downgrade Software
- Ensure all existing nodes have transitioned to the new image
through the Panorama update process.
- Update the SCM template with the new image name.
- New nodes added through SCM will use the new image; existing nodes will need
to be manually upgraded, one node
upgrade at a time, starting with lowest node1 and going to next node ID
through Panorama > Managed devices.