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

bump newest kubernetes versions to v1.23.0-rc.1 #13073

Merged
merged 1 commit into from Dec 6, 2021

Conversation

minikube-bot
Copy link
Collaborator

This PR was auto-generated by make update-kubernetes-version using update-k8s-versions.yml CI Workflow.
Please only merge if all the tests pass.

 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/containerd-api-port.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/containerd-pod-network-cidr.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/containerd.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/crio-options-gates.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/crio.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/default.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/dns.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/image-repository.yaml
 M pkg/minikube/bootstrapper/bsutil/testdata/v1.23/options.yaml
 M pkg/minikube/constants/constants.go
 M site/content/en/docs/commands/start.md

@minikube-bot minikube-bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Dec 2, 2021
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 2, 2021
@k8s-ci-robot
Copy link
Contributor

Hi @minikube-bot. 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/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 2, 2021
@medyagh
Copy link
Member

medyagh commented Dec 2, 2021

/ok-to-test

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: minikube-bot
To complete the pull request process, please assign prezha after the PR has been reviewed.
You can assign the PR to them by writing /assign @prezha in a comment when ready.

The full list of commands accepted by this bot can be found 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 removed the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Dec 2, 2021
@minikube-bot
Copy link
Collaborator Author

Can one of the admins verify this patch?

@minikube-pr-bot
Copy link

kvm2 driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 13073) |
+----------------+----------+---------------------+
| minikube start | 46.6s    | 47.4s               |
| enable ingress | 31.0s    | 31.2s               |
+----------------+----------+---------------------+

Times for minikube ingress: 29.8s 30.8s 32.2s 30.8s 31.3s
Times for minikube (PR 13073) ingress: 30.8s 32.8s 31.2s 30.4s 30.8s

Times for minikube start: 47.2s 46.3s 45.9s 47.2s 46.5s
Times for minikube (PR 13073) start: 48.1s 47.0s 46.4s 47.7s 47.8s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 13073) |
+----------------+----------+---------------------+
| minikube start | 21.3s    | 21.5s               |
| enable ingress | 29.4s    | 29.4s               |
+----------------+----------+---------------------+

Times for minikube start: 21.1s 21.0s 21.6s 21.4s 21.5s
Times for minikube (PR 13073) start: 21.9s 20.6s 20.6s 22.7s 21.9s

Times for minikube ingress: 26.9s 34.0s 25.9s 26.4s 34.0s
Times for minikube (PR 13073) ingress: 35.0s 24.9s 33.9s 26.4s 26.9s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 13073) |
+----------------+----------+---------------------+
| minikube start | 30.7s    | 41.7s               |
| enable ingress | 31.1s    | 29.7s               |
+----------------+----------+---------------------+

Times for minikube start: 30.1s 36.1s 25.3s 25.5s 36.6s
Times for minikube (PR 13073) start: 41.8s 40.9s 42.5s 42.2s 41.1s

Times for minikube ingress: 30.9s 25.4s 42.5s 31.9s 24.9s
Times for minikube (PR 13073) ingress: 32.0s 32.5s 19.4s 32.0s 32.4s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Hyperkit_macOS TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
KVM_Linux TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 0.00 (chart)
Docker_Linux TestStartStop/group/newest-cni/serial/VerifyKubernetesImages (gopogh) 0.64 (chart)
Docker_Linux TestStartStop/group/no-preload/serial/VerifyKubernetesImages (gopogh) 0.64 (chart)
Docker_Linux_containerd TestFunctional/serial/LogsFileCmd (gopogh) 7.69 (chart)
Hyperkit_macOS TestMountStart/serial/VerifyMountFirst (gopogh) 8.33 (chart)
Hyperkit_macOS TestMountStart/serial/VerifyMountPostDelete (gopogh) 8.33 (chart)
Hyperkit_macOS TestMountStart/serial/VerifyMountSecond (gopogh) 8.33 (chart)
Hyperkit_macOS TestPreload (gopogh) 8.33 (chart)
none_Linux TestFunctional/serial/ComponentHealth (gopogh) 8.33 (chart)
Hyperkit_macOS TestMountStart/serial/VerifyMountPostStop (gopogh) 8.40 (chart)
Hyperkit_macOS TestStartStop/group/no-preload/serial/AddonExistsAfterStop (gopogh) 9.17 (chart)
Hyperkit_macOS TestMultiNode/serial/DeployApp2Nodes (gopogh) 10.83 (chart)
Hyperkit_macOS TestMultiNode/serial/PingHostFrom2Pods (gopogh) 10.83 (chart)
Hyperkit_macOS TestStartStop/group/default-k8s-different-port/serial/DeployApp (gopogh) 11.67 (chart)
Hyperkit_macOS TestStartStop/group/embed-certs/serial/DeployApp (gopogh) 11.67 (chart)
Hyperkit_macOS TestStartStop/group/no-preload/serial/DeployApp (gopogh) 12.50 (chart)
Hyperkit_macOS TestStartStop/group/no-preload/serial/UserAppExistsAfterStop (gopogh) 15.00 (chart)
Hyperkit_macOS TestStartStop/group/old-k8s-version/serial/DeployApp (gopogh) 15.00 (chart)
Hyperkit_macOS TestNetworkPlugins/group/calico/ControllerPod (gopogh) 16.95 (chart)
Hyperkit_macOS TestSkaffold (gopogh) 18.33 (chart)
Hyperkit_macOS TestFunctional/serial/ComponentHealth (gopogh) 28.33 (chart)
Docker_macOS TestNetworkPlugins/group/kubenet/DNS (gopogh) 73.91 (chart)
Docker_macOS TestNetworkPlugins/group/kindnet/Start (gopogh) 75.20 (chart)
Docker_macOS TestNetworkPlugins/group/bridge/DNS (gopogh) 75.26 (chart)
Docker_macOS TestNetworkPlugins/group/enable-default-cni/DNS (gopogh) 77.14 (chart)
Docker_macOS TestNetworkPlugins/group/calico/Start (gopogh) 77.60 (chart)
Docker_macOS TestDownloadOnly/v1.16.0/preload-exists (gopogh) 100.00 (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 13073) |
+----------------+----------+---------------------+
| minikube start | 47.2s    | 45.9s               |
| enable ingress | 29.8s    | 30.4s               |
+----------------+----------+---------------------+

