Closed Razorr1996 closed 3 months ago
Hi @Razorr1996. 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.
Can one of the admins verify this patch?
/assign
/cc @afbjorklund
/ok-to-test
kvm2 driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19373) |
+----------------+----------+---------------------+
| minikube start | 54.4s | 54.1s |
| enable ingress | 27.3s | 27.3s |
+----------------+----------+---------------------+
docker driver with docker runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19373) |
+----------------+----------+---------------------+
| minikube start | 24.8s | 24.5s |
| enable ingress | 21.9s | 21.8s |
+----------------+----------+---------------------+
docker driver with containerd runtime
+----------------+----------+---------------------+
| COMMAND | MINIKUBE | MINIKUBE (PR 19373) |
+----------------+----------+---------------------+
| minikube start | 24.3s | 22.7s |
| enable ingress | 47.9s | 40.6s |
+----------------+----------+---------------------+
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: medyagh, Razorr1996
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Here are the number of top 10 failed tests in each environments with lowest flake rate.
Environment | Test Name | Flake Rate |
---|---|---|
Docker_Linux_crio_arm64 (5 failed) | TestFunctional/parallel/TunnelCmd/serial/WaitService/Setup(gopogh) | 0.00% (chart) |
Docker_Linux_crio_arm64 (5 failed) | TestFunctional/parallel/TunnelCmd/serial/AccessDirect(gopogh) | 0.00% (chart) |
Docker_Linux_crio_arm64 (5 failed) | TestFunctional/parallel/PersistentVolumeClaim(gopogh) | 2.37% (chart) |
Docker_Linux_containerd_arm64 (2 failed) | TestStartStop/group/old-k8s-version/serial/SecondStart(gopogh) | 46.75% (chart) |
Besides the following environments also have failed tests:
Docker_Linux_crio: 2 failed (gopogh)
KVM_Linux_crio: 14 failed (gopogh)
QEMU_macOS: 94 failed (gopogh)
Hyperkit_macOS: 26 failed (gopogh)
Docker_Cloud_Shell: 5 failed (gopogh)
To see the flake rates of all tests by environment, click here.
fixes: #11219
``` āÆ minikube start --driver=parallels š minikube v1.33.1 on Darwin 14.5 (arm64) āØ Using the parallels driver based on user configuration š Starting "minikube" primary control-plane node in "minikube" cluster š„ Creating parallels VM (CPUs=2, Memory=6000MB, Disk=20000MB) ... š³ Preparing Kubernetes v1.30.3 on Docker 27.1.1 ... āŖ Generating certificates and keys ... āŖ Booting up control plane ... āŖ Configuring RBAC rules ... š Configuring bridge CNI (Container Networking Interface) ... š Verifying Kubernetes components... āŖ Using image gcr.io/k8s-minikube/storage-provisioner:v5 š Enabled addons: storage-provisioner, default-storageclass š Done! kubectl is now configured to use "minikube" cluster and "default" namespace by default ```minikube start --driver=parallels # creating new cluster
``` āÆ minikube status minikube type: Control Plane host: Running kubelet: Running apiserver: Running kubeconfig: Configured ```minikube status
``` āÆ kubectl get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME minikube Ready control-plane 18s v1.30.3 10.211.55.76kubectl get nodes -o wide
``` āÆ kubectl describe nodes minikube Name: minikube Roles: control-plane Labels: beta.kubernetes.io/arch=arm64 beta.kubernetes.io/os=linux kubernetes.io/arch=arm64 kubernetes.io/hostname=minikube kubernetes.io/os=linux minikube.k8s.io/commit=732b969929aa87c65157b4450d065c16abacfc41-dirty minikube.k8s.io/name=minikube minikube.k8s.io/primary=true minikube.k8s.io/updated_at=2024_08_04T18_48_25_0700 minikube.k8s.io/version=v1.33.1 node-role.kubernetes.io/control-plane= node.kubernetes.io/exclude-from-external-load-balancers= Annotations: kubeadm.alpha.kubernetes.io/cri-socket: unix:///var/run/cri-dockerd.sock node.alpha.kubernetes.io/ttl: 0 volumes.kubernetes.io/controller-managed-attach-detach: true CreationTimestamp: Sun, 04 Aug 2024 18:48:22 +0200 Taints:kubectl describe nodes minikube
``` āÆ minikube --alsologtostderr -v=3 stop I0804 18:49:10.157781 74614 out.go:291] Setting OutFile to fd 1 ... I0804 18:49:10.158322 74614 out.go:343] isatty.IsTerminal(1) = true I0804 18:49:10.158330 74614 out.go:304] Setting ErrFile to fd 2... I0804 18:49:10.158335 74614 out.go:343] isatty.IsTerminal(2) = true I0804 18:49:10.158458 74614 root.go:338] Updating PATH: /Users/abasalaev/.minikube/bin I0804 18:49:10.158730 74614 out.go:298] Setting JSON to false I0804 18:49:10.158865 74614 mustload.go:65] Loading cluster: minikube I0804 18:49:10.159066 74614 config.go:182] Loaded profile config "minikube": Driver=parallels, ContainerRuntime=docker, KubernetesVersion=v1.30.3 I0804 18:49:10.159113 74614 profile.go:143] Saving config to /Users/abasalaev/.minikube/profiles/minikube/config.json ... I0804 18:49:10.159463 74614 mustload.go:65] Loading cluster: minikube I0804 18:49:10.159540 74614 config.go:182] Loaded profile config "minikube": Driver=parallels, ContainerRuntime=docker, KubernetesVersion=v1.30.3 I0804 18:49:10.159753 74614 stop.go:39] StopHost: minikube I0804 18:49:10.165336 74614 out.go:177] ā Stopping node "minikube" ... ā Stopping node "minikube" ... I0804 18:49:10.173187 74614 machine.go:157] backing up vm config to /var/lib/minikube/backup: [/etc/cni /etc/kubernetes] I0804 18:49:10.173282 74614 ssh_runner.go:195] Run: sudo mkdir -p /var/lib/minikube/backup I0804 18:49:10.173528 74614 main.go:141] libmachine: executing: /usr/local/bin/prlctl list minikube --output status --no-header I0804 18:49:10.295991 74614 main.go:141] libmachine: executing: /usr/local/bin/prlctl list -i minikube I0804 18:49:10.482311 74614 main.go:141] libmachine: Found lease: 10.211.55.76 for MAC: 001C42FCF2F8, expiring at 1722791878, leased for 1800 s. I0804 18:49:10.482355 74614 main.go:141] libmachine: Found IP lease: 10.211.55.76 for MAC address 001C42FCF2F8 I0804 18:49:10.482374 74614 sshutil.go:53] new ssh client: &{IP:10.211.55.76 Port:22 SSHKeyPath:/Users/abasalaev/.minikube/machines/minikube/id_rsa Username:docker} I0804 18:49:10.507939 74614 ssh_runner.go:195] Run: sudo rsync --archive --relative /etc/cni /var/lib/minikube/backup I0804 18:49:10.552969 74614 ssh_runner.go:195] Run: sudo rsync --archive --relative /etc/kubernetes /var/lib/minikube/backup I0804 18:49:10.600149 74614 main.go:141] libmachine: Stopping "minikube"... I0804 18:49:10.600192 74614 main.go:141] libmachine: executing: /usr/local/bin/prlctl list minikube --output status --no-header I0804 18:49:10.722496 74614 main.go:141] libmachine: executing: /usr/local/bin/prlctl stop minikube I0804 18:50:09.749292 74614 main.go:141] libmachine: executing: /usr/local/bin/prlctl list minikube --output status --no-header I0804 18:50:10.822492 74614 main.go:141] libmachine: executing: /usr/local/bin/prlctl list minikube --output status --no-header I0804 18:50:10.949578 74614 main.go:141] libmachine: Machine "minikube" was stopped. I0804 18:50:10.949606 74614 stop.go:75] duration metric: took 1m0.775807167s to stop I0804 18:50:10.952477 74614 lock.go:35] WriteFile acquiring /Users/abasalaev/.kube/config: {Name:mk2511360dcfc3b3142e141744412eed433ed661 Clock:{} Delay:500ms Timeout:1m0s Cancel:minikube --alsologtostderr -v=3 stop # stopping cluster
``` āÆ minikube --alsologtostderr -v=3 delete I0804 18:51:32.873074 76402 out.go:291] Setting OutFile to fd 1 ... I0804 18:51:32.873454 76402 out.go:343] isatty.IsTerminal(1) = true I0804 18:51:32.873462 76402 out.go:304] Setting ErrFile to fd 2... I0804 18:51:32.873466 76402 out.go:343] isatty.IsTerminal(2) = true I0804 18:51:32.873586 76402 root.go:338] Updating PATH: /Users/abasalaev/.minikube/bin I0804 18:51:32.873854 76402 out.go:298] Setting JSON to false I0804 18:51:32.874039 76402 cli_runner.go:164] Run: docker ps -a --filter label=name.minikube.sigs.k8s.io --format {{.Names}} I0804 18:51:50.601967 76402 cli_runner.go:217] Completed: docker ps -a --filter label=name.minikube.sigs.k8s.io --format {{.Names}}: (17.72766875s) I0804 18:51:50.605109 76402 config.go:182] Loaded profile config "bridge-193000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.2 I0804 18:51:50.605414 76402 config.go:182] Loaded profile config "flannel-193000": Driver=docker, ContainerRuntime=docker, KubernetesVersion=v1.30.2 I0804 18:51:50.605530 76402 config.go:182] Loaded profile config "minikube": Driver=parallels, ContainerRuntime=docker, KubernetesVersion=v1.30.3 I0804 18:51:50.605664 76402 config.go:182] Loaded profile config "minikube": Driver=parallels, ContainerRuntime=docker, KubernetesVersion=v1.30.3 I0804 18:51:50.605691 76402 delete.go:301] DeleteProfiles I0804 18:51:50.605702 76402 delete.go:329] Deleting minikube I0804 18:51:50.605713 76402 delete.go:334] minikube configuration: &{Name:minikube KeepContext:false EmbedCerts:false MinikubeISO:https://storage.googleapis.com/minikube-builds/iso/19339/minikube-v1.33.1-1722248113-19339-arm64.iso KicBaseImage:gcr.io/k8s-minikube/kicbase-builds:v0.0.44-1721902582-19326@sha256:540fb5dc7f38be17ff5276a38dfe6c8a4b1d9ba1c27c62244e6eebd7e37696e7 Memory:6000 CPUs:2 DiskSize:20000 Driver:parallels HyperkitVpnKitSock: HyperkitVSockPorts:[] DockerEnv:[] ContainerVolumeMounts:[] InsecureRegistry:[] RegistryMirror:[] HostOnlyCIDR:192.168.59.1/24 HypervVirtualSwitch: HypervUseExternalSwitch:false HypervExternalAdapter: KVMNetwork:default KVMQemuURI:qemu:///system KVMGPU:false KVMHidden:false KVMNUMACount:1 APIServerPort:8443 DockerOpt:[] DisableDriverMounts:false NFSShare:[] NFSSharesRoot:/nfsshares UUID: NoVTXCheck:false DNSProxy:false HostDNSResolver:true HostOnlyNicType:virtio NatNicType:virtio SSHIPAddress: SSHUser:root SSHKey: SSHPort:22 KubernetesConfig:{KubernetesVersion:v1.30.3 ClusterName:minikube Namespace:default APIServerHAVIP: APIServerName:minikubeCA APIServerNames:[] APIServerIPs:[] DNSDomain:cluster.local ContainerRuntime:docker CRISocket: NetworkPlugin:cni FeatureGates: ServiceCIDR:10.96.0.0/12 ImageRepository: LoadBalancerStartIP: LoadBalancerEndIP: CustomIngressCert: RegistryAliases: ExtraOptions:[] ShouldLoadCachedImages:true EnableDefaultCNI:false CNI:} Nodes:[{Name: IP:10.211.55.76 Port:8443 KubernetesVersion:v1.30.3 ContainerRuntime:docker ControlPlane:true Worker:true}] Addons:map[default-storageclass:true storage-provisioner:true] CustomAddonImages:map[] CustomAddonRegistries:map[] VerifyComponents:map[apiserver:true system_pods:true] StartHostTimeout:6m0s ScheduledStop:minikube --alsologtostderr -v=3 delete # deleting cluster