Some users may be experiencing issues when trying to access customer resources like the Case Portal or the Product Licensing Center. Our team is aware of the issue and is working to resolve it. Click here for more information.
Hi,
In our K8S environment when trying to run install.sh of Flexera Kubernetes Inventory Agent from linux machine it fails to run
------> MISSING: kustomize
====> FATAL: ERROR: missing client tools
As we do not have kustomize tool installed it fails.
Rather than do we have any steps where we can install it manually step by step rather than running script?
And is there any way we can install it without using kustomize tool?
Vamshi
Sep 13, 2023 01:45 PM
"Do we have any steps where we can install it manually step by step rather than running a script?"
Try this method on linux machine to install Kustomize manually:
1. wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.1.1/kustomize_v5.1.1_linux_amd64.tar.gz
2. tar zxf kustomize_v5.1.1_linux_amd64.tar.gz
3. sudo mv kustomize /usr/local/bin
"And is there any way we can install it without using the kustomize tool?"
No.
Sep 15, 2023 09:09 AM
Run the command below to install Kustomize on the Linux Machine you are executing the "install.sh" from:
curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
Sep 14, 2023 03:00 PM
Hello,
I did that earlier. But had the same issue.
Do we have any steps where we can install it manually step by step rather than running a script?
And is there any way we can install it without using the kustomize tool?
Vamshi
Sep 15, 2023 12:10 AM
"Do we have any steps where we can install it manually step by step rather than running a script?"
Try this method on linux machine to install Kustomize manually:
1. wget https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.1.1/kustomize_v5.1.1_linux_amd64.tar.gz
2. tar zxf kustomize_v5.1.1_linux_amd64.tar.gz
3. sudo mv kustomize /usr/local/bin
"And is there any way we can install it without using the kustomize tool?"
No.
Sep 15, 2023 09:09 AM