This section provides information how to patch VMware Telco Cloud Service Assurance and Domain Manager.

Prerequisite for Patch Deployment

  • Install the Kubectl package on the deployment host.
  • Ensure that you have yq installed on the Deployer Host. Below is the sample command to install yq:
    sudo wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
  • Once the yq is installed, change the permission of yq as shown below:
    sudo chmod a+x /usr/local/bin/yq