Open fabriziofiorucci opened 2 years ago
Hey @fabriziofiorucci, So in agent.cong ENV_CONTROLLER_API_URL is replaced by api_url. Here is a sample of the value in the agent.conf. So the second code snippet is correct.
[cloud]
api_url = ctrl_fqdn:443
api_timeout = 5.0
max_retention = 360
@1996sajal that's correct. in the main readme, section 4.5, the variable description is:
The NGINX Controller API URL. The new instance will use the specified API URL to locate the NGINX Controller host.
I think this might be made clearer by mentioning "fqdn and port" instead of "URL".
thanks!
Hello, I noticed that setting in the deployment manifest:
doesn't allow the controller agent communicate with NGINX Controller, whereas:
works as expected. Is this a bug or am I missing something?
Thank you, FF