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
@Ben Monroe ,
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