Upload Kubernetes Tools to 1.21 or higher version on NAPP 4.0.1.
Steps to upload Kubernetes Tools via CLI as root:
1. SSH to NSX manager as
root move to
/image folder .
2. Download k8s tools of 1.21 or 1.23 from below costomer connect portal.
https://customerconnect.vmware.com/downloads/details?downloadGroup=NSX-INTLLG-4110&productId=1358&rPId=108910#product_downloads3. Upload k8s tools to
/image and Untar downloaded file using command:
tar -xvf kubernetes-tools-... (complete file name)4. Untar using above command will result into one more tar file and a sig file. Untar the tar file.
tar -xvf tar -xvf kubernetes-debs-... (complete file name)5. Above command will give 2 debian files for helm and kubectl. Install these two debian files on all NSX manager nodes.
dpkg -i <debian_name>6. Start installing NAPP from NSX UI.