Times for minikube start: 49.1s 47.1s 45.9s 46.4s 47.6s
Times for minikube (PR 13073) start: 46.1s 45.2s 45.1s 47.6s 45.7s

Times for minikube ingress: 29.2s 29.3s 30.7s 29.8s 30.2s
Times for minikube (PR 13073) ingress: 29.2s 30.8s 30.8s 30.2s 31.2s

docker driver with docker runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 13073) |
+----------------+----------+---------------------+
| minikube start | 21.2s    | 20.9s               |
| enable ingress | 26.2s    | 28.1s               |
+----------------+----------+---------------------+

Times for minikube ingress: 26.4s 25.9s 26.4s 26.4s 25.9s
Times for minikube (PR 13073) ingress: 26.9s 25.9s 26.4s 27.4s 33.9s

Times for minikube start: 21.1s 21.2s 21.3s 21.3s 21.3s
Times for minikube (PR 13073) start: 20.5s 20.5s 21.5s 21.2s 20.8s

docker driver with containerd runtime

+----------------+----------+---------------------+
|    COMMAND     | MINIKUBE | MINIKUBE (PR 13073) |
+----------------+----------+---------------------+
| minikube start | 41.8s    | 41.3s               |
| enable ingress | 28.1s    | 42.4s               |
+----------------+----------+---------------------+

Times for minikube start: 42.5s 41.6s 42.0s 40.7s 42.2s
Times for minikube (PR 13073) start: 42.0s 40.2s 40.6s 42.7s 40.8s

Times for minikube ingress: 28.4s 32.4s 32.4s 27.9s 19.4s
Times for minikube (PR 13073) ingress: 32.4s 32.4s 62.4s 32.4s 52.4s

@minikube-pr-bot
Copy link

These are the flake rates of all failed tests.

Environment Failed Tests Flake Rate (%)
Docker_Linux_containerd TestFunctional/parallel/MountCmd/specific-port (gopogh) 0.62 (chart)
Hyper-V_Windows TestNoKubernetes/serial/Start (gopogh) 9.23 (chart)
Docker_macOS TestJSONOutput/pause/Command (gopogh) 9.79 (chart)
Docker_Cloud_Shell TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 19.17 (chart)
Docker_Cloud_Shell TestFunctional/parallel/TunnelCmd/serial/AccessDirect (gopogh) 19.83 (chart)
Docker_Windows TestStartStop/group/newest-cni/serial/Pause (gopogh) 31.96 (chart)
Hyperkit_macOS TestFunctional/serial/ComponentHealth (gopogh) 33.88 (chart)
Docker_macOS TestStartStop/group/default-k8s-different-port/serial/FirstStart (gopogh) 34.15 (chart)
Docker_Linux TestFunctional/serial/ComponentHealth (gopogh) 46.25 (chart)
Docker_Windows TestNetworkPlugins/group/custom-weave/Start (gopogh) 65.98 (chart)
Docker_Windows TestNetworkPlugins/group/calico/Start (gopogh) 73.20 (chart)
Docker_Windows TestFunctional/parallel/StatusCmd (gopogh) 90.72 (chart)
Hyper-V_Windows TestMultiNode/serial/CopyFile (gopogh) 92.31 (chart)
Docker_Windows TestFunctional/parallel/TunnelCmd/serial/WaitService/IngressIP (gopogh) 96.91 (chart)
Docker_macOS TestDownloadOnly/v1.16.0/preload-exists (gopogh) 100.00 (chart)
Docker_Windows TestMultiNode/serial/CopyFile (gopogh) 100.00 (chart)
Docker_Windows TestNetworkPlugins/group/cilium/Start (gopogh) 100.00 (chart)
Docker_Windows TestPause/serial/VerifyDeletedResources (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/PingHostFrom2Pods (gopogh) 100.00 (chart)
Hyper-V_Windows TestMultiNode/serial/RestartKeepsNodes (gopogh) 100.00 (chart)
Hyper-V_Windows TestRunningBinaryUpgrade (gopogh) 100.00 (chart)
Hyper-V_Windows TestStoppedBinaryUpgrade/Upgrade (gopogh) 100.00 (chart)

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

@medyagh medyagh merged commit 654e2fc into kubernetes:master Dec 6, 2021
@medyagh medyagh changed the title bump default/newest kubernetes versions bump newest kubernetes versions to v1.23.0-rc.1 Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants