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
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
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
Thanks for your input.
Can you suggest how i can attach external ip to this POD
Regards
Pankaj
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.