-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Handle CRI config of NetworkPlugin and PauseImage #14703
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
/ok-to-test |
kvm2 driver with docker runtime
Times for minikube start: 56.9s 55.6s 58.3s 56.1s 58.3s Times for minikube ingress: 29.6s 28.6s 25.1s 29.1s 25.6s docker driver with docker runtime
Times for minikube ingress: 22.4s 22.6s 23.5s 27.0s 22.5s Times for minikube start: 28.5s 27.9s 28.6s 27.6s 28.1s docker driver with containerd runtime
Times for minikube start: 23.3s 34.3s 24.1s 23.5s 35.2s Times for minikube ingress: 27.5s 37.5s 26.9s 27.5s 27.5s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
Expect this PR to be merged. I come across this probelm similar to #14624. |
The workaround before it is merged is: |
5514399
to
fc0b3fd
Compare
kvm2 driver with docker runtime |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
My earlier typo fix got lost in the rebase |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: afbjorklund, medyagh 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 |
if it doesnt break any test looks good to me, |
This PR is broken in its current form, see my earlier comment |
fc0b3fd
to
55bf486
Compare
kvm2 driver with docker runtime
Times for minikube ingress: 25.2s 26.7s 28.6s 28.7s 29.2s Times for minikube start: 52.2s 52.9s 54.1s 53.9s 53.7s docker driver with docker runtime
Times for minikube start: 25.8s 26.4s 24.8s 25.5s 26.5s Times for minikube ingress: 23.0s 22.5s 21.5s 22.5s 21.5s docker driver with containerd runtime
Times for minikube (PR 14703) start: 22.2s 24.9s 21.7s 35.8s 22.3s Times for minikube ingress: 27.4s 27.5s 27.0s 27.4s 27.4s |
These are the flake rates of all failed tests.
Too many tests failed - See test logs for more details. To see the flake rates of all tests by environment, click here. |
These have been removed from the kubelet, and are supposed to be handled by the CRI config. Remove the earlier Docker-only hacks.
55bf486
to
2624a19
Compare
These are the flake rates of all failed tests.
To see the flake rates of all tests by environment, click here. |
These have been removed from the kubelet, and are supposed to be
handled by the CRI config. Remove the earlier Docker-only hacks.
This fixes the issue where kubeadm said 3.7, and docker ran 3.6...
k8s.gcr.io/pause:3.7
k8s.gcr.io/pause:3.6
k8s.gcr.io/kube-scheduler:v1.24.1
k8s.gcr.io/kube-proxy:v1.24.1
k8s.gcr.io/kube-controller-manager:v1.24.1
k8s.gcr.io/kube-apiserver:v1.24.1
k8s.gcr.io/etcd:3.5.3-0
k8s.gcr.io/coredns/coredns:v1.8.6
gcr.io/k8s-minikube/storage-provisioner:v5
Also removes the old flag, which avoids a warning from kubeadm
Flag --pod-infra-container-image has been deprecated, will be removed in 1.27. Image garbage collector will get sandbox image information from CRI.