kinder/pkg/build/bits/initBits.go (5 lines): - line 114: // TODO: someday we might need a different user ... - line 156: // TODO: someday we might need a different user ... - line 192: // TODO: someday we might need a different user ... - line 239: // TODO: someday we might need a different user ... - line 274: // TODO: someday we might need a different user ... kinder/pkg/constants/constants.go (5 lines): - line 56: // TODO: consider if to switch to kinder - line 60: // TODO: consider if to switch to a kinder specific label - line 69: // TODO: consider if to switch to a kinder specific label - line 78: // TODO: send a PR to define this value in a kind constant (currently it is not) - line 82: // TODO: send a PR to define this value in a kind constant (currently it is not) kinder/pkg/cluster/manager/actions/kubeadm-init.go (3 lines): - line 233: // TODO: Once kubeadm 1.23 is no longer supported remove the <1.24 handling. - line 234: // TODO: Remove only the "control-plane" taint for kubeadm >= 1.25. - line 249: //TODO: add the default storage class kinder/ci/tools/update-workflows/pkg/util.go (3 lines): - line 42: // TODO support skewing with MAJOR version eventually when k8s v2 is out - line 78: return "master" // TODO: change to main when kubernetes/kubernetes uses main as the default branch - line 85: return "master" // TODO: change to main when kubernetes/test-infra uses main as the default branch kinder/pkg/loadbalancer/loadbalancer.go (2 lines): - line 44: # TODO: tune these - line 58: # TODO: we should be verifying (!) kinder/pkg/cri/nodes/common/util.go (2 lines): - line 49: // TODO: enable IPv6 if necessary - line 108: //TODO: noProxy += cfg.Networking.ServiceSubnet + "," + cfg.Networking.PodSubnet kinder/pkg/cluster/manager/actions/kubeadm-config.go (1 line): - line 224: // TODO: currently we are always specifying the CRI kubeadm should use; it will be nice in the future to kinder/pkg/build/bits/upgradeBits.go (1 line): - line 88: // TODO: someday we might need a different user ... kinder/pkg/build/bits/imageBits.go (1 line): - line 106: // TODO: someday we might need a different user ... kinder/cmd/kinder/build/baseimage/baseimage.go (1 line): - line 39: // TODO: more detailed usage kinder/pkg/cluster/manager/actions/kubeadm-reset.go (1 line): - line 27: //TODO: implements kubeadm reset with phases kinder/pkg/build/bits/pathBits.go (1 line): - line 114: // TODO: someday we might need a different user ... kinder/pkg/cri/host/archive.go (1 line): - line 30: // TODO: investigate if we can get rid of this or simplify it. kinder/pkg/build/bits/binaryBits.go (1 line): - line 75: // TODO: someday we might need a different user ... kinder/pkg/cluster/manager/actions/waiter.go (1 line): - line 274: //TODO: test IPV6 kinder/pkg/cluster/status/cri.go (1 line): - line 28: // implemented here to avoid circular references. TODO: refactor