Before you upgrade to UCP Advisor 4.5 from a base 4.0 or 4.1 environment, you must update the Kubernetes package.
Perform the following steps on the Master Node VM:
- From the Hitachi Support Connect Portal (login required), download the UCP Advisor Air-Gap file. This includes the following Kubernetes airgap package:
air-gap-k8s-1.28.1.tar.gz
- Navigate to the folder where you extracted the UCP Advisor 4.5 upgrade package.
- Remove the existing Kubernetes airgap package. Enter:
rm -rf installer/packages/air-gap-k8s-1.28.1.tar.gz
- Copy the newly downloaded Kubernetes airgap package to the same location. Enter:
cp air-gap-k8s-1.28.1.tar.gz installer/packages
- Set the read, write, and execute permissions to the containerd.sock file. Enter:
sudo chmod -R 777 /run/containerd/containerd.sock