Updating Kubernetes package

Unified Compute Platform (UCP) Advisor Software Installation Guide

Version
4.5.x
Audience
anonymous
Part Number
MK-92UCP120-13

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:

  1. 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
  2. Navigate to the folder where you extracted the UCP Advisor 4.5 upgrade package.
  3. Remove the existing Kubernetes airgap package. Enter:
    rm -rf installer/packages/air-gap-k8s-1.28.1.tar.gz
  4. Copy the newly downloaded Kubernetes airgap package to the same location. Enter:
    cp air-gap-k8s-1.28.1.tar.gz installer/packages
  5. Set the read, write, and execute permissions to the containerd.sock file. Enter:
    sudo chmod -R 777 /run/containerd/containerd.sock