-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How to get information about node ip in the pod #4945
Comments
Related to #4190 Can you elaborate further on your use-case of node IP? |
I would like to use DataDog DemonSet. I copied the DeamonSet config file. This is their recommendation you can find here: https://docs.datadoghq.com/agent/kubernetes/daemonset_setup/?tab=k8sfile
and I have a service witch should use the node ip
|
Issues go stale after 90 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle stale |
Stale issues rot after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /lifecycle rotten |
Rotten issues close after 30 days of inactivity. Send feedback to Knative Productivity Slack channel or file an issue in knative/test-infra. /close |
@knative-housekeeping-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Ask your question here:
I would like to know node IP in the pod but service doesn't support downwardAPI and fieldRef. Can I inject somehow the node IP in the service definition?
The text was updated successfully, but these errors were encountered: