operator/pkg/awsprovider/launchtemplate/reconciler.go (3 lines): - line 43: // TODO https://github.com/awslabs/kubernetes-iteration-toolkit/issues/61 - line 64: if !existingTemplateMatchesDesired(templates, dataplane.Spec.ClusterName) { // TODO check if existing LT is same as desired LT - line 123: InstanceType: ptr.String("t2.xlarge"), // TODO get this from dataplane spec operator/charts/kit-operator/values.yaml (2 lines): - line 12: # TODO this will be updated by the git actions - line 19: # TODO this will be updated by the git actions testbed/addons/awslb/construct.ts (1 line): - line 22: //TODO: Use a managed policy - https://github.com/awslabs/kubernetes-iteration-toolkit/issues/6 operator/pkg/controllers/addons/coredns.go (1 line): - line 33: clusterIP = "10.100.0.10" // TODO hard coded for now fix this substrate/pkg/apis/v1alpha1/substrate.go (1 line): - line 44: // TODO accept a slice of CIDR for megaXL we need to create multiple CIDRs operator/pkg/controllers/addons/kubeproxy.go (1 line): - line 134: // TODO merge custom flags from the user operator/pkg/utils/kubeconfigs/reconciler.go (1 line): - line 82: // TODO validate the existing config in the secret operator/pkg/controllers/master/certificates.go (1 line): - line 146: // TODO get this from controlPlane object