pkg/minikube/machine/fix.go (2 lines): - line 167: // TODO: refactor docker-env package to generate only eval command per shell. https://github.com/kubernetes/minikube/issues/6887 - line 176: // TODO: refactor podman-env package to generate only eval command per shell. https://github.com/kubernetes/minikube/issues/6887 pkg/addons/config.go (2 lines): - line 151: // TODO - add other settings - line 152: // TODO check if registry addon is enabled pkg/drivers/hyperkit/driver.go (2 lines): - line 105: // TODO: handle different disk types. - line 209: // TODO: handle the rest of our settings. pkg/minikube/cni/calico.yaml (2 lines): - line 271: TODO: Add other useful fields. apiVersion, kind, uid?' - line 2058: # TODO: This nullable is manually added in. We should update controller-gen pkg/minikube/tunnel/kic/ssh_conn.go (2 lines): - line 42: // TODO: document the options here - line 101: // TODO: document the options here pkg/minikube/download/preload.go (2 lines): - line 125: // TODO (#8166): Get rid of the need for this and viper at all - line 131: // TODO: debug why this func is being called two times pkg/minikube/machine/start.go (2 lines): - line 211: // TODO: Add validations for VM drivers as well, see issue #9035 - line 346: if driver.IsKIC(cfg.Driver) { // TODO:medyagh add free disk space on docker machine pkg/minikube/bootstrapper/bsutil/kverify/api_server.go (1 line): - line 192: // TODO: #7770 investigate how to handle this error better. pkg/minikube/assets/addons.go (1 line): - line 84: // TODO: Make dynamically loadable: move this data to a .yaml file within each addon directory pkg/minikube/proxy/proxy.go (1 line): - line 161: // TODO (@medyagh): if user has both http_proxy & HTTPS_PROXY set merge them. cmd/auto-pause/auto-pause.go (1 line): - line 48: // TODO: #10595 make this configurable cmd/minikube/cmd/start.go (1 line): - line 1023: // TODO: Fix MB vs MiB confusion pkg/drivers/kic/oci/network.go (1 line): - line 44: // TODO: parse DaemonHost() pkg/minikube/registry/drvs/docker/docker.go (1 line): - line 149: // TODO: validate cgroup v2 delegation when si.Rootless is true pkg/minikube/driver/driver_windows.go (1 line): - line 40: // TODO: medyagh add same check for kic docker pkg/drivers/kic/oci/volumes.go (1 line): - line 146: // TODO: this should be fixed as a part of https://github.com/kubernetes/minikube/issues/6530 pkg/minikube/bootstrapper/kubeadm/kubeadm.go (1 line): - line 468: // TODO: #7706: for better performance we could use k.client inside minikube to avoid asking for external IP:PORT pkg/minikube/tunnel/loadbalancer_patcher.go (1 line): - line 55: // TODO: do not ignore result pkg/drivers/kic/oci/oci.go (1 line): - line 685: // TODO: https://github.com/kubernetes/minikube/issues/8179 cmd/minikube/cmd/node_add.go (1 line): - line 55: // TODO: Deal with parameters better. Ideally we should be able to acceot any node-specific minikube start params here. pkg/minikube/tunnel/kic/ssh_tunnel.go (1 line): - line 99: // TODO: which time to use? pkg/minikube/machine/advice.go (1 line): - line 66: // TODO #8348: maybe advice user if to set the --force-systemd https://github.com/kubernetes/minikube/issues/8348 pkg/drivers/kvm/kvm.go (1 line): - line 374: // TODO: Enhance the domain template to use variable for the logical name of the main disk and the cdrom disk. cmd/auto-pause/auto-pause-hook/config.go (1 line): - line 80: ClientAuth: tls.VerifyClientCertIfGiven, // TODO: actually require client cert pkg/minikube/node/cache.go (1 line): - line 55: // TODO: remove imageRepository check once #7695 is fixed