Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

agent reads cloud metadata in a loop #4892

Open
jesusch opened this issue Oct 16, 2022 · 0 comments
Open

agent reads cloud metadata in a loop #4892

jesusch opened this issue Oct 16, 2022 · 0 comments

Comments

@jesusch
Copy link

jesusch commented Oct 16, 2022

It seems the agent is pulling cloud-provider details on every keepalive check.
I would assume this check should only run on agent-startup?

# agent.yml
detect-cloud-provider: false

Current Behavior

{"component":"system","level":"debug","msg":"GET http://169.254.169.254/latest/dynamic/instance-identity","time":"2022-10-16T15:23:26Z"}
{"component":"system","level":"debug","msg":"GET http://169.254.169.254/latest/dynamic/instance-identity","time":"2022-10-16T15:23:46Z"}
{"component":"system","level":"debug","msg":"GET http://169.254.169.254/latest/dynamic/instance-identity","time":"2022-10-16T15:24:06Z"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant