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

Addons: Bump metrics-server to v0.6.2 #15411

Merged
merged 1 commit into from
Nov 30, 2022

Conversation

olivierlemasle
Copy link
Member

@olivierlemasle olivierlemasle commented Nov 28, 2022

Addons: bump metrics-server to v0.6.2

Cf. https://github.com/kubernetes-sigs/metrics-server/releases/tag/v0.6.2

Also, switch k8s.gcr.io to registry.k8s.io (cf registry migration)

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 28, 2022
@k8s-ci-robot k8s-ci-robot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Nov 28, 2022
Also use new registry.k8s.io registry.
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@spowelljr
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Nov 28, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15411) |
+----------------+----------+---------------------+
| minikube start | 55.3s    | 54.5s               |
| enable ingress | 28.4s    | 29.1s               |
+----------------+----------+---------------------+

Times for minikube start: 54.5s 53.0s 57.9s 54.3s 56.8s
Times for minikube (PR 15411) start: 55.4s 55.1s 53.4s 54.4s 54.2s

Times for minikube ingress: 30.2s 27.7s 28.8s 27.2s 28.2s
Times for minikube (PR 15411) ingress: 29.2s 28.9s 30.1s 28.7s 28.7s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15411) |
+----------------+----------+---------------------+
| minikube start | 25.5s    | 26.8s               |
| enable ingress | 21.3s    | 20.6s               |
+----------------+----------+---------------------+

Times for minikube start: 25.8s 25.3s 25.1s 25.2s 26.2s
Times for minikube (PR 15411) start: 25.2s 24.5s 29.1s 25.8s 29.4s

Times for minikube (PR 15411) ingress: 19.5s 21.5s 20.5s 20.5s 21.0s
Times for minikube ingress: 20.9s 22.0s 21.5s 19.4s 22.5s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15411) |
+----------------+----------+---------------------+
| minikube start | 22.9s    | 22.3s               |
| enable ingress | 26.3s    | 26.3s               |
+----------------+----------+---------------------+

Times for minikube start: 22.6s 25.6s 22.2s 21.9s 22.1s
Times for minikube (PR 15411) start: 22.1s 22.6s 22.5s 22.4s 22.0s

Times for minikube ingress: 26.5s 26.0s 26.4s 26.0s 26.5s
Times for minikube (PR 15411) ingress: 26.5s 26.0s 26.5s 26.0s 26.5s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
KVM_Linux_containerd TestFunctional/parallel/MountCmd/specific-port (gopogh) 0.61 (chart)
Docker_Linux_containerd TestPause/serial/Start (gopogh) 20.12 (chart)
Docker_Linux_containerd TestOffline (gopogh) 22.56 (chart)
Docker_Linux_containerd TestAddons/Setup (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/DashboardCmd (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/MountCmd/any-port (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/MySQL (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/PersistentVolumeClaim (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmd (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmdConnect (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/serial/ExtraConfig (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/serial/SoftStart (gopogh) 25.61 (chart)
Docker_Linux_containerd TestFunctional/serial/StartWithProxy (gopogh) 25.61 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 25.61 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/StartLegacyK8sCluster (gopogh) 25.61 (chart)
Docker_Linux_containerd TestJSONOutput/start/Command (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/AddNode (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/DeleteNode (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/DeployApp2Nodes (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/FreshStart2Nodes (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/PingHostFrom2Pods (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/ProfileList (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/StartAfterStop (gopogh) 25.61 (chart)
Docker_Linux_containerd TestMultiNode/serial/StopNode (gopogh) 25.61 (chart)
Hyperkit_macOS TestPause/serial/SecondStartNoReconfiguration (gopogh) 27.10 (chart)
Docker_Linux_containerd TestMultiNode/serial/RestartKeepsNodes (gopogh) 28.66 (chart)
Docker_Linux_containerd TestMultiNode/serial/RestartMultiNode (gopogh) 28.66 (chart)
KVM_Linux TestMultiNode/serial/RestartMultiNode (gopogh) 45.40 (chart)
More tests... Continued...

Too many tests failed - See test logs for more details.

To see the flake rates of all tests by environment, click here.

Copy link
Member

@spowelljr spowelljr left a comment

Choose a reason for hiding this comment

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

Thanks for the PR

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: olivierlemasle, spowelljr

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 30, 2022
@spowelljr spowelljr merged commit 92546bc into kubernetes:master Nov 30, 2022
@olivierlemasle olivierlemasle deleted the bump-metrics-server branch November 30, 2022 09:15
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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe 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