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

Get latest valid tag for each image during cacheing #14006

Merged
merged 2 commits into from
May 12, 2022

Conversation

ckannon
Copy link
Contributor

@ckannon ckannon commented Apr 21, 2022

fixes #13136
Get tags from k8s.gcr.io, fall back to hard coded tag if cannot get

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 21, 2022
@k8s-ci-robot
Copy link
Contributor

Hi @ckannon. Thanks for your PR.

I'm waiting for a kubernetes 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.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 21, 2022
@ckannon
Copy link
Contributor Author

ckannon commented Apr 21, 2022

@spowelljr this is the fix we talked about

@minikube-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@medyagh
Copy link
Member

medyagh commented Apr 21, 2022

fixes #13136 Get tags from k8s.gcr.io, fall back to hard coded tag if cannot get

Wouldn't this be wrong for if the user wants to use an old kubernetes version ?
for example minikube start --kubernetes-version=1.17.1 ? in that case is this PR gonna try to use Latest Pause image for that kuberentes version first ? If yes then the PR is wrong

@ckannon
Copy link
Contributor Author

ckannon commented Apr 21, 2022

Hey Medya, No, earlier versions are drawn from a map of kubernetes version to image version (constants.KubeadmImages[majorMinorVersion][imageName]). This is just the fallback version if the map does not contain the selected k8s version (for example if you use a beta or nightly). In the past, this version was just randomly hardcoded (if you look at the diffs you can see where it was hardcoded to 1.8.4 for coredns, which isn't even a valid version, v1.8.4 is the correct version number).

@ckannon
Copy link
Contributor Author

ckannon commented Apr 21, 2022

@spowelljr @medyagh can I snag an ok-to-test please?

@medyagh
Copy link
Member

medyagh commented Apr 26, 2022

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Apr 26, 2022
@medyagh
Copy link
Member

medyagh commented Apr 26, 2022

Hey Medya, No, earlier versions are drawn from a map of kubernetes version to image version (constants.KubeadmImages[majorMinorVersion][imageName]). This is just the fallback version if the map does not contain the selected k8s version (for example if you use a beta or nightly). In the past, this version was just randomly hardcoded (if you look at the diffs you can see where it was hardcoded to 1.8.4 for coredns, which isn't even a valid version, v1.8.4 is the correct version number).

thank you for clarifying

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 51.1s    | 52.3s               |
| enable ingress | 27.6s    | 28.5s               |
+----------------+----------+---------------------+

Times for minikube ingress: 29.0s 29.5s 27.1s 25.6s 26.5s
Times for minikube (PR 14006) ingress: 25.5s 29.1s 29.6s 29.0s 29.1s

Times for minikube start: 51.6s 50.6s 51.1s 50.6s 51.3s
Times for minikube (PR 14006) start: 52.8s 52.7s 51.6s 52.5s 52.0s

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 collecting results for docker driver: timing run 0 with minikube: timing cmd: [out/minikube addons enable ingress]: waiting for minikube: exit status 10

pkg/minikube/bootstrapper/images/images.go Outdated Show resolved Hide resolved
pkg/minikube/bootstrapper/images/images.go Outdated Show resolved Hide resolved
pkg/minikube/bootstrapper/images/images.go Outdated Show resolved Hide resolved
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 51.6s    | 52.6s               |
| enable ingress | 28.7s    | 28.7s               |
+----------------+----------+---------------------+

Times for minikube start: 52.6s 53.2s 50.7s 51.2s 50.2s
Times for minikube (PR 14006) start: 52.2s 52.7s 52.3s 52.6s 53.0s

Times for minikube (PR 14006) ingress: 26.6s 28.5s 29.5s 28.5s 30.1s
Times for minikube ingress: 30.0s 26.5s 28.5s 28.6s 30.0s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14006) |
+-------------------+----------+---------------------+
| minikube start    | 25.5s    | 25.8s               |
| ⚠️  enable ingress | 23.7s    | 60.2s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube start: 28.2s 25.0s 25.4s 24.4s 24.4s
Times for minikube (PR 14006) start: 26.2s 26.3s 25.8s 25.1s 25.6s

Times for minikube ingress: 22.9s 22.9s 23.9s 22.9s 25.9s
Times for minikube (PR 14006) ingress: 22.9s 204.9s 27.9s 23.4s 21.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 37.6s    | 39.6s               |
| enable ingress | 26.2s    | 27.7s               |
+----------------+----------+---------------------+

Times for minikube ingress: 31.9s 22.4s 31.9s 22.4s 22.4s
Times for minikube (PR 14006) ingress: 22.4s 18.9s 52.4s 22.4s 22.4s

Times for minikube start: 29.7s 39.9s 39.5s 39.6s 39.6s
Times for minikube (PR 14006) start: 30.5s 44.2s 41.2s 40.9s 40.9s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestJSONOutput/start/parallel/DistinctCurrentSteps (gopogh) 0.00 (chart)
Hyperkit_macOS TestJSONOutput/start/parallel/IncreasingCurrentSteps (gopogh) 0.00 (chart)
Docker_macOS TestDownloadOnlyKic (gopogh) 1.92 (chart)
Docker_macOS TestDownloadOnly/v1.23.5/preload-exists (gopogh) 1.92 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/DeployApp (gopogh) 35.90 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/FirstStart (gopogh) 36.71 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (gopogh) 37.18 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/SecondStart (gopogh) 38.75 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/FirstStart (gopogh) 42.31 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 42.31 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 43.04 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 43.75 (chart)
Docker_macOS TestNetworkPlugins/group/custom-weave/Start (gopogh) 48.15 (chart)
Docker_Windows TestAddons/Setup (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/CertSync (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/CpCmd (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/DockerEnv/powershell (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/FileSync (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageBuild (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListJson (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListShort (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListTable (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageListYaml (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadDaemon (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageLoadFromFile (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageReloadDaemon (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveDaemon (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageSaveToFile (gopogh) 48.57 (chart)
Docker_Windows TestFunctional/parallel/ImageCommands/ImageTagAndLoadDaemon (gopogh) 48.57 (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.

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestFunctional/serial/ComponentHealth (gopogh) 49.00 (chart)
Docker_macOS TestFunctional/serial/ExtraConfig (gopogh) 49.00 (chart)
Docker_macOS TestNetworkPlugins/group/calico/Start (gopogh) 66.67 (chart)
Docker_macOS TestNetworkPlugins/group/kubenet/DNS (gopogh) 67.50 (chart)
Docker_macOS TestNetworkPlugins/group/kindnet/Start (gopogh) 69.14 (chart)
Docker_macOS TestNetworkPlugins/group/bridge/DNS (gopogh) 74.51 (chart)
Docker_macOS TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 77.59 (chart)
Docker_macOS TestDownloadOnly/v1.16.0/preload-exists (gopogh) 99.04 (chart)

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

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 51.3s    | 51.1s               |
| enable ingress | 28.5s    | 29.6s               |
+----------------+----------+---------------------+

Times for minikube ingress: 28.5s 26.1s 29.5s 28.5s 30.1s
Times for minikube (PR 14006) ingress: 29.1s 29.6s 30.6s 28.5s 30.0s

Times for minikube start: 52.8s 50.5s 50.1s 51.2s 51.9s
Times for minikube (PR 14006) start: 49.6s 51.3s 52.1s 51.4s 50.8s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 25.3s    | 24.6s               |
| enable ingress | 22.7s    | 23.3s               |
+----------------+----------+---------------------+

Times for minikube start: 26.6s 25.0s 25.0s 24.5s 25.2s
Times for minikube (PR 14006) start: 24.6s 24.0s 24.5s 25.0s 24.9s

Times for minikube ingress: 22.9s 22.9s 22.9s 22.4s 22.5s
Times for minikube (PR 14006) ingress: 21.9s 22.4s 22.9s 23.9s 25.4s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 39.7s    | 42.6s               |
| enable ingress | 18.5s    | 20.0s               |
+----------------+----------+---------------------+

Times for minikube ingress: 18.9s 18.0s 19.9s 18.0s 17.9s
Times for minikube (PR 14006) ingress: 22.4s 18.0s 18.9s 18.4s 22.4s

Times for minikube start: 34.1s 33.2s 43.5s 43.5s 44.0s
Times for minikube (PR 14006) start: 40.1s 44.6s 43.0s 45.0s 40.3s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux_containerd TestRunningBinaryUpgrade (gopogh) 0.00 (chart)
KVM_Linux TestScheduledStopUnix (gopogh) 0.00 (chart)
Docker_Linux_containerd TestStoppedBinaryUpgrade/MinikubeLogs (gopogh) 8.85 (chart)
Docker_Linux_containerd TestStoppedBinaryUpgrade/Upgrade (gopogh) 9.73 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 11.11 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/EnableAddonAfterStop (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/SecondStart (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/Stop (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop (gopogh) 15.18 (chart)
Docker_Linux_containerd TestAddons/parallel/Registry (gopogh) 17.44 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 29.49 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/FirstStart (gopogh) 29.49 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/SecondStart (gopogh) 30.77 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (gopogh) 34.15 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/DeployApp (gopogh) 35.90 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/FirstStart (gopogh) 36.71 (chart)
Docker_macOS TestNetworkPlugins/group/bridge/Start (gopogh) 37.04 (chart)
Docker_Linux_containerd TestFunctional/parallel/MountCmd/any-port (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/parallel/MySQL (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/parallel/PersistentVolumeClaim (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmd (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/parallel/ServiceCmdConnect (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/serial/ExtraConfig (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/serial/SoftStart (gopogh) 37.17 (chart)
Docker_Linux_containerd TestFunctional/serial/StartWithProxy (gopogh) 37.17 (chart)
Docker_Linux_containerd TestMultiNode/serial/DeployApp2Nodes (gopogh) 37.17 (chart)
Docker_Linux_containerd TestMultiNode/serial/PingHostFrom2Pods (gopogh) 37.17 (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.

@ckannon
Copy link
Contributor Author

ckannon commented May 11, 2022

/retest-this-please

@ckannon ckannon requested a review from spowelljr May 11, 2022 16:20
@spowelljr
Copy link
Member

/retest-this-please

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 51.0s    | 51.3s               |
| enable ingress | 28.6s    | 29.4s               |
+----------------+----------+---------------------+

Times for minikube start: 53.6s 50.1s 50.6s 49.5s 51.0s
Times for minikube (PR 14006) start: 51.0s 51.5s 51.2s 51.3s 51.3s

Times for minikube ingress: 29.6s 28.5s 28.1s 29.6s 27.5s
Times for minikube (PR 14006) ingress: 29.5s 28.5s 29.5s 30.0s 29.5s

docker driver with docker runtime

+-------------------+----------+---------------------+
|      COMMAND      | MINIKUBE | MINIKUBE (PR 14006) |
+-------------------+----------+---------------------+
| minikube start    | 27.7s    | 23.6s               |
| ⚠️  enable ingress | 23.0s    | 35.8s ⚠️             |
+-------------------+----------+---------------------+

Times for minikube ingress: 22.9s 25.4s 20.9s 20.4s 25.4s
Times for minikube (PR 14006) ingress: 22.9s 82.9s 22.9s 26.4s 23.9s

Times for minikube start: 41.7s 24.6s 23.8s 23.8s 24.7s
Times for minikube (PR 14006) start: 23.6s 24.0s 23.3s 23.5s 23.7s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 34.3s    | 36.0s               |
| enable ingress | 22.8s    | 23.4s               |
+----------------+----------+---------------------+

Times for minikube start: 34.0s 31.7s 38.1s 38.5s 28.9s
Times for minikube (PR 14006) start: 27.8s 28.6s 39.8s 39.9s 43.7s

Times for minikube ingress: 17.9s 18.9s 22.5s 22.5s 32.4s
Times for minikube (PR 14006) ingress: 22.4s 21.9s 22.4s 21.9s 28.4s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyper-V_Windows TestNoKubernetes/serial/Start (gopogh) n/a
Hyperkit_macOS TestNetworkPlugins/group/custom-weave/Start (gopogh) 0.00 (chart)
Hyperkit_macOS TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (gopogh) 0.00 (chart)
Hyper-V_Windows TestForceSystemdFlag (gopogh) 0.00 (chart)
Hyper-V_Windows TestNetworkPlugins/group/auto/Start (gopogh) 0.00 (chart)
Hyper-V_Windows TestOffline (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/AddonExistsAfterStop (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 0.00 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
none_Linux TestStoppedBinaryUpgrade/Upgrade (gopogh) 0.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/calico/Start (gopogh) 0.88 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kindnet/Start (gopogh) 1.09 (chart)
Hyper-V_Windows TestStartStop/group/embed-certs/serial/Pause (gopogh) 3.26 (chart)
Hyper-V_Windows TestNetworkPlugins/group/calico/Start (gopogh) 4.35 (chart)
Hyper-V_Windows TestNetworkPlugins/group/custom-weave/Start (gopogh) 4.35 (chart)
Hyper-V_Windows TestNetworkPlugins/group/false/Start (gopogh) 5.43 (chart)
Hyper-V_Windows TestNetworkPlugins/group/cilium/Start (gopogh) 6.52 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/Pause (gopogh) 7.27 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 11.11 (chart)
Hyper-V_Windows TestNetworkPlugins/group/enable-default-cni/Start (gopogh) 13.04 (chart)
Hyper-V_Windows TestNetworkPlugins/group/flannel/Start (gopogh) 21.74 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_macOS TestNoKubernetes/serial/Start (gopogh) 27.37 (chart)
Hyper-V_Windows TestNetworkPlugins/group/bridge/Start (gopogh) 36.96 (chart)
Docker_Linux TestNetworkPlugins/group/false/DNS (gopogh) 39.00 (chart)
Hyper-V_Windows TestNetworkPlugins/group/kubenet/Start (gopogh) 44.57 (chart)
Docker_Windows TestForceSystemdEnv (gopogh) 54.29 (chart)
Docker_Windows TestNoKubernetes/serial/Start (gopogh) 58.25 (chart)
Docker_Linux TestNetworkPlugins/group/kindnet/DNS (gopogh) 60.34 (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.

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels May 11, 2022
@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 52.8s    | 53.6s               |
| enable ingress | 29.8s    | 30.4s               |
+----------------+----------+---------------------+

Times for minikube start: 52.2s 53.2s 52.8s 54.0s 51.9s
Times for minikube (PR 14006) start: 53.3s 52.3s 54.5s 55.2s 52.5s

Times for minikube ingress: 30.2s 29.2s 30.2s 29.2s 30.2s
Times for minikube (PR 14006) ingress: 30.2s 30.6s 30.2s 29.6s 31.2s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 29.4s    | 25.7s               |
| enable ingress | 22.4s    | 23.3s               |
+----------------+----------+---------------------+

Times for minikube ingress: 23.0s 22.0s 22.5s 22.4s 22.0s
Times for minikube (PR 14006) ingress: 22.5s 22.0s 22.5s 26.0s 23.5s

Times for minikube start: 43.3s 26.1s 25.8s 25.5s 26.3s
Times for minikube (PR 14006) start: 25.8s 26.5s 25.1s 25.9s 25.1s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 30.7s    | 30.7s               |
| enable ingress | 29.0s    | 28.8s               |
+----------------+----------+---------------------+

Times for minikube ingress: 22.0s 18.0s 31.0s 52.0s 22.0s
Times for minikube (PR 14006) ingress: 22.0s 28.5s 32.5s 29.0s 32.0s

Times for minikube (PR 14006) start: 29.6s 32.6s 30.2s 32.2s 29.0s
Times for minikube start: 31.4s 33.7s 29.7s 29.3s 29.6s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux_containerd TestNetworkPlugins/group/auto/Start (gopogh) 6.17 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/cilium/Start (gopogh) 6.17 (chart)
Docker_Windows TestNoKubernetes/serial/ProfileList (gopogh) 9.52 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 11.11 (chart)
Docker_macOS TestMissingContainerUpgrade (gopogh) 12.12 (chart)
Docker_Windows TestNetworkPlugins/group/auto/DNS (gopogh) 13.46 (chart)
Docker_macOS TestCertExpiration (gopogh) 14.14 (chart)
Docker_macOS TestKubernetesUpgrade (gopogh) 16.16 (chart)
Docker_Linux TestAddons/parallel/Registry (gopogh) 17.00 (chart)
Docker_Linux TestFunctional/parallel/DashboardCmd (gopogh) 17.00 (chart)
Docker_Linux TestFunctional/parallel/PersistentVolumeClaim (gopogh) 17.00 (chart)
Docker_Linux TestMultiNode/serial/DeployApp2Nodes (gopogh) 17.00 (chart)
Docker_Linux TestMultiNode/serial/PingHostFrom2Pods (gopogh) 17.00 (chart)
Docker_Linux TestNetworkPlugins/group/cilium/Start (gopogh) 17.00 (chart)
Docker_Linux_containerd TestAddons/parallel/Registry (gopogh) 17.44 (chart)
Docker_macOS TestStoppedBinaryUpgrade/MinikubeLogs (gopogh) 18.56 (chart)
Docker_macOS TestStoppedBinaryUpgrade/Upgrade (gopogh) 18.56 (chart)
Docker_Linux TestNetworkPlugins/group/auto/DNS (gopogh) 20.20 (chart)
Docker_macOS TestNoKubernetes/serial/StartWithK8s (gopogh) 21.43 (chart)
Docker_macOS TestPause/serial/Start (gopogh) 22.22 (chart)
Docker_macOS TestNoKubernetes/serial/ProfileList (gopogh) 23.33 (chart)
Docker_macOS TestNoKubernetes/serial/StartNoArgs (gopogh) 23.33 (chart)
Docker_macOS TestNoKubernetes/serial/Stop (gopogh) 23.33 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_macOS TestNoKubernetes/serial/StartWithStopK8s (gopogh) 24.49 (chart)
Docker_macOS TestNetworkPlugins/group/auto/Start (gopogh) 25.93 (chart)
Docker_macOS TestNetworkPlugins/group/cilium/Start (gopogh) 25.93 (chart)
Docker_macOS TestNetworkPlugins/group/false/Start (gopogh) 25.93 (chart)
Docker_macOS TestNoKubernetes/serial/Start (gopogh) 27.37 (chart)
Docker_Linux_containerd TestPause/serial/Start (gopogh) 27.43 (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.

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 51.2s    | 50.9s               |
| enable ingress | 27.8s    | 28.7s               |
+----------------+----------+---------------------+

Times for minikube ingress: 28.6s 25.0s 29.6s 25.5s 30.1s
Times for minikube (PR 14006) ingress: 30.0s 29.1s 29.0s 29.0s 26.5s

Times for minikube start: 52.0s 50.8s 51.4s 51.5s 50.3s
Times for minikube (PR 14006) start: 51.4s 50.0s 49.6s 51.4s 52.0s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 24.3s    | 23.9s               |
| enable ingress | 23.1s    | 22.7s               |
+----------------+----------+---------------------+

Times for minikube start: 25.3s 23.8s 24.0s 23.9s 24.4s
Times for minikube (PR 14006) start: 23.9s 23.9s 23.8s 23.7s 24.2s

Times for minikube ingress: 20.4s 24.0s 21.4s 22.9s 26.9s
Times for minikube (PR 14006) ingress: 21.9s 22.9s 22.9s 22.9s 22.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 14006) |
+----------------+----------+---------------------+
| minikube start | 35.0s    | 32.3s               |
| enable ingress | 20.8s    | 22.5s               |
+----------------+----------+---------------------+

Times for minikube start: 30.3s 39.7s 44.1s 28.8s 31.8s
Times for minikube (PR 14006) start: 29.0s 28.3s 40.1s 31.3s 32.7s

Times for minikube ingress: 22.4s 22.4s 17.9s 22.4s 18.9s
Times for minikube (PR 14006) ingress: 21.9s 22.4s 21.4s 18.9s 27.9s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_macOS TestDownloadOnlyKic (gopogh) 1.92 (chart)
Docker_macOS TestDownloadOnly/v1.23.5/preload-exists (gopogh) 1.92 (chart)
Docker_Linux TestStartStop/group/newest-cni/serial/Pause (gopogh) 2.00 (chart)
Docker_Linux TestStartStop/group/old-k8s-version/serial/Pause (gopogh) 9.00 (chart)
Docker_macOS TestJSONOutput/pause/Command (gopogh) 10.00 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/AddonExistsAfterStop (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/EnableAddonAfterStop (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/SecondStart (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/Stop (gopogh) 15.18 (chart)
Docker_Cloud_Shell TestStartStop/group/cloud-shell/serial/UserAppExistsAfterStop (gopogh) 15.18 (chart)
Docker_Linux_containerd TestNetworkPlugins/group/custom-weave/Start (gopogh) 23.46 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 29.49 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/FirstStart (gopogh) 29.49 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/SecondStart (gopogh) 30.77 (chart)
Docker_Linux_containerd TestStartStop/group/old-k8s-version/serial/UserAppExistsAfterStop (gopogh) 34.15 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/DeployApp (gopogh) 35.90 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/FirstStart (gopogh) 36.71 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (gopogh) 37.18 (chart)
Docker_Linux_containerd TestStartStop/group/no-preload/serial/SecondStart (gopogh) 38.75 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/FirstStart (gopogh) 42.31 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/SecondStart (gopogh) 42.31 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 43.04 (chart)
Docker_Linux_containerd TestStartStop/group/embed-certs/serial/UserAppExistsAfterStop (gopogh) 43.75 (chart)
Docker_macOS TestNetworkPlugins/group/custom-weave/Start (gopogh) 48.15 (chart)
Docker_macOS TestFunctional/serial/ComponentHealth (gopogh) 49.00 (chart)
Docker_macOS TestFunctional/serial/ExtraConfig (gopogh) 49.00 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/UserAppExistsAfterStop (gopogh) 55.13 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/DeployApp (gopogh) 56.25 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/FirstStart (gopogh) 56.25 (chart)
Docker_Linux_containerd TestStartStop/group/default-k8s-different-port/serial/SecondStart (gopogh) 56.79 (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 958819c into kubernetes:master May 12, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ckannon, 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 May 12, 2022
@ckannon
Copy link
Contributor Author

ckannon commented Oct 11, 2022 via email

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/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

k8s v1.24.0-alpha.1: The image 'k8s.gcr.io/coredns/coredns:1.8.4' was not found; unable to add it to cache.
6 participants