Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

[stable/metrics-server] bump metrics-server version #16656

Merged
merged 4 commits into from
Sep 4, 2019
Merged

[stable/metrics-server] bump metrics-server version #16656

merged 4 commits into from
Sep 4, 2019

Conversation

pierluigilenoci
Copy link
Contributor

What this PR does / why we need it:

Bump image version to latest at 0.3.3

Which issue this PR fixes

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • DCO signed
  • Chart Version bumped
  • Variables are documented in the README.md
  • Title of the PR starts with chart name (e.g. [stable/chart])

@helm-bot helm-bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Aug 28, 2019
@pierluigilenoci pierluigilenoci changed the title bump metrics-server version [stable/metrics-server] bump metrics-server version Aug 28, 2019
@k8s-ci-robot k8s-ci-robot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Aug 28, 2019
@k8s-ci-robot
Copy link
Contributor

Hi @PierluigiLenociAkelius. Thanks for your PR.

I'm waiting for a helm member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 28, 2019
@pierluigilenoci
Copy link
Contributor Author

/assign @kennethaasan

@pierluigilenoci
Copy link
Contributor Author

/assign @olemarkus

@pierluigilenoci
Copy link
Contributor Author

I'm ready also to create a PR for whitespace formatting and to remove trailing blank lines as suggested by @bryantbiggs
https://github.com/PierluigiLenociAkelius/charts/commit/a8bbdcbf2d9b29ba049dd11a369453669429dd66

@olemarkus
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 29, 2019
@pierluigilenoci
Copy link
Contributor Author

@olemarkus as expected the build failed.

@olemarkus
Copy link
Contributor

At least it seems given that it is the image version that is the problem. It is unclear to me why though. when I install/delete the chart from this PR it works just fine. So does linting the chart.

@pierluigilenoci
Copy link
Contributor Author

@olemarkus Seems that this is not working. I create this one to fix a bit the chart #16685

@k8s-ci-robot k8s-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Aug 29, 2019
@helm-bot helm-bot removed the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 29, 2019
@pierluigilenoci
Copy link
Contributor Author

@bryantbiggs the metrics-server bump version don't work sadly.

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Aug 29, 2019
@pierluigilenoci
Copy link
Contributor Author

@olemarkus probably this is the reason: kubernetes-sigs/metrics-server#278 (comment)

If I use this options on k8s > v1.13 with kubelet (working without webhook authentication) works.

@olemarkus
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Aug 30, 2019
@olemarkus
Copy link
Contributor

olemarkus commented Aug 30, 2019

So the reason this is failing is that we have a test that looks like this:
wget -qO- https://<pod name>:443/version | grep -F <version, i.e 0.3.3>
And the version endpoint actually returns this:

{
  "major": "",
  "minor": "",
  "gitVersion": "v0.3.2-17+822102a6ca25b0-dirty",
  "gitCommit": "822102a6ca25b03318db397f1ceeec7b46f546a5",
  "gitTreeState": "dirty",
  "buildDate": "2019-05-02T18:40:38Z",
  "goVersion": "go1.10.8",
  "compiler": "gc",
  "platform": "linux/amd64"
}

This test in its current state is therefor completely useless and can be removed (or replaced by something more clever)

@pierluigilenoci
Copy link
Contributor Author

The test could be improved but the answer is anyway wrong. So a fix is needed in both sides.

@pierluigilenoci
Copy link
Contributor Author

There is a issue on metrics-server repo opened since june.
kubernetes-sigs/metrics-server#272

@helm-bot helm-bot removed the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Sep 4, 2019
@pierluigilenoci
Copy link
Contributor Author

@olemarkus the issue with the version is fixed, could you please approve again?

@olemarkus
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 4, 2019
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
@k8s-ci-robot k8s-ci-robot removed the lgtm Indicates that a PR is ready to be merged. label Sep 4, 2019
@helm-bot helm-bot added the Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). label Sep 4, 2019
@pierluigilenoci
Copy link
Contributor Author

@olemarkus sorry... I forgot to sign the commit :( my bad.

@olemarkus
Copy link
Contributor

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Sep 4, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: olemarkus, PierluigiLenociAkelius

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

@k8s-ci-robot k8s-ci-robot merged commit f400de3 into helm:master Sep 4, 2019
@pierluigilenoci pierluigilenoci deleted the bump_metrics-server_version branch September 4, 2019 11:29
@pierluigilenoci
Copy link
Contributor Author

@olemarkus thank you! We finally did it! 🍾

kengou pushed a commit to kengou/charts that referenced this pull request Sep 18, 2019
* bump metrics-server version

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>

* Postponed to better times
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>

* Let's try with the new version
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
ramkumarvs pushed a commit to yugabyte/charts-helm-fork that referenced this pull request Sep 30, 2019
* bump metrics-server version

Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>

* Postponed to better times
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>

* Let's try with the new version
Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. Contribution Allowed If the contributor has signed the DCO or the CNCF CLA (prior to the move to a DCO). lgtm Indicates that a PR is ready to be merged. ok-to-test 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.

5 participants