Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Conversation

@hexecute
Copy link

  • Add kubelet_address as an alternative address to use to connect to Kubelet in place of node_name.
    • This relates to ADDON-21681

This enables the following PR in splunk-connect-for-kubernetes: [1]

[1] splunk/splunk-connect-for-kubernetes#137

…o connect

  to Kubelet

* Add kubelet_address as an alternative address to use to connect to Kubelet
  in place of node_name.
  - This relates to ADDON-21681
@chaitanyaphalak
Copy link
Contributor

chaitanyaphalak commented May 23, 2019

Why do you need another configurable parameter for kubelet_address ? Just reuse node_name if possible. Does it mean something else in your implementation? Need more context.

@hexecute
Copy link
Author

Why do you need another configurable parameter for kubelet_address ? Just reuse node_name if possible.

If you look at the other linked issue, we tried reusing node_name at first. However, this came with the unfortunate side-effect of setting the node_name to the IP address in the metrics data that came through. Where there used to be a single variable, we need two separate variables now: one to describe the node in metrics and one used for the connection itself.

@chaitanyaphalak
Copy link
Contributor

Cool. Thanks :)

- As per cphalak's PR comment, this should be the default case for all users.
@chaitanyaphalak chaitanyaphalak merged commit d928642 into splunk:develop Jun 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants