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

Fix metrics-server for all providers #424

Merged
merged 1 commit into from
May 9, 2019

Conversation

kron4eg
Copy link
Member

@kron4eg kron4eg commented May 9, 2019

Fixes #423

Fix metrics-server for all providers

Signed-off-by: Artiom Diomin <kron82@gmail.com>
@kron4eg kron4eg requested a review from xmudrii May 9, 2019 08:38
@kubermatic-bot kubermatic-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 9, 2019
@kron4eg
Copy link
Member Author

kron4eg commented May 9, 2019

/cherrypick release/v0.6

@kubermatic-bot
Copy link
Contributor

@kron4eg: once the present PR merges, I will cherry-pick it on top of release/v0.6 in a new PR and assign it to you.

In response to this:

/cherrypick release/v0.6

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.

@@ -208,6 +208,7 @@ func metricsServerDeployment() *appsv1.Deployment {
ImagePullPolicy: corev1.PullIfNotPresent,
Args: []string{
"--kubelet-insecure-tls",
"--kubelet-preferred-address-types=InternalIP,InternalDNS,ExternalDNS,ExternalIP",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

metrics-server will use first accessible address type.

on hetzner it will be ExternalIP, others do support InternalIP. With provider none real external IP will be indicated as InternalIP so will work ether way.

Copy link
Member

@xmudrii xmudrii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label May 9, 2019
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 5b061385ee42fd604fbd59bce709320fe9fc8890

@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xmudrii

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 9, 2019
@xmudrii
Copy link
Member

xmudrii commented May 9, 2019

/retest

@kron4eg
Copy link
Member Author

kron4eg commented May 9, 2019

/retest pull-kubeone-e2e-digitalocean-upgrade-1.13.5-1.14.1

@kron4eg
Copy link
Member Author

kron4eg commented May 9, 2019

/retest

@kubermatic-bot kubermatic-bot merged commit f05009a into master May 9, 2019
@kubermatic-bot kubermatic-bot deleted the 423-metrics-server-kubeletaddresses branch May 9, 2019 10:06
@kubermatic-bot
Copy link
Contributor

@kron4eg: new pull request created: #427

In response to this:

/cherrypick release/v0.6

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

metrics-server failing to grab node info
3 participants