Kartik Joshi
Kartik Joshi
> I'll make a few notes here, but refer to the slack thread linked above if you want the most up-to-date info. > > @wainersm has a [great branch](https://github.com/wainersm/kata-containers/tree/ci_install_kbs) with...
> with thiserror we do not have to recreate every error explicitly (it will also lose information if the original error is reduced to a string). The following code illustrates...
Following along with few more vuln are detected by trivy scanner over multiple scans on base image related to istio ``` 1. ClusterRole 'istiod-clusterrole-' shouldn't have access to manage resource...
> please add before/after this PR with examples of running it @medyagh im yet to add more commits to it, i will add full logs once this is ready, Thanks
All tests run on WSL2 (Debian 12) with Docker, Calico CNI, Kubernetes v1.34.1. Container runtimes used: Docker 28.5.0 (IPv4 test), containerd 1.7.28 (IPv6 & Dual). A) IPv4-only cluster — DNS,...
@medyagh I was trying to add support for hyperv driver as well but The minikube VM’s Linux kernel is missing the IPv6 netfilter pieces that Kubernetes needs. Both stacks that...
Divided this PR into multiple PRS https://github.com/kubernetes/minikube/pull/22061 https://github.com/kubernetes/minikube/pull/22063 https://github.com/kubernetes/minikube/pull/22064 https://github.com/kubernetes/minikube/pull/22065 to make it easy to review and test. Testing results of each PR are posted in comments. Thanks cc: @rata...
Logs: ``` kartikjoshi@kartikjoshiwindows:~/minikube-ipv6-support/minikube$ minikube delete --all --purge ./out/minikube start \ --driver=docker \ --cni=bridge 🔥 Deleting "minikube" in docker ... 🔥 Removing /home/kartikjoshi/.minikube/machines/minikube ... 💀 Removed all traces of the "minikube"...
Testing Steps : ``` 1. IPv4-only regression ./out/minikube delete --all docker network rm minikube || true ./out/minikube start \ --driver=docker \ --ip-family=ipv4 \ --alsologtostderr -v=3 kubectl get nodes -o wide...
Logs: ``` kartikjoshi@kartikjoshiwindows:~/minikube-ipv6-support/minikube$ minikube delete -p calico-v4 --all --purge ./out/minikube start -p calico-v4 \ --driver=docker \ --ip-family=ipv4 \ --cni=calico \ --service-cluster-ip-range=10.96.0.0/12 \ --pod-cidr=10.244.0.0/16 🔥 Successfully deleted all profiles 💀 Successfully...