Helm is a tool that streamlines installing and managing Kubernetes applications, and it is the preferred method to deploy the FPGA-Operator. Helm can be installed from the script below.
$ curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
$ chmod 700 get_helm.sh
$ ./get_helm.sh
Refer to Install Helm for more details.