cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Manual Installation of Flexera Kubernetes Inventory Agent

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

(1) Solution

"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.

View solution in original post

(4) Replies

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

 

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

Attached image

"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.