Upgrade Prerequisites
The upgrade of CDF on AWS requires the following:
- Root access to the bastion VM.
- The kubernetes command line tool kubectl installed on your bastion and connected to your cluster
Prior to beginning the upgrade, perform the following tasks:
- All pods must be running. Run this command to ensure that all pods are running:
kubectl get pods -A
- Execute this command to ensure any existing suite-upgrade-pod-arcsight-installer deployment have been deleted:
kubectl delete deployment suite-upgrade-pod-arcsight-installer -n $(kubectl get namespaces | grep arcsight-installer | awk ' {print $1} ')
- Download the upgrade packages, including the ArcSight Platform Cloud Installer, to a secure network location.
You are now ready to perform the upgrade.