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

Replace HOSTNAME with NODE_NAME when accessing Kubelet API #17469

Merged
merged 1 commit into from
Apr 7, 2020

Conversation

ChrsMark
Copy link
Member

@ChrsMark ChrsMark commented Apr 3, 2020

Follow up of #16063.

More info on elastic/helm-charts#471 (comment).

When hostNetwork: true these 2 variables are identical:

[root@gke-cluster-1-default-pool-d5378bbe-9kxv metricbeat]# env | grep NODE_NAME
NODE_NAME=gke-cluster-1-default-pool-d5378bbe-9kxv
[root@gke-cluster-1-default-pool-d5378bbe-9kxv metricbeat]# env | grep HOSTNAME
HOSTNAME=gke-cluster-1-default-pool-d5378bbe-9kxv

When not hostNetwork: true these 2 variables are like:

[root@metricbeat-q2dgr metricbeat]# env | grep NODE
NODE_NAME=gke-cluster-1-default-pool-d5378bbe-rvgw
[root@metricbeat-q2dgr metricbeat]# env | grep HOST
HOSTNAME=metricbeat-q2dgr

@ChrsMark ChrsMark added review [zube]: In Review v7.7.0 Team:Platforms Label for the Integrations - Platforms team v7.8.0 labels Apr 3, 2020
@ChrsMark ChrsMark requested a review from a team April 3, 2020 13:17
@ChrsMark ChrsMark self-assigned this Apr 3, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-platforms (Team:Platforms)

@ChrsMark ChrsMark changed the title Replace HOSTNAME with NODE_NAME for consistency Replace HOSTNAME with NODE_NAME when accessing Kubelet API Apr 3, 2020
@ChrsMark ChrsMark requested a review from exekias April 3, 2020 14:05
@ChrsMark ChrsMark added the needs_backport PR is waiting to be backported to other branches. label Apr 6, 2020
@ChrsMark ChrsMark merged commit 27a03f1 into elastic:master Apr 7, 2020
ChrsMark added a commit to ChrsMark/beats that referenced this pull request Apr 7, 2020
@ChrsMark ChrsMark removed the needs_backport PR is waiting to be backported to other branches. label Apr 7, 2020
ChrsMark added a commit to ChrsMark/beats that referenced this pull request Apr 7, 2020
ChrsMark added a commit that referenced this pull request Apr 7, 2020
ChrsMark added a commit that referenced this pull request Apr 7, 2020
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Team:Platforms Label for the Integrations - Platforms team v7.7.0 v7.8.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants