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

Upgrade kubernetes dashboard from v2.6.0 to v2.7.0 #15000

Merged
merged 2 commits into from
Sep 29, 2022

Conversation

ziyi-xie
Copy link
Contributor

Kubernetes dashboard has been upgraded to v2.7.0 now, and this PR fixed the version of dashboard to v2.7.0 in minikube.
https://github.com/kubernetes/dashboard/releases

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 22, 2022
@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@k8s-ci-robot k8s-ci-robot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Sep 28, 2022
@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 Sep 28, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 15000) |
+----------------+----------+---------------------+
| minikube start | 56.8s    | 56.8s               |
| enable ingress | 29.1s    | 27.4s               |
+----------------+----------+---------------------+

Times for minikube (PR 15000) start: 56.2s 58.3s 56.6s 58.1s 55.1s
Times for minikube start: 59.9s 57.8s 54.3s 55.2s 56.6s

Times for minikube (PR 15000) ingress: 24.6s 29.2s 28.7s 25.2s 29.1s
Times for minikube ingress: 30.7s 28.2s 28.2s 28.6s 29.7s

docker driver with docker runtime
error collecting results for docker driver: timing run 0 with minikube: timing cmd: [out/minikube addons enable ingress]: waiting for minikube: exit status 10
docker driver with containerd runtime
error downloading artifacts: artifact download start: exit status 90

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
KVM_Linux TestCertExpiration (gopogh) 0.00 (chart)
Hyper-V_Windows TestNetworkPlugins/group/flannel/NetCatPod (gopogh) 3.23 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/auto/DNS (gopogh) 4.24 (chart)
none_Linux TestAddons/parallel/MetricsServer (gopogh) 12.50 (chart)
Docker_macOS TestFunctional/parallel/DashboardCmd (gopogh) 12.75 (chart)
Hyper-V_Windows TestNetworkPlugins/group/bridge/Start (gopogh) 13.97 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kubenet/Start (gopogh) 20.59 (chart)
Docker_Linux_containerd TestOffline (gopogh) 26.11 (chart)
Docker_Linux_containerd TestAddons/Setup (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/DashboardCmd (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/MountCmd/any-port (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/MySQL (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/PersistentVolumeClaim (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmd (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmdConnect (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/serial/ExtraConfig (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/serial/SoftStart (gopogh) 28.03 (chart)
Docker_Linux_containerd TestFunctional/serial/StartWithProxy (gopogh) 28.03 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/serial/ValidateIngressAddonActivation (gopogh) 28.03 (chart)
Docker_Linux_containerd TestIngressAddonLegacy/StartLegacyK8sCluster (gopogh) 28.03 (chart)
Docker_Linux_containerd TestJSONOutput/start/Command (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/AddNode (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/DeployApp2Nodes (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/FreshStart2Nodes (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/PingHostFrom2Pods (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/ProfileList (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/StartAfterStop (gopogh) 28.03 (chart)
Docker_Linux_containerd TestMultiNode/serial/StopNode (gopogh) 28.03 (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.

@spowelljr spowelljr merged commit d566828 into kubernetes:master Sep 29, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: spowelljr, ziyi-xie

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 Sep 29, 2022
@ziyi-xie ziyi-xie deleted the update-dashboard branch October 12, 2022 09:08
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