A new Flexera Community experience is coming on November 25th. Click here for more information.
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?
Feb 17, 2022 01:45 AM
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
Feb 17, 2022 11:45 PM