Question

ingress-ingress-nginx-controller in Pending state

  • 3 April 2023
  • 3 replies
  • 960 views

Userlevel 5
Badge +11

Hello,

We have IFS Cloud 22R1 installed. while configuring for Appliction Gateway we have identified that the ingress-ingress-nginx-controller is in pending state.

 

Any suggestions. 

Regards

Pankaj


3 replies

Userlevel 5
Badge +12

Hi Pankaj,

The Pending status means that a pod is awaiting scheduling by the Kubernetes engine. There can be many reasons for it. To determine the cause, please "describe" the pod.

kubectl describe pod <pod name>

Usually the information you need is in the "Events" section of the output.

 

Best regards,
Ben

Userlevel 5
Badge +11

@Ben Monroe ,

Thanks for your input.

Can you suggest how i can attach external ip to this POD

Regards

Pankaj

Userlevel 5
Badge +12

Hi Pankaj,

Were you able to identify the pending cause for the pod?

> Can you suggest how i can attach external ip to this POD

The external IP is determined by the "Linuxhost" setting in ifsroot\config\main_config.json during setup.
This should be a FQDN value resolvable by DNS.
Also, please make sure that your TLS certificate properly matches the FQDN name.

Best regards,
Ben
IFS | GSD Technology

Reply