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

K8s agent installation

Hello,

I tried to install K8s agent as this link https://docs.flexera.com/FlexNetManagerSuite2021R1/EN/WebHelp/index.html#tasks/InvSet-KubAgentDownload.html 

but i am stuck at step 14 when running ./install.sh --registry myregistry and get the error as attached picture.

What should I do to fix this?

(2) Replies
ChrisG
By Community Manager Community Manager
Community Manager

The 'deployment "krm-controller" exceeded its progress deadline' error suggests that Kubernetes failed to provision the deployment named "krm-controller".

You could use the Kubernetes kubectl command line tool to get some additional insight into what failed. For example:

kubectl describe deployment krm-controller --namespace flexera

 

(Did my reply solve the question? Click "ACCEPT AS SOLUTION" to help others find answers faster. Liked something? Click "KUDO". Anything expressed here is my own view and not necessarily that of my employer, Flexera.)

Here the result of command line.

And if the image is stored locally (not uploaded to container registry) is there any differences in cmd?